X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/11d3a01319e295dcabfb2647302d278938449226..f1ecee78e3cfcd87c077aee15bb12359cd16e3e0:/print-ospf.c diff --git a/print-ospf.c b/print-ospf.c index 03df0598..db4231ba 100644 --- a/print-ospf.c +++ b/print-ospf.c @@ -996,6 +996,7 @@ ospf_decode_v2(netdissect_options *ndo, break; case OSPF_TYPE_HELLO: + ND_TCHECK(op->ospf_hello.hello_options); ND_PRINT((ndo, "\n\tOptions [%s]", bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options)));