X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/abc8c2d61c65757011d9d32abb01cd1e51232f3a..0023eaa78f123676bfa9c5fba72ea4b8a59aaa70:/print-cnfp.c?ds=sidebyside diff --git a/print-cnfp.c b/print-cnfp.c index 69f905f5..553b051d 100644 --- a/print-cnfp.c +++ b/print-cnfp.c @@ -40,14 +40,11 @@ * https://www.cisco.com/c/en/us/td/docs/net_mgmt/netflow_collection_engine/3-6/user/guide/format.html#wp1005892 */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" #include -#include #include "netdissect.h" #include "addrtoname.h" @@ -247,7 +244,6 @@ cnfp_v1_print(netdissect_options *ndo, const u_char *cp) trunc: nd_print_trunc(ndo); - return; } static void @@ -350,7 +346,6 @@ cnfp_v5_print(netdissect_options *ndo, const u_char *cp) trunc: nd_print_trunc(ndo); - return; } static void @@ -456,7 +451,6 @@ cnfp_v6_print(netdissect_options *ndo, const u_char *cp) trunc: nd_print_trunc(ndo); - return; } void