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 25169: /trunk/epan/ /trunk/epan/: proto.c

Date: Fri, 25 Apr 2008 05:16:26 GMT
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