]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-krb.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-krb.c
index 5e7cb4128bc6e0bad2aced7a7de94c5854449143..ab5989985eb6e9b76ba6ac2c5c1d05f101f3268c 100644 (file)
@@ -241,6 +241,7 @@ krb_print(netdissect_options *ndo,
 {
        const struct krb *kp;
 
+       ndo->ndo_protocol = "krb";
        kp = (const struct krb *)dat;
 
        if (dat >= ndo->ndo_snapend) {