]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-beep.c
CVE-2016-7925/Add more bounds checks.
[tcpdump] / print-beep.c
index 1ddb9eb5f4a95411518f0a7a7a5183b80beb0653..ed502b96cabc8e31e68eaec2aa72d7796494ccff 100644 (file)
@@ -2,18 +2,20 @@
  * Copyright (C) 2000, Richard Sharpe
  *
  * This software may be distributed either under the terms of the
- * BSD-style licence that accompanies tcpdump or under the GNU GPL
+ * BSD-style license that accompanies tcpdump or under the GNU GPL
  * version 2 or later.
  *
  * print-beep.c
  *
  */
 
+/* \summary: Blocks Extensible Exchange Protocol (BEEP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>