Wireshark mailing list archives

Re: ntp_to_nstime rfc2030 bit 0


From: Anders Broman <anders.broman () ericsson com>
Date: Thu, 13 Jul 2017 14:37:47 +0000



From: Wireshark-dev [mailto:wireshark-dev-bounces () wireshark org] On Behalf Of Keoma Brun-Laguna via Wireshark-dev
Sent: den 12 juli 2017 20:57
To: wireshark-dev () wireshark org
Cc: Keoma Brun-Laguna <kbrun () linear com>
Subject: [Wireshark-dev] ntp_to_nstime rfc2030 bit 0

Hi,

RFC2030 part 3 says that the first bit of the payload is used as a flag to determine the time range (1968->2036 or 
2036->2104).
The *ntp_to_nstime* function in *epan/dissectors/packet-ntp.c* references [rfc2030][1] but seems to use the first 4 
bytes instead of using only the first bit [ref][2].

Note that this function is only used in *epan/dissectors/packet-zep.c*.
Note that the code is "duplicated" [here too][3].

[Here][4] is a commit that reference that part of the code.


  [1]: https://tools.ietf.org/html/rfc2030
  [2]: https://github.com/wireshark/wireshark/blob/master/epan/dissectors/packet-ntp.c#L767
  [3]: https://github.com/wireshark/wireshark/blob/master/epan/proto.c#L1758
  [4]: https://github.com/wireshark/wireshark/commit/d97b4ec325830bee235568138ba4151edc253c54

------
I am looking a the code that is in the official Wireshark GitHub repo, last commit is aa78d3c.
(I tried to send this to ask.wireshark.org<http://ask.wireshark.org> but got treated as spam so I'm sending here)

The official Wireshark repo is at:
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=tree

--
Keoma Brun-Laguna
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: