]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpcp.c
CVE-2017-13045/VQP: add some bounds checks
[tcpdump] / print-mpcp.c
index 5bd046698f0597d7e1d8a76432cf44fc1071bf65..3e022ad4a9a3e875ffd8c0e7b367e5da60e5cf31 100644 (file)
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * support for the IEEE MPCP protocol as per 802.3ah
- *
- * Original code by Hannes Gredler ([email protected])
+ * Original code by Hannes Gredler ([email protected])
  */
 
+/* \summary: IEEE 802.3ah Multi-Point Control Protocol (MPCP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif