mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
-size_of(old tcpdump-mini 4.2.1) = 145245 Byte -size_of(new tcpdump-mini 4.5.1) = 149416 Byte => ~4.2 KByte increase Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39474 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
470 B
Diff
24 lines
470 B
Diff
--- a/tcpdump.c
|
|
+++ b/tcpdump.c
|
|
@@ -1095,20 +1095,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);
|