http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25169
User: sfisher
Date: 2008/04/24 10:16 PM
Log:
Fix for bug #2480: Custom column, wrong display of 802.11 Sleep mode status
Changed the tfstring to use integer variable instead of value variable. The
integer value has had its "irrelevant portions" masked out and has been bit-
shifted whereas value hasn't. This led to unpredictable results when using
a true false string for a single bit of a byte.
Directory: /trunk/epan/
Changes Path Action
+1 -1 proto.c Modified