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