diff options
author | Nick Kelsey <nickk@silicondust.com> | 2020-03-20 14:18:01 -0700 |
---|---|---|
committer | Nick Kelsey <nickk@silicondust.com> | 2020-03-20 14:18:01 -0700 |
commit | ec3dbffc06847df1591c63d40584b17ec5fe0b72 (patch) | |
tree | 73aa90c797e92ff1af58fe7b46a880814a9f72ef /pcap/dlt.h | |
parent | 1547215cc05aee5932ac39dd5c069966ebeb3c41 (diff) |
add linktype for ATSC ALP link protocol
Diffstat (limited to 'pcap/dlt.h')
-rw-r--r-- | pcap/dlt.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1473,6 +1473,11 @@ #define DLT_USB_2_0 288 /* + * ATSC Link-Layer Protocol (A/330) packets. + */ +#define DLT_ATSC_ALP 289 + +/* * In case the code that includes this file (directly or indirectly) * has also included OS files that happen to define DLT_MATCHING_MAX, * with a different value (perhaps because that OS hasn't picked up @@ -1482,7 +1487,7 @@ #ifdef DLT_MATCHING_MAX #undef DLT_MATCHING_MAX #endif -#define DLT_MATCHING_MAX 288 /* highest value in the "matching" range */ +#define DLT_MATCHING_MAX 289 /* highest value in the "matching" range */ /* * DLT and savefile link type values are split into a class and |