From: Denis Ovsienko Date: Fri, 30 Jan 2015 14:31:14 +0000 (+0000) Subject: OpenFlow 1.0: add missing items to bsn_subtype_str X-Git-Tag: tcpdump-4.7.2~1^2~39 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/f5d8a72d30c80c4a964c4e16bdde398b577ed47c OpenFlow 1.0: add missing items to bsn_subtype_str --- diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c index 590caba4..6f86709d 100644 --- a/print-openflow-1.0.c +++ b/print-openflow-1.0.c @@ -639,6 +639,9 @@ static const struct tok bsn_subtype_str[] = { { BSN_SET_MIRRORING, "SET_MIRRORING" }, { BSN_GET_MIRRORING_REQUEST, "GET_MIRRORING_REQUEST" }, { BSN_GET_MIRRORING_REPLY, "GET_MIRRORING_REPLY" }, + { BSN_SHELL_COMMAND, "SHELL_COMMAND" }, + { BSN_SHELL_OUTPUT, "SHELL_OUTPUT" }, + { BSN_SHELL_STATUS, "SHELL_STATUS" }, { BSN_GET_INTERFACES_REQUEST, "GET_INTERFACES_REQUEST" }, { BSN_GET_INTERFACES_REPLY, "GET_INTERFACES_REPLY" }, { BSN_SET_PKTIN_SUPPRESSION_REQUEST, "SET_PKTIN_SUPPRESSION_REQUEST" },