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

Date: Mon, 19 Feb 2007 01:18:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20846

User: guy
Date: 2007/02/19 01:18 AM

Log:
 wep_decrypt() isn't needed if we have AirPDCap.
 
 Use "break" instead of "goto done" when possible, don't goto a label
 that follows immediately, and get rid of labels for which there's no
 goto.

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