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

Date: Thu, 28 Apr 2011 19:00:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36942

User: guy
Date: 2011/04/28 12:00 PM

Log:
 Array indices are integers, not Booleans.  (The code is the same, given
 that TRUE is #defined as 1 and FALSE is #defined as 0, but let's not
 depend on that.)

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +12 -11    packet-radiotap.c    Modified