Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Parsing openflow

From: "Avi Cohen (A)" <avi.cohen@xxxxxxxxxx>
Date: Tue, 14 Aug 2018 11:18:23 +0000
Hi 
I need to capture open-flow msgs  (e.g FLOW_MOD to add new flows) from controller to vSwitch , 
And to generate e.g.  a *file* which its rows are the captured flows and its  columns  are the flow header fields e.g. column 1 source-mac , column 2 dest-mac  , column 3 source-IP etc..  - whenever a field is not relevant I can set the fields as FFFF (don't care)
Also the action (actions)  should be put in a column   
I need this file as an input to an algorithm that should manipulate these flows ?

My question can I use the wireshark  pkg for this purpose ? if yes what is the recommended way   ?

Best Regards
Avi