]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-someip.c
Avoid -E and -M options inconsistencies with no libcrypto
[tcpdump] / print-someip.c
index 210e413f6481caee0129decc3742d65371e48456..4a5df3c36798d2b5ec9eb72452cb6446b0b9f99f 100644 (file)
 
 /* \summary: Autosar SOME/IP Protocol printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 #include "netdissect.h"
 #include "extract.h"
-#include "udp.h"
 
 /*
  * SOMEIP Header (R19-11)
@@ -132,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;