ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 40078: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 03 Dec 2011 04:33:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40078

User: guy
Date: 2011/12/02 08:33 PM

Log:
 Bitfields indicate how many bits they are; "guint8 foo:4" is
 self-contradictory (it's 4 bits, not 8).  Furthermore, the C language
 doesn't support "unsigned char" as a bitfield type; some compilers might
 accept that, but if you crank up the warning levels, even GCC will warn
 about that.

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +2 -2      packet-radiotap-iter.h    Modified