http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45129
User: etxrab
Date: 2012/09/25 05:54 AM
Log:
Copy over:
--------------------------------------------------------------------------------
Revision 44792 - Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7697 :
Fix dissection of release 98 and release 99 QoS profiles (bug introduced in r43312)
--------------------------------------------------------------------------------
Revision 44790 - From Masashi Honma via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7691
TKIP dissection : wrong IS_TKIP macro
In [1] "11.4.2.2 TKIP MPDU formats", we could see below sentence.
"WEPSeed[1] is not used to construct the TSC, but is set to (TSC1 | 0x20) &
0x7f."
But the IS_TKIP macro only checks (WEPSeed[1] & 0x20).
So sometimes IS_TKIP macro mis-dissects a CCMP frame as a TKIP frame.
This patch changes IS_TKIP macro to do more better check.
[1] IEEE Std 802.11.-2012
--------------------------------------------------------------------------------
Revision 44760 - fix a typo in dvb service descriptor
--------------------------------------------------------------------------------
Revision 44749 - Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7666 :
Check that DRDA command has a minimum length of 10 bytes to prevent a potential infinite loop
--------------------------------------------------------------------------------
Revision 44642 - Comment out all but first value_string array entries with dup values:
kept: first dup since that's the one which would
be found with a linear search.
--------------------------------------------------------------------------------
Revision 44496 - more ephemeral memory cleanup
--------------------------------------------------------------------------------
Revision 44438 - Use val_to_str_const() where appropriate;
Also (for a few files):
- create/use some extended value strings;
- remove unneeded #include files;
- remove unneeded variable initialization;
- re-order fcns slightly so prefs_reg_handoff...() at end, etc
--------------------------------------------------------------------------------
Revision 44413 - convert some simple uses to use ephemeral memory
--------------------------------------------------------------------------------
Revision 44003 - Create/use extended value strings as appropriate;
Remove unneeded initializers;
Do whitespace changes.
--------------------------------------------------------------------------------
Revision 43700 - Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7474 :
Dissect LTE RADIUS AVP 3GPP-User-Location-Info
--------------------------------------------------------------------------------
Revision 43681 - Don't call subdissectors / expert...() / col...() under 'if (tree)'
Also:
Remove some uneeded initializers;
Do some whitespace cleanup and re-formatting.
--------------------------------------------------------------------------------
Revision 43320 - Fix typos.
--------------------------------------------------------------------------------
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+6 -1 packet-drda.c Modified
+781 -709 packet-gtp.c Modified
+29 -31 packet-ieee80211.c Modified
+124 -92 packet-mpeg-descriptor.c Modified