diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2015-01-30 14:31:14 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2015-01-30 14:31:14 +0000 |
commit | f5d8a72d30c80c4a964c4e16bdde398b577ed47c (patch) | |
tree | 71a2aa98ce2165790fcf304ff458a9dc838364f8 /print-openflow-1.0.c | |
parent | 1d66439981bbb9edf25b2a61ab571991ff353923 (diff) | |
download | tcpdump-f5d8a72d30c80c4a964c4e16bdde398b577ed47c.tar.gz |
OpenFlow 1.0: add missing items to bsn_subtype_str
Diffstat (limited to 'print-openflow-1.0.c')
-rw-r--r-- | print-openflow-1.0.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" }, |