*/
#define LINKTYPE_OPENFLOW 267
-#define LINKTYPE_MATCHING_MAX 267 /* highest value in the "matching" range */
+/*
+ * SDLC frames containing SNA PDUs.
+ */
+#define LINKTYPE_SDLC 268
+
+#define LINKTYPE_MATCHING_MAX 268 /* highest value in the "matching" range */
static struct linktype_map {
int dlt;
DLT_CHOICE(RDS, "IEC 62106 Radio Data System groups"),
DLT_CHOICE(USB_DARWIN, "USB with Darwin header"),
DLT_CHOICE(OPENFLOW, "OpenBSD DLT_OPENFLOW"),
+ DLT_CHOICE(SDLC, "IBM SDLC frames"),
DLT_CHOICE_SENTINEL
};
*/
#define DLT_OPENFLOW 267
+/*
+ * SDLC frames containing SNA PDUs.
+ */
+#define DLT_SDLC 268
+
/*
* 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 267 /* highest value in the "matching" range */
+#define DLT_MATCHING_MAX 268 /* highest value in the "matching" range */
/*
* DLT and savefile link type values are split into a class and