X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..1318f45980f05315d22f0dd318c99a6eade7d7cb:/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); }