Re: [Wireshark-dev] Building CORBA dissectors

2017-06-26 Thread Andy Ling
Re: [Wireshark-dev] Building CORBA dissectors I'm guessing you didn't get a response because no one is building CORBA dissectors outside of the 3 or 4 that are in the source tree. Those are generated with idl2wrs, but then the C output is part of source control (partially because I&#

Re: [Wireshark-dev] Building CORBA dissectors

2017-06-26 Thread Michael Mann
Otherwise the preferred solution would be to provide your CORBA dissector (and sample capture) in a bug report in Bugzilla. Michael -Original Message- From: David Hagood To: Developer support list for Wireshark Sent: Mon, Jun 26, 2017 7:23 am Subject: [Wireshark-dev] Building CORB

[Wireshark-dev] Building CORBA dissectors

2017-06-26 Thread David Hagood
I've asked about this before, but gotten no responses: Has anybody tried to build a CORBA dissector from IDL with the current git head? It seems the idl2wrs program has been changed, and it no longer seems to be able to process IDL correctly. ___