X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/32e24ead3b2a171e5f5eff50d7231c2514eda9b4..c5a34f01b4d03a0c24f9abb57f0db45c502aceb5:/print-sip.c diff --git a/print-sip.c b/print-sip.c index 3be6a383..14fe94e5 100644 --- a/print-sip.c +++ b/print-sip.c @@ -51,5 +51,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); }