]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pptp.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-pptp.c
index 25275981e5bce506aaadea9e5fc2545e1d97b30a..7eb6bc5912970cfca244d2892d2b96b549cd254f 100644 (file)
@@ -929,6 +929,7 @@ pptp_print(netdissect_options *ndo,
        uint32_t mc;
        uint16_t ctrl_msg_type;
 
+       ndo->ndo_protocol = "pptp";
        ND_PRINT(": pptp");
 
        hdr = (const struct pptp_hdr *)dat;