X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3fb4560e1ebe3144a0f475373eeaaaf7ca91f501..2d861fb1a7677d1d2437e5e6d3e04a095a93b91f:/print-openflow.c diff --git a/print-openflow.c b/print-openflow.c index b1315f03..043adc2e 100644 --- a/print-openflow.c +++ b/print-openflow.c @@ -30,11 +30,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* \summary: version-independent OpenFlow printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include "netdissect.h" #include "extract.h" @@ -42,7 +44,6 @@ #include "oui.h" static const char tstr[] = " [|openflow]"; -static const char istr[] = " (invalid)"; #define OF_VER_1_0 0x01