8c737e1864
-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> SVN-Revision: 39474
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);
|