X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fb2479d733dbe8a991d11909b319341f7db62ab1..refs/pull/1034/head:/print-beep.c?ds=sidebyside diff --git a/print-beep.c b/print-beep.c index 69bd8ec3..76017eaf 100644 --- a/print-beep.c +++ b/print-beep.c @@ -49,6 +49,7 @@ void beep_print(netdissect_options *ndo, const u_char *bp, u_int length) { + ndo->ndo_protocol = "beep"; if (l_strnstart(ndo, "MSG", 4, (const char *)bp, length)) /* A REQuest */ ND_PRINT(" BEEP MSG"); else if (l_strnstart(ndo, "RPY ", 4, (const char *)bp, length))