*/
#define LINKTYPE_DVB_CI 235
+/*
+ * Variant of 3GPP TS 27.010 multiplexing protocol. Requested
+ */
+#define LINKTYPE_MUX27010 236
+
static struct linktype_map {
int dlt;
int linktype;
/* DVB-CI */
{ DLT_DVB_CI, LINKTYPE_DVB_CI },
+ /* Variant of 3GPP TS 27.010 */
+ { DLT_MUX27010, LINKTYPE_MUX27010 },
+
{ -1, -1 }
};
*/
#define DLT_DVB_CI 235
+/*
+ * Variant of 3GPP TS 27.010 multiplexing protocol (similar to, but
+ * *not* the same as, 27.010). Requested by Hans-Christoph Schemmel
+ */
+#define DLT_MUX27010 236
+
/*
* 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