http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32552
User: morriss
Date: 2010/04/24 12:07 PM
Log:
Make the absolute_time_display_e enum start at 1000 to avoid overlapping with
the base_display_e enum.
Fix a couple of dissectors that were still using FT_ABSOLUTE_TIME with
BASE_NONE. (The time format chosen is based only on an attempt to not change
the behavior. I don't know that it's right.) One of these is built by Pidl.
I'll send a patch upstream too.
When checking hfinfos, display the absolute_time_display_e values too.
Display "bit count: X" instead of "unknown" when the display value doesn't
match one of the enumerated values.
Directory: /trunk/epan/dissectors/
Changes Path Action
+8 -8 packet-aruba-erm.c Modified
+6 -6 packet-dcerpc-lsa.c Modified
Directory: /trunk/epan/
Changes Path Action
+56 -35 proto.c Modified
+2 -1 time_fmt.h Modified