]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-krb.c
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / print-krb.c
index d1bae9d9f13dde9fa217a7ef6eece01df1580518..5ff121e09e6e6c9899967efad169f3e195c4f882 100644 (file)
@@ -229,7 +229,9 @@ krb_print(netdissect_options *ndo,
 {
        const struct krb *kp;
 
-       ndo->ndo_protocol = "krb";
+       ndo->ndo_protocol = "kerberos";
+       nd_print_protocol(ndo);
+
        kp = (const struct krb *)dat;
 
        switch (GET_U_1(kp->pvno)) {