Re: [tcpdump-workers] Building IPv6 code in tcpdump on systems without native IPv6 support

2004-07-21 Thread John Hawkinson
Guy Harris <[EMAIL PROTECTED]> wrote on Tue, 20 Jul 2004 at 23:21:17 -0700 in <[EMAIL PROTECTED]>: > 1) it defines DEFAULT_SNAPLEN as 96 unconditionally, rather > than, as is done now, as 68 if INET6 isn't defined and as 96 > if it is defined; > > The first seems OK to me,

[tcpdump-workers] What's the point of "oui Unknown"?

2014-10-17 Thread John Hawkinson
snprintf(cp, BUFSIZE - (2 + 5*3), " (oui %s)", 512 tok2str(oui_values, "Unknown", oui)); 513 } else It seems to me that without more robust support this is just annoying noise and, at the very least, the Unknown oui printing

Re: [tcpdump-workers] What's the point of "oui Unknown"?

2014-10-22 Thread John Hawkinson
n the DNS. Put them in OUI.ARPA (or oui.tcpdump.org) and look them up when -n is not specified? Maybe? --jh...@mit.edu John Hawkinson ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] What's the point of "oui Unknown"?

2014-10-22 Thread John Hawkinson
on on this, but I suspect most people won't find it. That's why I'd rather it go. --jh...@mit.edu John Hawkinson ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Should the tcpdump tests be run with TZ=GMT0, or should the AFS printer print time stamps in UTC?

2018-08-05 Thread John Hawkinson
l of these printers respect -tt, &c., and conceivably adding an option to force decoder time printing to be UTC; but such an option would be tantamount to setting TZ=UTC, and generally the Unix Way is not to duplicate such OS functionality. p.s.: Using GMT or GMT0 is depr

Re: [tcpdump-workers] Should the tcpdump tests be run with TZ=GMT0, or should the AFS printer print time stamps in UTC?

2018-08-06 Thread John Hawkinson
beginning of the line. A person looking at timestamps on the wire frequently wants to correlate those timestamps to the time of packet receipt. If they are in different timezones, that can be more challenging (although not always, since often we only care about the minutes and