]> The Tcpdump Group git mirrors - tcpdump/commitdiff
raw IP: Assign ndo_protocol in lowercases like in most similar cases
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 11 Jun 2019 16:48:07 +0000 (18:48 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 11 Jun 2019 16:48:07 +0000 (18:48 +0200)
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;