X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/cebc5988bdde08a21714f66479bf9a6a5150d2da..6c8a3facc7f5eb6a03c5a606ebf2c0fcfd0e70cc:/print-ip-demux.c?ds=inline diff --git a/print-ip-demux.c b/print-ip-demux.c index a0a6fbd1..a71d8c12 100644 --- a/print-ip-demux.c +++ b/print-ip-demux.c @@ -216,6 +216,10 @@ again: } break; + case IPPROTO_NHRP: + nhrp_print(ndo, bp, length); + break; + case IPPROTO_NONE: ND_PRINT("no next header"); break;