Wireshark-commits: [Wireshark-commits] rev 29961: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 17 Sep 2009 03:01:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29961

User: morriss
Date: 2009/09/16 08:01 PM

Log:
 From Steve via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3781 :
 
 In ntp_fmt_ts() in packet-ntp.c time stamps are displayed to 4 digits (0.1
 msec).   More digits may be significant (e.g., if GPS local clocks are used).
 
 Change time stamp format in g_snprintf() from
   %07.4f
 to
   %09.6f

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -1      packet-ntp.c    Modified