X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e8cd6c12e3a15dda738c5215b997c0b3fe5e2096..69ead2a09cf7d0666c6a7ac12e47fd9743242c61:/print-sflow.c diff --git a/print-sflow.c b/print-sflow.c index e16f0ab3..37a41b52 100644 --- a/print-sflow.c +++ b/print-sflow.c @@ -12,20 +12,22 @@ * 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 * * Expansion and refactoring by Rick Jones */ +/* \summary: sFlow protocol printer */ + +/* specification: http://www.sflow.org/developers/specifications.php */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "extract.h" #include "addrtoname.h"