X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/99c91c3aec40b691641374f58e798bd8d6b657bd..78ba87d130caba9105e6a259bdae2891eb8b4d6f:/print-openflow-1.0.c diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c index bc7fa42b..ce958430 100644 --- a/print-openflow-1.0.c +++ b/print-openflow-1.0.c @@ -56,6 +56,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* \summary: OpenFlow protocol version 1.0 printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -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