First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

CIGI Dissector: What version of CIGI 3 is supported?

  • retag add tags

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.

matthembree's avatar
1
matthembree
asked 2019-02-27 16:36:18 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Anders's avatar
5k
Anders
answered 2019-02-28 09:32:05 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer