]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-msnlb.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-msnlb.c
index 3d201fa30cdecc8b4abcb1e9d17e6f99d07a6555..5fdf5575991133aa895882dde0e1a1ae0dbad5e0 100644 (file)
@@ -52,6 +52,7 @@ msnlb_print(netdissect_options *ndo, const u_char *bp)
 {
        const struct msnlb_heartbeat_pkt *hb;
 
+       ndo->ndo_protocol = "msnlb";
        hb = (const struct msnlb_heartbeat_pkt *)bp;
        ND_TCHECK_SIZE(hb);