diff options
author | Michael Richardson <mcr@sandelman.ca> | 2018-10-22 17:51:16 +0200 |
---|---|---|
committer | Michael Richardson <mcr@sandelman.ca> | 2018-10-22 17:51:16 +0200 |
commit | 1c7738a8fd2ae231ecc70367831434d7ec810fe9 (patch) | |
tree | 2f6f59c121253fcd41d226266116806125abf0f8 /pcap/dlt.h | |
parent | da570b00101b264004db032b4e67b90600b0edaf (diff) |
allocated DLT_EBHSCR for elektrobit for EBHSCR
Diffstat (limited to 'pcap/dlt.h')
-rw-r--r-- | pcap/dlt.h | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1408,6 +1408,18 @@ #define DLT_OPENVIZSLA 278 /* + * The Elektrobit High Speed Capture and Replay (EBHSCR) protocol is produced + * by a PCIe Card for interfacing high speed automotive interfaces. + * + * The specification for this frame format can be found at: + * http://www.elektrobit.com/ebhscr + * + * for Guenter.Ebermann at elektrobit.com + * + */ +#define DLT_EBHSCR 279 + +/* * 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 @@ -1417,7 +1429,7 @@ #ifdef DLT_MATCHING_MAX #undef DLT_MATCHING_MAX #endif -#define DLT_MATCHING_MAX 278 /* highest value in the "matching" range */ +#define DLT_MATCHING_MAX 279 /* highest value in the "matching" range */ /* * DLT and savefile link type values are split into a class and |