From Hans-Christoph Schemmel:
[obnox/wireshark/wip.git] / wiretap / wtap.c
index 1ff72ba86dabcdf7486d14a3593de1db2694aefc..411d6fc45a9fcfa7b0997046fd63af2caf167da2 100644 (file)
@@ -490,7 +490,10 @@ static struct encap_type_info encap_table_base[] = {
        { "Lapd header", "lapd" },
 
        /* WTAP_ENCAP_DVBCI */
-       { "DVB-CI (Common Interface)", "dvbci"}
+       { "DVB-CI (Common Interface)", "dvbci"},
+       
+       /* WTAP_ENCAP_MUX27010 */
+       { "MUX27010", "mux27010"}
 };
 
 gint wtap_num_encap_types = sizeof(encap_table_base) / sizeof(struct encap_type_info);