summaryrefslogtreecommitdiff
path: root/print-msnlb.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-msnlb.c')
-rw-r--r--print-msnlb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-msnlb.c b/print-msnlb.c
index 3d201fa3..5fdf5575 100644
--- a/print-msnlb.c
+++ b/print-msnlb.c
@@ -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);