Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-per.c packet-per.h Makefile.am Makefi

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: Sat, 12 Jul 2003 17:35:21 -0500 (CDT)
sahlberg    2003/07/12 17:35:21 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake packet-h245.c 
  Added files:
    .                    packet-per.c packet-per.h 
  Log:
   Break out the PER functions from the alternative h245 dissector
  and put them in their own file.
  
  I had to put them im packet-per.c  instead of asn1-per.c  since othervise
  i couldnt get it to invoke the register  routine from register.c
  
  the per dissector is compiled into ethereal by default,  but there are no callers in ethereal until  the h245 dissector is added.
  
  someone that knows the registry stuff better might consider renaming it to asn1-per.c instead of packet-per.c
  
  Revision  Changes    Path
  1.598     +2 -1      ethereal/Makefile.am
  1.317     +2 -1      ethereal/Makefile.nmake
  1.17      +3 -1197   ethereal/packet-h245.c