]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-resp.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-resp.c
index 74fc2fdb4fae48f50c83cda3effae5edf651cd45..76d3744a9399328ba311aba77c76f4e619c209af 100644 (file)
@@ -214,6 +214,7 @@ resp_print(netdissect_options *ndo, const u_char *bp, u_int length)
 {
     int ret_len = 0, length_cur = length;
 
+    ndo->ndo_protocol = "resp";
     if(!bp || length <= 0)
         return;