X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/32e24ead3b2a171e5f5eff50d7231c2514eda9b4..refs/pull/1034/head:/print-sip.c diff --git a/print-sip.c b/print-sip.c index 3be6a383..bfbfddfd 100644 --- a/print-sip.c +++ b/print-sip.c @@ -24,7 +24,6 @@ #include "netdissect-stdinc.h" #include "netdissect.h" -#include "extract.h" static const char *sipcmds[] = { "ACK", @@ -51,5 +50,5 @@ void sip_print(netdissect_options *ndo, const u_char *pptr, u_int len) { ndo->ndo_protocol = "sip"; - txtproto_print(ndo, pptr, len, "sip", sipcmds, RESP_CODE_SECOND_TOKEN); + txtproto_print(ndo, pptr, len, sipcmds, RESP_CODE_SECOND_TOKEN); }