Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am Makefile.nmake packet-h245.c pac

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Wed, 16 Jul 2003 04:23:56 -0500 (CDT)
sahlberg    2003/07/16 04:23:56 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake packet-h245.c 
                         packet-per.c packet-per.h 
  Log:
  Add a new parameter to the constrained integer dissector so that it also handles
  constrained integers with an extension marker.
  
  Update all calls to the constrained integer dissector
  
  Add dissection to the rfc_number type  which is a constrasined integer with an extension marker
  
  Add H245 so that it builds by default in ethereal.
  It has been tested extensively by a semi-large number of people with a lot of real and synthetic captures  and seems to work very well.
  
  New protocol added to ethereal
  
  Revision  Changes    Path
  1.600     +2 -1      ethereal/Makefile.am
  1.318     +2 -1      ethereal/Makefile.nmake
  1.22      +204 -217  ethereal/packet-h245.c
  1.4       +25 -7     ethereal/packet-per.c
  1.4       +2 -2      ethereal/packet-per.h