]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cfm.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-cfm.c
index 050a99a366f41a7b269967f2c4230a28059deba5..568e30367d1a0ebe16dbedc4e1e85a9ca8bf4d4b 100644 (file)
@@ -292,6 +292,7 @@ cfm_print(netdissect_options *ndo,
         const struct cfm_ltr_t *cfm_ltr;
     } msg_ptr;
 
+    ndo->ndo_protocol = "cfm";
     tptr=pptr;
     cfm_common_header = (const struct cfm_common_header_t *)pptr;
     if (length < sizeof(*cfm_common_header))