Is there a case where space does not make sense here:

icmp 40: echo request seq 1302optlen=8 NOP LSRR{#66.109.15.133}

Index: print-ip.c
===================================================================
RCS file: /tcpdump/master/tcpdump/print-ip.c,v
retrieving revision 1.111
diff -u -r1.111 print-ip.c
--- print-ip.c  2002/08/01 08:53:10     1.111
+++ print-ip.c  2002/08/08 20:02:25
@@ -629,7 +629,7 @@
 
        if (vflag) {
                u_int16_t sum, ip_sum;
-               char *sep = "";
+               char *sep = " ";
 
                if ((u_char *)ip + hlen <= snapend) {
                        sum = in_cksum((const u_short *)ip, hlen, 0);
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to