]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/dlnames.c
TCP: Add a test with data in the RST segment
[tcpdump] / missing / dlnames.c
index 16bfcf7940c2efd1950140c807a6725915d654fa..03c2b38c1b7f5d1bcf98528be08f53a870c76ba4 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <netdissect-stdinc.h>
@@ -119,9 +119,6 @@ static struct dlt_choice dlt_choices[] = {
 #ifdef DLT_LINUX_IRDA
        DLT_CHOICE(DLT_LINUX_IRDA, "Linux IrDA"),
 #endif
-#ifdef DLT_LANE8023
-       DLT_CHOICE(DLT_LANE8023, "Linux 802.3 LANE"),
-#endif
 #ifdef DLT_CIP
        DLT_CHOICE(DLT_CIP, "Linux Classical IP-over-ATM"),
 #endif