X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9d046ee0503d4c8cbfcb200c88986de876f6cae7..refs/heads/mcr-macro-update-1:/print-someip.c diff --git a/print-someip.c b/print-someip.c index bd6a74f3..9eb63713 100644 --- a/print-someip.c +++ b/print-someip.c @@ -16,7 +16,7 @@ /* \summary: Autosar SOME/IP Protocol printer */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include "netdissect-stdinc.h" @@ -77,7 +77,7 @@ static const struct tok return_code_values[] = { }; void -someip_print(netdissect_options *ndo, const u_char *bp, u_int len) +someip_print(netdissect_options *ndo, const u_char *bp, const u_int len) { uint32_t message_id; uint16_t service_id;