X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7ea344d76a21255867275a199d1ddb1e5b358f77..refs/pull/482/head:/print-openflow.c diff --git a/print-openflow.c b/print-openflow.c index 233efc99..edad2148 100644 --- a/print-openflow.c +++ b/print-openflow.c @@ -34,7 +34,7 @@ #include "config.h" #endif -#include +#include #include "netdissect.h" #include "extract.h" @@ -42,7 +42,7 @@ #include "oui.h" static const char tstr[] = " [|openflow]"; -static const char cstr[] = " (invalid)"; +static const char istr[] = " (invalid)"; #define OF_VER_1_0 0x01 @@ -120,7 +120,7 @@ of_header_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep } invalid: /* fail current packet */ - ND_PRINT((ndo, "%s", cstr)); + ND_PRINT((ndo, "%s", istr)); ND_TCHECK2(*cp, ep - cp); return ep; trunc: