]> The Tcpdump Group git mirrors - tcpdump/commit
NTP: Update length checks after the recent commit.
authorDenis Ovsienko <[email protected]>
Mon, 4 Sep 2017 11:29:20 +0000 (12:29 +0100)
committerDenis Ovsienko <[email protected]>
Mon, 4 Sep 2017 11:31:26 +0000 (12:31 +0100)
commit0dd013253d27af0a76ef08c1def13598d744599f
tree488a860a4017c49fd738f69578ade11c33ab5200
parent60128eebca8c4975a2f1c6a29e16a76f720cc924
NTP: Update length checks after the recent commit.

Rename NTP_MSG_MINLEN to NTP_TIMEMSG_MINLEN for clarity and introduce and
use NTP_CTRLMSG_MINLEN. With this change ntp_control_print() can detect
invalid packets better.
print-ntp.c