]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-eap.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-eap.c
index f0a5de058276c0bac6a90573271822da248df76f..a17a740ace3327cb2b5260a7c7d1f74594e07e9a 100644 (file)
@@ -156,6 +156,7 @@ eap_print(netdissect_options *ndo,
     u_int eap_type, tlen, type, subtype;
     int count=0, len;
 
+    ndo->ndo_protocol = "eap";
     tptr = cp;
     tlen = length;
     eap = (const struct eap_frame_t *)cp;