X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e133c5e197e4cd390e088576aed59d707d0dd970..b3158f9a054ff58589e6920f68460ca351fee9e4:/print-ip.c diff --git a/print-ip.c b/print-ip.c index 819c0c12..868e4cfc 100644 --- a/print-ip.c +++ b/print-ip.c @@ -548,9 +548,9 @@ ip_print(netdissect_options *ndo, ND_TCHECK_1(ipds->ip->ip_vhl); if (IP_V(ipds->ip) != 4) { /* print version and fail if != 4 */ if (IP_V(ipds->ip) == 6) - ND_PRINT("IP6, wrong link-layer encapsulation "); + ND_PRINT("IP6, wrong link-layer encapsulation"); else - ND_PRINT("IP%u ", IP_V(ipds->ip)); + ND_PRINT("IP%u", IP_V(ipds->ip)); return; } if (!ndo->ndo_eflag)