X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/61f71d2046ced967e1bd998d41c68faf512f75ab..546558eabd81cfc36a81a4df728fdfea0d83b41a:/print-rsvp.c diff --git a/print-rsvp.c b/print-rsvp.c index eb4c917e..27b6933d 100644 --- a/print-rsvp.c +++ b/print-rsvp.c @@ -1880,6 +1880,7 @@ rsvp_print(netdissect_options *ndo, const u_char *tptr; u_short plen, tlen; + ndo->ndo_protocol = "rsvp"; tptr=pptr; rsvp_com_header = (const struct rsvp_common_header *)pptr;