Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-mtp3mg.c Makefile.am Makefile.nmake p

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jan 2003 14:44:34 -0600 (CST)
guy         2003/01/02 14:44:33 CST

  Modified files:
    .                    Makefile.am Makefile.nmake packet-mtp3.c 
                         packet-mtp3.h packet-sccp.c 
                         packet-sccpmg.c 
  Added files:
    .                    packet-mtp3mg.c 
  Log:
  From Jeff Morriss:
  
  	make ANSI point codes filterable in MTP3;
  
  	fix a bug in the ANSI SLS dissection;
  
  	have MTP3 store the SI for use by subdissectors;
  
  	add a new MTP3-Management dissector.
  
  Fix Makefile.nmake to include the Wellfleet HDLC dissector.
  
  Revision  Changes    Path
  1.532     +2 -1      ethereal/Makefile.am
  1.266     +3 -1      ethereal/Makefile.nmake
  1.13      +58 -32    ethereal/packet-mtp3.c
  1.2       +5 -1      ethereal/packet-mtp3.h
  1.7       +27 -8     ethereal/packet-sccp.c
  1.2       +49 -33    ethereal/packet-sccpmg.c