]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cnfp.c
CVE-2016-7925/Add more bounds checks.
[tcpdump] / print-cnfp.c
index d80d7fd27442c2742d1da7e4e75073bc0bc1ae35..e3e9b6d07b8ba0af6ad9a5c81aad76baf0b6aa65 100644 (file)
@@ -30,6 +30,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: Cisco NetFlow protocol printer */
+
 /*
  * Cisco NetFlow protocol
  *
  *    http://www.cisco.com/c/en/us/td/docs/net_mgmt/netflow_collection_engine/3-6/user/guide/format.html#wp1005892
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"