]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-m3ua.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-m3ua.c
index 799966461dbb30cb2b001aba1083fecf037885e6..a94003970ef2960e80283b2bb0961a5b91cb1fe4 100644 (file)
@@ -304,6 +304,7 @@ m3ua_print(netdissect_options *ndo,
   const struct tok *dict;
   uint8_t msg_class;
 
+  ndo->ndo_protocol = "m3ua";
   /* size includes the header */
   if (size < sizeof(struct m3ua_common_header))
     goto invalid;