]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-aoe.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-aoe.c
index b56af2cb44d97390ac37cd6549494f950d37bbf9..322b6fd5ad52a8a776a20135299cc720563b7a79 100644 (file)
@@ -402,6 +402,7 @@ aoe_print(netdissect_options *ndo,
        const u_char *ep = ndo->ndo_snapend;
        uint8_t ver;
 
+       ndo->ndo_protocol = "aoe";
        ND_PRINT("AoE length %u", len);
 
        if (len < 1)