http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1836
------- Comment #6 from wmeier@xxxxxxxxxxx 2007-09-18 15:46 GMT -------
Comments:
1. I've now realized that Windows does not provide strptime;
text2pcap on Windows uses our version of same;
2. I've re-arranged the code so that Jan 1, 1970 00:00:00 local time
is used as the default in the case of a failure parsing the date/time.
Instead of:
1 1970-01-01 01:00:00.000000 ...
you should now see:
1 1970-01-01 00:00:00.000000 ...
3. I've added some additional debug output (when -dd option is used) which
may help to see what is happening in your case.
I'd appreciate if you could do the following with SVN #22902 or greater:
text2pcap -dd -t "%H:%M:%S." <in> <out> 2>debug_output.txt
and attach the debug output using "Create a new Attachment" above.
Thanks
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.