diff options
author | jadam <jadam@hilscher.com> | 2021-04-16 16:19:55 +0200 |
---|---|---|
committer | jadam <jadam@hilscher.com> | 2021-04-16 16:19:55 +0200 |
commit | f03b4456af944e222d5465b017544bd7d4f62123 (patch) | |
tree | 80841a3e7f822a1a9ff555b5ed54b718c7afbb68 /pcap | |
parent | bcdbfc54525b62e90f4b786d7136f920b6e14e68 (diff) |
Added DLT_NETANALYZER_NG and LINKTYPE_NETANALYZER_NG
Diffstat (limited to 'pcap')
-rw-r--r-- | pcap/dlt.h | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1486,6 +1486,17 @@ #define DLT_ETW 290 /* + * Hilscher Gesellschaft fuer Systemautomation mbH + * netANALYZER NG hardware and software. + * + * The specification for this footer can be found at: + * https://kb.hilscher.com/x/brDJBw + * + * Requested by Jan Adam <jadam@hilscher.com> + */ +#define DLT_NETANALYZER_NG 292 + +/* * 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 @@ -1495,7 +1506,7 @@ #ifdef DLT_MATCHING_MAX #undef DLT_MATCHING_MAX #endif -#define DLT_MATCHING_MAX 290 /* highest value in the "matching" range */ +#define DLT_MATCHING_MAX 292 /* highest value in the "matching" range */ /* * DLT and savefile link type values are split into a class and |