]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip.c
PIM: Fix some length checks
[tcpdump] / print-ip.c
index b4e287a633f49408ae98add46005d7944be31204..f4c5fae8e6f89f9bc19d2c49d503fa6801be0ece 100644 (file)
@@ -525,7 +525,7 @@ trunc:
 void
 ipN_print(netdissect_options *ndo, const u_char *bp, u_int length)
 {
-       ndo->ndo_protocol = "ipN";
+       ndo->ndo_protocol = "ipn";
        if (length < 1) {
                ND_PRINT("truncated-ip %u", length);
                return;