https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3926
--- Comment #2 from avithan <avithan@xxxxxxxxxxxxxx> 2009-08-22 09:12:48 PDT ---
Some more information about the Channel packet:
-----------
Flag byte decodes as follows:
While Bitpattern is
7. 6. 5. 4. 3. 2. 1. 0.
0 0 0 0 0 0 0 0
0. true means: IsUnregistered
1. true means: IsModerated
2. true means: HasPassword
3. true means: HasSubChannels
4. true means: IsDefaultChannel
------------
At Channel offset 0x0c (behind the above mentioned parentChannelID) is the
sorting in a short (2 bytes).
At Channel offset 0x0e (behind the sorting) is the maxPlayers encoded as short
(2 bytes).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.