]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-aodv.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-aodv.c
index e47ff184fbf1f35ff6aa9d0698585a50d9b129f0..52024dc05e510e3a16e254774bf04af35a6e8aad 100644 (file)
@@ -478,6 +478,7 @@ aodv_print(netdissect_options *ndo,
 {
        uint8_t msg_type;
 
+       ndo->ndo_protocol = "aodv";
        /*
         * The message type is the first byte; make sure we have it
         * and then fetch it.