Re: [Wireshark-dev] Parsing openflow

2018-08-15 Thread Avi Cohen (A)
Ok – Now it works thanks to all three of you Best Regards Avi From: Wireshark-dev [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Shai Shapira Sent: Wednesday, 15 August, 2018 5:17 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Parsing openflow Hey Avi

Re: [Wireshark-dev] Parsing openflow

2018-08-15 Thread Avi Cohen (A)
To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Parsing openflow On Wed, 15 Aug 2018 at 16:04, Dario Lombardo mailto:lom...@gmail.com>> wrote: Try to right-click on the field you want to extract and choose "prepare a filter -> selected". In the upper part of

Re: [Wireshark-dev] Parsing openflow

2018-08-15 Thread Shai Shapira
for a field in SSL: Good luck From: Avi Cohen (A) Sent: Wednesday, August 15, 2018 17:08 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Parsing openflow Hi Dario I can easily create a file with the  packets headers as a columns (the original headers of a pkt e.g eth ip tcp

Re: [Wireshark-dev] Parsing openflow

2018-08-15 Thread Graham Bloice
@01D434B8.690F8A80] >> >> >> >> >> >> >> >> >> >> *From:* Wireshark-dev [mailto:wireshark-dev-boun...@wireshark.org] *On >> Behalf Of *Dario Lombardo >> *Sent:* Tuesday, 14 August, 2018 2:50 PM >> *To:* Developer support list for

Re: [Wireshark-dev] Parsing openflow

2018-08-14 Thread Avi Cohen (A)
Thank you Dario From: Wireshark-dev [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Dario Lombardo Sent: Tuesday, 14 August, 2018 2:50 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Parsing openflow Hi Avi Have a look at tshark and its -E and -e options

Re: [Wireshark-dev] Parsing openflow

2018-08-14 Thread Dario Lombardo
Hi Avi Have a look at tshark and its -E and -e options. That could do the job. On Tue, Aug 14, 2018 at 1:19 PM Avi Cohen (A) wrote: > 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

[Wireshark-dev] Parsing openflow

2018-08-14 Thread Avi Cohen (A)
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.. -