]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-someip.c
Avoid -E and -M options inconsistencies with no libcrypto
[tcpdump] / print-someip.c
index d21219aeadfba0e87e6bf07fc92b51feb616e5d6..4a5df3c36798d2b5ec9eb72452cb6446b0b9f99f 100644 (file)
@@ -129,7 +129,7 @@ someip_print(netdissect_options *ndo, const u_char *bp, const u_int len)
 
     return_code = GET_U_1(bp);
     bp += 1;
-    ND_PRINT(", retcode %s\n",
+    ND_PRINT(", retcode %s",
             tok2str(return_code_values, "Unknown", return_code));
 
     return;