tcpdump mailing list archives

Re: tcpdump -tttt option and timezone


From: Guy Harris <guy () alum mit edu>
Date: Mon, 14 Jun 2004 16:56:04 -0700


On Jun 14, 2004, at 1:38 AM, Raphael Raimbault wrote:

There is a patch for 3.8.3 version:
--- tcpdump.c.orig      Sun Jun 13 15:50:49 2004
+++ tcpdump.c   Sun Jun 13 16:05:34 2004
@@ -615,7 +615,7 @@
                        /* NOTREACHED */
                }

-       if (tflag > 0)
+       if ((tflag > 0) || (tflag == -3))
                thiszone = gmt2local(0);

        if (RFileName != NULL) {

Checked into the main and x.8 branches.

-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Current thread: