commit | 4b52334dd20f0cfdbac0e8c6cba2dfe549548ed5 | [log] [tgz] |
---|---|---|
author | Tomasz <tomasz.klimczyk@bigswitch.com> | Tue Dec 10 02:02:49 2013 -0800 |
committer | Tomasz <tomasz.klimczyk@bigswitch.com> | Tue Dec 10 02:02:49 2013 -0800 |
tree | 3d95d9ef724f0eb6df2d8c7560b866e6f3142099 | |
parent | 3f1b1f922514ba259b97a868aa8310d6871ff8f6 [diff] [blame] |
Adding definition of info variable
diff --git a/wireshark_gen/templates/openflow.lua b/wireshark_gen/templates/openflow.lua index 09ebcc4..931843d 100644 --- a/wireshark_gen/templates/openflow.lua +++ b/wireshark_gen/templates/openflow.lua
@@ -185,6 +185,7 @@ protocol = "OF " .. openflow_versions[version_val] end + local info = "unknown" info = of_message_dissectors[version_val][type_val](reader, subtree) return protocol, info