]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-beep.c
Fix spaces
[tcpdump] / print-beep.c
index 09223ba1b6043859ef6f4c5a0146299ccaaa4daf..76017eaf89dc38161cc6db7a5dd50f1ec7a2c7dd 100644 (file)
@@ -12,7 +12,7 @@
 /* \summary: Blocks Extensible Exchange Protocol (BEEP) printer */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "netdissect-stdinc.h"
@@ -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))