From: Francois-Xavier Le Bail Date: Wed, 12 Apr 2023 07:52:04 +0000 (+0200) Subject: EAP: Assign ndo_protocol in the eap_print() function X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/61d5da84a02a24cafa3bcc6502293bb3d3e0e1c2 EAP: Assign ndo_protocol in the eap_print() function --- diff --git a/print-eap.c b/print-eap.c index 78439b71..e640e83d 100644 --- a/print-eap.c +++ b/print-eap.c @@ -155,6 +155,7 @@ eap_print(netdissect_options *ndo, u_int count; const char *sep; + ndo->ndo_protocol = "eap"; type = GET_U_1(cp); len = GET_BE_U_2(cp + 2); if (len != length) {