]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-http.c
remove redundant ND_TCHECK, let GET_ routines handle checks
[tcpdump] / print-http.c
index c8b6be127bc462c6b19c4a99329be630bd808757..866f3827feb0e3f3ae65fe81750767a3d2d7e6f1 100644 (file)
@@ -74,5 +74,5 @@ void
 http_print(netdissect_options *ndo, const u_char *pptr, u_int len)
 {
        ndo->ndo_protocol = "http";
-       txtproto_print(ndo, pptr, len, "http", httpcmds, RESP_CODE_SECOND_TOKEN);
+       txtproto_print(ndo, pptr, len, httpcmds, RESP_CODE_SECOND_TOKEN);
 }