Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet_info.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Tue, 23 Dec 2003 06:07:12 -0600 (CST)
obiot       2003/12/23 06:07:12 CST

  Modified files:
    epan                 packet_info.h 
  Log:
  Move the GSM SMS dissection to a dedicated subdissector (currently still within
  packet-smpp.c).
  
  Now the higher-level protocols show up without the need of unfolding the SMPP
  dissector tree.
  
  Add a new address type AT_STRINGZ, and use it for GSM SMS message reassembly.
  
  Get rid of the different UDH IE subtrees, and replace them with one subtree
  for all UDH IEs.
  
  Add debug logging to SMPP and SMPP GSM SMS dissectors.
  
  Move the Short Message reassembly from the SMPP dissector to the SMPP GSM SMS
  dissector. Fix duplicated "reassembled in" header fields.
  
  Rename header fields that are now part of SMPP GSM SMS (including the dissector
  table name, so it has also been updated in packet-wsp.c and packet-wtp.c).
  
  Add an explicit "if (!tree) return" in the WSP add_headers() method.
  
  NOTE: it would be great if we were able to merge the existing packet-gsm_sms.c
  and the SMPP GSM SMS dissector.
  
  Revision  Changes    Path
  1.37      +3 -2      ethereal/epan/packet_info.h