Wireshark-commits: [Wireshark-commits] rev 26123: /trunk-1.0/ /trunk-1.0/epan/crypt/: airpdcap.c ai
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26123
User: gerald
Date: 2008/09/02 01:22 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r26024 | stig | 2008-08-14 14:06:28 -0700 (Thu, 14 Aug 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-q933.c
Added a missing {0,NULL} as noted by Christopher.
------------------------------------------------------------------------
r26053 | wmeier | 2008-08-21 11:48:26 -0700 (Thu, 21 Aug 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-isup.c
Fix from christopher maynard as reported in bug 2822
------------------------------------------------------------------------
r26054 | wmeier | 2008-08-21 11:51:17 -0700 (Thu, 21 Aug 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-smb2.c
Modified version of a fix from Christopher Maynard as reported in bug 2822.
------------------------------------------------------------------------
r26057 | wmeier | 2008-08-22 07:02:05 -0700 (Fri, 22 Aug 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-v120.c
Fix a case of && which should be &; add some parentheses for clarity
------------------------------------------------------------------------
r26058 | wmeier | 2008-08-22 07:28:03 -0700 (Fri, 22 Aug 2008) | 2 lines
Changed paths:
M /trunk/asn1/snmp/packet-snmp-template.c
M /trunk/epan/dissectors/packet-snmp.c
Fix a (probably benign) case where it appears that && should be &
------------------------------------------------------------------------
r26070 | gerald | 2008-08-25 08:22:48 -0700 (Mon, 25 Aug 2008) | 2 lines
Changed paths:
M /trunk/epan/crypt/airpdcap.c
M /trunk/epan/crypt/airpdcap_rijndael.c
Fix a couple of crashes in WPA group key decryption.
------------------------------------------------------------------------
r26071 | gerald | 2008-08-25 08:26:15 -0700 (Mon, 25 Aug 2008) | 2 lines
Changed paths:
M /trunk/epan/crypt/airpdcap.c
Add another buffer length check to group key decryption.
------------------------------------------------------------------------
r26115 | gerald | 2008-09-02 10:26:24 -0700 (Tue, 02 Sep 2008) | 2 lines
Changed paths:
M /trunk/epan/crypt/airpdcap.c
Fetch the key length using pntohs. Initialize and check its length.
------------------------------------------------------------------------
Copy over revisions by hand:
------------------------------------------------------------------------
r26020 | jake | 2008-08-14 11:05:18 -0700 (Thu, 14 Aug 2008) | 2 lines
Changed paths:
M /trunk/plugins/wimax/msg_dlmap.c
From Frank Wang:
dl-map decoder error when decode HARQ_DLMAP_IE and normal IE.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/epan/crypt/
Changes Path Action
+12 -4 airpdcap.c Modified
+4 -0 airpdcap_rijndael.c Modified
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+1 -1 packet-isup.c Modified
+1 -0 packet-q933.c Modified
+1 -2 packet-smb2.c Modified
+1 -1 packet-snmp.c Modified
+1 -1 packet-v120.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+18 -2 release-notes.xml Modified
Directory: /trunk-1.0/asn1/snmp/
Changes Path Action
+1 -1 packet-snmp-template.c Modified
Directory: /trunk-1.0/plugins/wimax/
Changes Path Action
+11 -3 msg_dlmap.c Modified