X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8a33890bba9422fc56c370acdec23fc6df864507..a63600a1fc28dbc7ae7ce9f996829c49a25fb33c:/print-geonet.c diff --git a/print-geonet.c b/print-geonet.c index dfb19db8..2f8046e6 100644 --- a/print-geonet.c +++ b/print-geonet.c @@ -169,6 +169,7 @@ geonet_print(netdissect_options *ndo, const u_char *bp, u_int length, print_long_pos_vector(ndo, bp + 8); /* Skip Common Header */ + ND_TCHECK_LEN(bp, 36); length -= 36; bp += 36;