#include "netdissect-stdinc.h"
#include "netdissect.h"
-#include "extract.h"
static const char *sipcmds[] = {
"ACK",
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);
}