]> The Tcpdump Group git mirrors - tcpdump/commit
ntp: always make sure the entire extension field is in the capture.
authorGuy Harris <[email protected]>
Sun, 25 Feb 2024 07:58:43 +0000 (23:58 -0800)
committerGuy Harris <[email protected]>
Sun, 25 Feb 2024 09:17:45 +0000 (01:17 -0800)
commitdb62b0176b7cbf3353182f0b0adfdea16c8a5baf
tree6f7985e0e2caf4fabbf272811e73337d1b394cba
parentfedaa98ed0aa0fc4fdc2208f996804645dabde57
ntp: always make sure the entire extension field is in the capture.

This way, we know that we won't skip past the end of the buffer or get
an overflow of the total length of the extension fields.
print-ntp.c