]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of the added "IP " - IPv6 doesn't do it, and previous versions
authorguy <guy>
Wed, 5 Feb 2003 02:30:39 +0000 (02:30 +0000)
committerguy <guy>
Wed, 5 Feb 2003 02:30:39 +0000 (02:30 +0000)
of tcpdump didn't do it.

print-ip.c

index cff940a18fe47f0d91ff9dbc39556750102cb66d..15729538114e3b591649a58208f3e6a563d73dc3 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.119 2003-01-03 08:37:22 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.120 2003-02-05 02:30:39 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -374,8 +374,6 @@ ip_print(register const u_char *bp, register u_int length)
        len -= hlen;
        len0 = len;
 
-        printf("IP ");
-
        off = EXTRACT_16BITS(&ip->ip_off);
 
         if (vflag) {