]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sflow.c
CVE-2017-13045/VQP: add some bounds checks
[tcpdump] / print-sflow.c
index 7eecf0a051339c8a8f73e9e206e6de265380e5b3..37a41b529cd322194505772ec1e3afdec0d2b7d6 100644 (file)
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * The SFLOW protocol as per http://www.sflow.org/developers/specifications.php
- *
  * Original code by Carles Kishimoto <[email protected]>
  *
  * Expansion and refactoring by Rick Jones <[email protected]>
  */
 
+/* \summary: sFlow protocol printer */
+
+/* specification: http://www.sflow.org/developers/specifications.php */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif