Wireshark-commits: [Wireshark-commits] rev 45580: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-i
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45580
User: etxrab
Date: 2012/10/16 05:58 AM
Log:
Copy over:
Revision 43157 - Fix some dead assignments.
-------------------------------------------------------------------------------------------------
Revision 44076 - Some more debug info.
-------------------------------------------------------------------------------------------------
Revision 45431 - From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7820
wlan_mgt.ht.capabilities bits 8-15 incorrectly decoded (from wrong packet offset)
The bug is that the code defines the bit fields as 16 bit, but increments the
offset in-between decoding B0-B7 and B8-B15 which causes the wrong bits to be
decoded.
Also fix to change "Capability" to "Capabilities" to match spec
From me : Fix wrong length for A-MPDU
-------------------------------------------------------------------------------------------------
Revision 45510 - Do not use private_data from caller dissector as IKEv2 decryption parameters
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+20 -21 packet-ieee80211.c Modified
+9 -5 packet-isakmp.c Modified
Directory: /trunk-1.8/epan/
Changes Path Action
+1 -1 addr_resolv.c Modified
Directory: /trunk-1.8/wiretap/
Changes Path Action
+6 -2 pcapng.c Modified