Ask Your Question
0

CIGI Dissector: What version of CIGI 3 is supported?

asked 2019-02-27 16:36:18 +0000

The wiki for the CIGI dissector says "The CIGI dissector is fully functional for CIGI version 2 and 3". Is the CIGI 3 support for 3.1? 3.2? 3.3? All subversions (3.x) ?

Background: Our CIGI host is sending out properly-formed CIGI 3.3 packets as best we can tell from a bit-by-bit analysis; correct packet size values etc. The CIGI-based image generator we are driving has no problems with the packets. Wireshark, however, only recognizes and decodes the outgoing IG Control packets; all the other packets we send are shown as raw UDP data.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-02-28 09:32:05 +0000

Anders gravatar image

It looks like the CCIGI heuristic looks for a 1,2 or 3 in the 3 byte. The comment says /* Currently there are only 3 versions of CIGI */ even if you define the port it will do

if ( !packet_is_cigi(tvb) ) {

You could raise a bug report supplying a small sample trace with your version of the protocol.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2019-02-27 16:36:18 +0000

Seen: 300 times

Last updated: Feb 28 '19