Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rsvp.h Makefile.am packet-lmp.c packe

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: Sun, 14 Apr 2002 18:04:08 -0500 (CDT)
guy         2002/04/14 18:04:08 CDT

  Modified files:
    .                    Makefile.am packet-lmp.c packet-nlm.c 
                         packet-osi-options.c packet-ospf.c 
                         packet-pcnfsd.c packet-pgm.c 
                         packet-portmap.c packet-ppp.c 
                         packet-q2931.c packet-quakeworld.c 
                         packet-radius.c packet-rsh.c 
                         packet-rsvp.c packet-scsi.c packet-smtp.c 
                         packet-socks.c packet-tr.c packet-x11.c 
  Added files:
    .                    packet-rsvp.h 
  Removed files:
    .                    packet-pgm.h 
  Log:
  From Joerg Mayer:
  
  	Declares some variables static.
  
  	Creates a new include file packet-rsvp.h, and make use of it
  	(change some extern decls to #inlcude).
  
  	Move the file packet-pgm.h into packet-pgm.c as it is not used
  	by anything outside packet-pgm.c.
  
  Revision  Changes    Path
  1.420     +2 -2      ethereal/Makefile.am
  1.2       +2 -7      ethereal/packet-lmp.c
  1.25      +4 -4      ethereal/packet-nlm.c
  1.11      +4 -4      ethereal/packet-osi-options.c
  1.59      +3 -8      ethereal/packet-ospf.c
  1.7       +4 -4      ethereal/packet-pcnfsd.c
  1.15      +221 -2    ethereal/packet-pgm.c
  1.35      +25 -13    ethereal/packet-portmap.c
  1.90      +6 -5      ethereal/packet-ppp.c
  1.23      +4 -4      ethereal/packet-q2931.c
  1.13      +8 -8      ethereal/packet-quakeworld.c
  1.55      +7 -5      ethereal/packet-radius.c
  1.17      +2 -2      ethereal/packet-rsh.c
  1.59      +4 -3      ethereal/packet-rsvp.c
  1.9       +2 -2      ethereal/packet-scsi.c
  1.26      +3 -3      ethereal/packet-smtp.c
  1.38      +2 -2      ethereal/packet-socks.c
  1.70      +3 -1      ethereal/packet-tr.c
  1.38      +3 -3      ethereal/packet-x11.c