commit | f4ebd6cda863de6de39e3fdf4b065df06c99650d | [log] [tgz] |
---|---|---|
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | Tue Jun 11 18:48:07 2019 +0200 |
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | Tue Jun 11 18:48:07 2019 +0200 |
tree | 73a53198bc9ab04d48cf523fbedb82c47912c229 | |
parent | 582b5862e1402a6f6039f9a951ab8444a31df779 [diff] |
raw IP: Assign ndo_protocol in lowercases like in most similar cases
diff --git a/print-ip.c b/print-ip.c index b4e287a..f4c5fae 100644 --- a/print-ip.c +++ b/print-ip.c
@@ -525,7 +525,7 @@ 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;