X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3fb4560e1ebe3144a0f475373eeaaaf7ca91f501..b38f324af9dd953a661b9f35910f8c6d8eb2cc06:/print-openflow-1.0.c diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c index a9817599..ce958430 100644 --- a/print-openflow-1.0.c +++ b/print-openflow-1.0.c @@ -56,11 +56,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* \summary: OpenFlow protocol version 1.0 printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include "netdissect.h" #include "extract.h" @@ -72,7 +74,6 @@ #include "openflow.h" static const char tstr[] = " [|openflow]"; -static const char istr[] = " (invalid)"; #define OFPT_HELLO 0x00 #define OFPT_ERROR 0x01