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-common.c | |
parent | da570b00101b264004db032b4e67b90600b0edaf (diff) |
allocated DLT_EBHSCR for elektrobit for EBHSCR
Diffstat (limited to 'pcap-common.c')
-rw-r--r-- | pcap-common.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/pcap-common.c b/pcap-common.c index 8b7ffa52..b908dab0 100644 --- a/pcap-common.c +++ b/pcap-common.c @@ -1122,7 +1122,20 @@ */ #define LINKTYPE_OPENVIZSLA 278 -#define LINKTYPE_MATCHING_MAX 278 /* highest value in the "matching" range */ +/* + * 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 LINKTYPE_EBHSCR 279 + + +#define LINKTYPE_MATCHING_MAX 279 /* highest value in the "matching" range */ /* * The DLT_ and LINKTYPE_ values in the "matching" range should be the |