]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rsvp.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-rsvp.c
index eb4c917ec189bb0033336d681994b681ed214792..27b6933d1aec0e6c301c49933a40e18cdb34bdbf 100644 (file)
@@ -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;