URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=51062de5ec62d51fb2a29fb77cda5e82854639ab
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
51062de by Joakim Karlsson (oakimk@xxxxxxxxx):
proto: add handle of NTP bit 0
According to RFC2030, chapter 3.
If bit 0 is set, the UTC time is in the range 1968-2036 and
UTC time is reckoned from 0h 0m 0s UTC on 1 January 1900.
If bit 0 is not set, the time is in the range 2036-2104 and
UTC time is reckoned from 6h 28m 16s UTC on 7 February 2036.
Change-Id: I9cf25449a1cb3c12d5514e3c7820a204525589d6
Reviewed-on: https://code.wireshark.org/review/27553
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 662b3a2 Windows: update custom_plugins.txt template
adds 51062de proto: add handle of NTP bit 0
Summary of changes:
epan/proto.c | 76 +++++++++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 57 insertions(+), 19 deletions(-)