aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNicolás Alvarez <nicolas.alvarez@gmail.com>2021-02-03 21:15:20 -0300
committerAndersBroman <a.broman58@gmail.com>2021-02-04 10:13:36 +0000
commit981e662a0aadab563617095eccef491bb43bef71 (patch)
tree59c5a4a3f0f975243fb9a70956ebc030e0661076 /doc
parentc05bcb2c9d15ee47737f978ca0a0b5a3d38f8c60 (diff)
Minor changes to ENC_TIME documentation
- Fix duplicate "are are". - Fix NTP epoch year in ENC_TIME_NTP docs (572b80d2 fixed it in the README but not in proto.h). - Remove completely redundant "(ie. )" clauses.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 9160c1de53..422cdf6e1a 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1805,7 +1805,7 @@ encodings that are currently supported are:
and z/Architecture epoch (1900-01-01 00:00:00 GMT).
ENC_TIME_RTPS - 8 bytes; the first 4 bytes are seconds since the UN*X
- epoch and the next 4 bytes are are 1/2^32's of a second since that
+ epoch and the next 4 bytes are 1/2^32's of a second since that
second. (I.e., it's the offspring of a mating between UN*X time and
NTP time). It's used by the Object Management Group's Real-Time
Publish-Subscribe Wire Protocol for the Data Distribution Service.
@@ -1821,14 +1821,14 @@ encodings that are currently supported are:
since the UN*X epoch.
ENC_TIME_SECS_NTP - 4 bytes, representing a count of seconds since
- the NTP epoch. (I.e., seconds since the NTP epoch.)
+ the NTP epoch.
ENC_TIME_RFC_3971 - 8 bytes, representing a count of 1/64ths of a
second since the UN*X epoch; see section 5.3.1 "Timestamp Option"
in RFC 3971.
ENC_TIME_MSEC_NTP - 4-8 bytes, representing a count of milliseconds since
- the NTP epoch. (I.e., milliseconds since the NTP epoch.)
+ the NTP epoch.
ENC_MIP6 - 8 bytes; the first 48 bits are seconds since the UN*X epoch
and the remaining 16 bits indicate the number of 1/65536's of a second