http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46588
User: etxrab
Date: 2012/12/18 05:21 AM
Log:
Copy over:
Revision 45825 - Add dissection ofDTM ASSIGNMENT COMMAND and fix message types.
--------------------------------------------------------------------------------
Revision 45811 - From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7911 :
Fix dissection of some GSM RR IEs which include length octet
From me:
Keep displaying those IEs as TLV to keep coherency with other TLV IEs
Fix dissection of Dynamic ARFCN Mapping
--------------------------------------------------------------------------------
Revision 45017 - We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
--------------------------------------------------------------------------------
Revision 44667 - Following r44648, revert part of r44162 and followups so as to have a top level gsm_a filter name
--------------------------------------------------------------------------------
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 44195 - Do not register fields twice
--------------------------------------------------------------------------------
Revision 44192 - The minimum CCCH size is 3 bytes (L2 pseudo length + protocol discriminator + message type)
--------------------------------------------------------------------------------
Revision 44187 - Follow-up of r44162: clean more filters
--------------------------------------------------------------------------------
Revision 44185 - Follow-up of r44162: RR dissector is not used only on Common Control CHannels but also on Dedicated Control CHannels; update protocol name and filters accordingly
--------------------------------------------------------------------------------
Revision 44181 - remove unnecessary underscores from display filters
--------------------------------------------------------------------------------
Revision 44162 - Updated GSM dissectors display filters per checkfiltername.pl
Tried to provide consistency with GSM dissector (protocol) names, even if the filenames now don't match the dissector name.
--------------------------------------------------------------------------------
Revision 43538 - Update FSF address - part II.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+4 -8 packet-gsm_a_common.h Modified
+232 -96 packet-gsm_a_rr.c Modified