Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 32945: /trunk/epan/ /trunk/epan/: proto.h

Date: Tue, 25 May 2010 11:21:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32945

User: martinm
Date: 2010/05/25 04:21 AM

Log:
 Re-organise which FI bits are used to store expert severity and event info, in order to avoid clash with bit offset and length as added in 4413 (Improve bitview display).
 
 The event info values were (mostly) done as though they were flags rather than values, but as it doesn't really make sense to combine events I changed them to use contiguous values.  They now use the 8 m.s. bits, so there are now 9 unused bits available for new uses.

Directory: /trunk/epan/
  Changes    Path          Action
  +17 -16    proto.h       Modified