add a backport of tcpdump-mini from /packages to 8.09
[openwrt/svn-archive/packages.git] / net / tcpdump-mini / patches / 001-remove_pcap_debug.patch
diff --git a/net/tcpdump-mini/patches/001-remove_pcap_debug.patch b/net/tcpdump-mini/patches/001-remove_pcap_debug.patch
new file mode 100644 (file)
index 0000000..33011c5
--- /dev/null
@@ -0,0 +1,23 @@
+--- a/tcpdump.c
++++ b/tcpdump.c
+@@ -826,20 +826,6 @@ main(int argc, char **argv)
+                               error("invalid data link type %s", gndo->ndo_dltname);
+                       break;
+-#if defined(HAVE_PCAP_DEBUG) || defined(HAVE_YYDEBUG)
+-              case 'Y':
+-                      {
+-                      /* Undocumented flag */
+-#ifdef HAVE_PCAP_DEBUG
+-                      extern int pcap_debug;
+-                      pcap_debug = 1;
+-#else
+-                      extern int yydebug;
+-                      yydebug = 1;
+-#endif
+-                      }
+-                      break;
+-#endif
+               case 'z':
+                       if (optarg) {
+                               zflag = strdup(optarg);