amlight / ofp_sniffer

An OpenFlow sniffer to help network troubleshooting in production networks.
Apache License 2.0
13 stars 12 forks source link

Applied several improvements to the code to increase efficiency #16

Closed dgarc330 closed 3 years ago

dgarc330 commented 3 years ago

Split print_instructions() into two, so that we have a print_actions so that can be more easily re-used in other functions. Modified group_mod to properly print the contents of the bucket list. Changed Table_Id in print_instruction() to show as a decimal and not a hex value.