http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35840
User: morriss
Date: 2011/02/06 07:31 PM
Log:
Add support for passing NTP times to proto_tree_add_item() by specifying
an encoding of ENC_TIME_NTP.
This increases the number of decimal places shown for NTP times (from 6 to 9),
so round the value to the nearest microsecond. (I can't tell if NTP times are
ever more precise than a microsecond--this rounding is mainly to be closer to
the old behavior.)
Use proto_tree_add_item() for some NTP times.
Directory: /trunk/epan/dissectors/
Changes Path Action
+9 -51 packet-3g-a11.c Modified
+8 -28 packet-ntp.c Modified
Directory: /trunk/epan/
Changes Path Action
+28 -21 proto.c Modified
+7 -0 proto.h Modified