X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/61f71d2046ced967e1bd998d41c68faf512f75ab..546558eabd81cfc36a81a4df728fdfea0d83b41a:/print-openflow.c?ds=sidebyside diff --git a/print-openflow.c b/print-openflow.c index ee972cfe..a0cabbe6 100644 --- a/print-openflow.c +++ b/print-openflow.c @@ -134,6 +134,7 @@ trunc: void openflow_print(netdissect_options *ndo, const u_char *cp, const u_int len _U_) { + ndo->ndo_protocol = "openflow"; ND_PRINT(": OpenFlow"); while (cp < ndo->ndo_snapend) cp = of_header_body_print(ndo, cp, ndo->ndo_snapend);