diff options
Diffstat (limited to 'print-msnlb.c')
| -rw-r--r-- | print-msnlb.c | 1 |
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); |
