X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/90db58ec397c4fd682621cc55f93f81e21fab9ae..69ead2a09cf7d0666c6a7ac12e47fd9743242c61:/print-cnfp.c diff --git a/print-cnfp.c b/print-cnfp.c index d80d7fd2..e3e9b6d0 100644 --- a/print-cnfp.c +++ b/print-cnfp.c @@ -30,6 +30,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* \summary: Cisco NetFlow protocol printer */ + /* * Cisco NetFlow protocol * @@ -38,17 +40,16 @@ * 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 +#include #include #include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h"