dffa274c1c
too many changes to list here - our last version was from 2006
14 lines
500 B
Text
14 lines
500 B
Text
$NetBSD: patch-ac,v 1.1 2010/01/19 20:51:48 drochner Exp $
|
|
|
|
--- src/decode_proto.c.orig 2010-01-04 11:31:11.000000000 +0000
|
|
+++ src/decode_proto.c
|
|
@@ -165,7 +165,9 @@ static linktype_data_t linktypes[] = {
|
|
{"WLAN", DLT_IEEE802_11, LINK6, get_wlan },
|
|
/* Wireless with radiotap header */
|
|
{"WLAN+RTAP", DLT_IEEE802_11_RADIO, LINK6, get_radiotap },
|
|
+#if 0
|
|
{"PPI", DLT_PPI, LINK6, get_ppi }, /* PPI encapsulation */
|
|
+#endif
|
|
{NULL, 0, 0 } /* terminating entry, must be last */
|
|
};
|
|
|