README.dissector: Minor update re date/time display.
authorBill Meier <wmeier@newsguy.com>
Mon, 19 Jan 2015 20:32:45 +0000 (15:32 -0500)
committerBill Meier <wmeier@newsguy.com>
Mon, 19 Jan 2015 20:51:14 +0000 (20:51 +0000)
Change-Id: Iae467efeccd2e51ea66aab029100c958de7d374e
Reviewed-on: https://code.wireshark.org/review/6662
Reviewed-by: Bill Meier <wmeier@newsguy.com>
doc/README.dissector

index 501f2afa3574bb56d75eaefc77f38d3e7bf64170..fabf5b96e59d4afd3983873cb9e4eb513cccc213 100644 (file)
@@ -812,8 +812,8 @@ wide the parent bitfield is.
 For FT_ABSOLUTE_TIME fields, 'display' is used to indicate whether the
 time is to be displayed as a time in the time zone for the machine on
 which Wireshark/TShark is running or as UTC and, for UTC, whether the
 For FT_ABSOLUTE_TIME fields, 'display' is used to indicate whether the
 time is to be displayed as a time in the time zone for the machine on
 which Wireshark/TShark is running or as UTC and, for UTC, whether the
-date should be displayed as "{monthname}, {month} {day_of_month},
-{year}" or as "{year/day_of_year}".
+date should be displayed as "{monthname} {day_of_month}, {year}" or as
+"{year/day_of_year}".
 
 Additionally, BASE_NONE is used for 'display' as a NULL-value. That is, for
 non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield
 
 Additionally, BASE_NONE is used for 'display' as a NULL-value. That is, for
 non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield
@@ -1447,6 +1447,7 @@ encodings that are currently supported are:
 
     ENC_TIME_TIMESPEC - seconds (4 bytes) and nanoseconds (4 bytes)
         of time since January 1, 1970, midnight UTC.
 
     ENC_TIME_TIMESPEC - seconds (4 bytes) and nanoseconds (4 bytes)
         of time since January 1, 1970, midnight UTC.
+        (If the field length is 4, then nanosecs is defaulted to 0).
 
     ENC_TIME_NTP - an NTP timestamp, represented as a 64-bit
         unsigned fixed-point number, in seconds relative to 0h
 
     ENC_TIME_NTP - an NTP timestamp, represented as a 64-bit
         unsigned fixed-point number, in seconds relative to 0h