http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31725
User: morriss
Date: 2010/01/28 08:05 PM
Log:
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4368 :
Don't use add_item() to add FT_ABSOLUTE_TIMEs. Instead either:
- fetch the seconds (and maybe milliseconds) and use add_time()
- (or) change the field to FT_BYTES and give the raw data to
ntp_fmt_ts() for presentation
Also change BASE_NONE to ABSOLUTE_TIME_LOCAL for the remaining time fields.
Directory: /trunk/epan/dissectors/
Changes Path Action
+73 -45 packet-netflow.c Modified