]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-eigrp.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-eigrp.c
index 022c93553a7220d926ab5d85ad6d3cb79b0f4272..a9206a8761438727b3bb3d8c1f59fd79b7b000db 100644 (file)
@@ -228,6 +228,7 @@ eigrp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
         const struct eigrp_tlv_at_ext_t *eigrp_tlv_at_ext;
     } tlv_ptr;
 
+    ndo->ndo_protocol = "eigrp";
     tptr=pptr;
     eigrp_com_header = (const struct eigrp_common_header *)pptr;
     ND_TCHECK_SIZE(eigrp_com_header);