]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-beep.c
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / print-beep.c
index 69bd8ec36c764eb84ed2f01766ef6ba94e0f4021..76017eaf89dc38161cc6db7a5dd50f1ec7a2c7dd 100644 (file)
@@ -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))