]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-esp.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-esp.c
index 31630100cde1ccebe0677dfa9a1d929730485e25..53b6d243e7410c200a0fe8e6b356b84a8b7b6bba 100644 (file)
@@ -670,6 +670,7 @@ esp_print(netdissect_options *ndo,
        u_char *output_buffer;
 #endif
 
+       ndo->ndo_protocol = "esp";
        esp = (const struct newesp *)bp;
 
 #ifdef HAVE_LIBCRYPTO