#define LINKTYPE_JUNIPER_SRX_E2E 233
#define LINKTYPE_JUNIPER_FIBRECHANNEL 234
+/*
+ * DVB-CI (DVB Common Interface for communication between a PC Card
+ * module and a DVB receiver). See
+ *
+ * http://www.kaiser.cx/pcap-dvbci.html
+ *
+ * for the specification.
+ *
+ */
+#define LINKTYPE_DVB_CI 235
+
static struct linktype_map {
int dlt;
int linktype;
/* Juniper Fibrechannel */
{ DLT_JUNIPER_FIBRECHANNEL, LINKTYPE_JUNIPER_FIBRECHANNEL },
+ /* DVB-CI */
+ { DLT_DVB_CI, LINKTYPE_DVB_CI },
+
{ -1, -1 }
};
DLT_CHOICE(DLT_JUNIPER_VS, "Juniper Virtual Server"),
DLT_CHOICE(DLT_JUNIPER_SRX_E2E, "Juniper SRX E2E"),
DLT_CHOICE(DLT_JUNIPER_FIBRECHANNEL, "Juniper Fibrechannel"),
+ DLT_CHOICE(DLT_DVB_CI, "DVB-CI"),
DLT_CHOICE_SENTINEL
};
#define DLT_JUNIPER_SRX_E2E 233
#define DLT_JUNIPER_FIBRECHANNEL 234
+/*
+ * DVB-CI (DVB Common Interface for communication between a PC Card
+ * module and a DVB receiver). See
+ *
+ * http://www.kaiser.cx/pcap-dvbci.html
+ *
+ * for the specification.
+ *
+ */
+#define DLT_DVB_CI 235
+
/*
* DLT and savefile link type values are split into a class and
* a member of that class. A class value of 0 indicates a regular