]> The Tcpdump Group git mirrors - libpcap/commitdiff
allocated DLT_EBHSCR for elektrobit for EBHSCR
authorMichael Richardson <[email protected]>
Mon, 22 Oct 2018 15:51:16 +0000 (17:51 +0200)
committerMichael Richardson <[email protected]>
Mon, 22 Oct 2018 15:51:16 +0000 (17:51 +0200)
pcap-common.c
pcap/dlt.h

index 8b7ffa5264823c648127973d0d2cb5dfb385a2ad..b908dab0a90c2fc1f34e01cfc81932f482844f57 100644 (file)
  */
 #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
index 324d4a5d834a071cfad5f1f32d632a79a9a7ef38..ae9748546495608e0dd57d86f6556e9f991fa9ad 100644 (file)
  */
 #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,
 #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