]> The Tcpdump Group git mirrors - tcpdump/commit
OpenFlow: Have a function for each message type.
authorDenis Ovsienko <[email protected]>
Sun, 4 Oct 2020 21:08:03 +0000 (22:08 +0100)
committerDenis Ovsienko <[email protected]>
Thu, 8 Oct 2020 14:27:34 +0000 (15:27 +0100)
commit10ac80fdecfa9b9b7d259d8f50d0b72ef1b18f12
treebb8777d737df9d197f769e001e1298953367fbd1
parent926f1cc7932975ab6728857a80f985eb84694841
OpenFlow: Have a function for each message type.

Move the remaining small blocks of message printing code out of
of10_message_print() and of13_message_print() into standalone functions,
this way all the case blocks in the two message body processing functions
become more uniform.
print-openflow-1.0.c
print-openflow-1.3.c