Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal t35.c t35.h Makefile.am Makefile.nmake packe

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 26 Sep 2003 17:20:08 -0500 (CDT)
guy         2003/09/26 17:20:08 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake packet-h225.c 
                         packet-h225.h packet-h245.c packet-h245.h 
                         packet-h450.c 
  Added files:
    .                    t35.c t35.h 
  Log:
  From Tomas Kukosa:
  
  	1) string tables for t35CountryCode, t35Extension and
  	   h221ManufacturerCode were moved into the new file t35.c
  	   because they are common for more dissectors
  
  	2) the dissect_h245_NonStandardParameter_with_extension_marker()
  	   was moved from h245 to h225 and renamed to
  	   dissect_h225_NonStandardParameter() because the
  	   NonStandardData type is different for H.225.0 and H.245
  
  	3) type of the "h245.nsp.object" dissector table was changed from
  	   FT_UINT32 to FT_STRING, so it can select a dissector based on
  	   an OID rather than the Adler-32 hash of an OID
  
  	4) the "h225.nsp.object" and "h225.nsp.h221" dissector tables
  	   were created
  
  Revision  Changes    Path
  1.631     +3 -1      ethereal/Makefile.am
  1.340     +2 -1      ethereal/Makefile.nmake
  1.14      +358 -80   ethereal/packet-h225.c
  1.3       +9 -3      ethereal/packet-h225.h
  1.37      +6 -444    ethereal/packet-h245.c
  1.5       +1 -3      ethereal/packet-h245.h
  1.2       +13 -1     ethereal/packet-h450.c