Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am packet-auto_rp.c packet-bgp.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 8 Apr 2000 02:08:29 -0500 (CDT)
guy         2000/04/08 02:08:23 CDT

  Modified files:
    .                    Makefile.am packet-auto_rp.c packet-bgp.c 
                         packet-bgp.h packet-bootp.c packet-dhis.c 
                         packet-dhis.h packet-ftp.c packet-hsrp.c 
                         packet-http.c packet-icp.c packet-icq.c 
                         packet-imap.c packet-ipp.c packet-ipx.c 
                         packet-irc.c packet-isakmp.c 
                         packet-l2tp.c packet-ldap.c packet-ldap.h 
                         packet-lpd.c packet-mapi.c packet-nbns.c 
                         packet-ncp.c packet-nntp.c packet-ntp.c 
                         packet-ntp.h packet-pop.c packet-pptp.c 
                         packet-radius.c packet-ripng.c 
                         packet-ripng.h packet-rtsp.c packet-sap.c 
                         packet-snmp.c packet-srvloc.c 
                         packet-tacacs.c packet-tcp.c 
                         packet-telnet.c packet-time.c 
                         packet-tns.c packet-tns.h packet-udp.c 
                         packet-wccp.c packet-who.c 
  Removed files:
    .                    packet-auto_rp.h packet-bootp.h 
                         packet-ftp.h packet-hsrp.h packet-icp.h 
                         packet-icq.h packet-imap.h packet-irc.h 
                         packet-isakmp.h packet-l2tp.h 
                         packet-lpd.h packet-mapi.h packet-nbns.h 
                         packet-nntp.h packet-pop.h packet-pptp.h 
                         packet-radius.h packet-rtsp.h 
                         packet-sap.h packet-srvloc.h 
                         packet-tacacs.h packet-telnet.h 
                         packet-time.h packet-wccp.h packet-who.h 
  Log:
  Move calls to "dissector_add()" out of the register routines for TCP and
  UDP and into the handoff registration routines for the protocols in
  question.
  
  Make the dissectors for those protocols static if they're not called
  outside the dissector's source file.
  
  Get rid of header files if all they did was declare dissectors that are
  now static; remove declarations of now-static dissectors from header
  files that do more than just declare the dissector.
  
  Revision  Changes    Path
  1.180     +3 -28     ethereal/Makefile.am
  1.4       +10 -3     ethereal/packet-auto_rp.c
  1.21      +10 -2     ethereal/packet-bgp.c
  1.8       +1 -3      ethereal/packet-bgp.h
  1.30      +10 -2     ethereal/packet-bootp.c
  1.3       +12 -2     ethereal/packet-dhis.c
  1.3       +1 -3      ethereal/packet-dhis.h
  1.13      +14 -3     ethereal/packet-ftp.c
  1.3       +11 -2     ethereal/packet-hsrp.c
  1.17      +15 -1     ethereal/packet-http.c
  1.6       +13 -3     ethereal/packet-icp.c
  1.14      +18 -10    ethereal/packet-icq.c
  1.5       +10 -2     ethereal/packet-imap.c
  1.8       +17 -1     ethereal/packet-ipp.c
  1.52      +9 -1      ethereal/packet-ipx.c
  1.4       +16 -4     ethereal/packet-irc.c
  1.13      +11 -2     ethereal/packet-isakmp.c
  1.8       +11 -3     ethereal/packet-l2tp.c
  1.9       +11 -2     ethereal/packet-ldap.c
  1.4       +1 -3      ethereal/packet-ldap.h
  1.17      +9 -2      ethereal/packet-lpd.c
  1.5       +11 -3     ethereal/packet-mapi.c
  1.39      +16 -4     ethereal/packet-nbns.c
  1.32      +9 -1      ethereal/packet-ncp.c
  1.8       +10 -2     ethereal/packet-nntp.c
  1.11      +13 -3     ethereal/packet-ntp.c
  1.4       +1 -3      ethereal/packet-ntp.h
  1.13      +18 -10    ethereal/packet-pop.c
  1.9       +10 -2     ethereal/packet-pptp.c
  1.11      +16 -2     ethereal/packet-radius.c
  1.9       +10 -2     ethereal/packet-ripng.c
  1.3       +1 -3      ethereal/packet-ripng.h
  1.9       +10 -2     ethereal/packet-rtsp.c
  1.6       +11 -2     ethereal/packet-sap.c
  1.27      +11 -1     ethereal/packet-snmp.c
  1.7       +19 -8     ethereal/packet-srvloc.c
  1.3       +14 -4     ethereal/packet-tacacs.c
  1.66      +1 -70     ethereal/packet-tcp.c
  1.11      +10 -2     ethereal/packet-telnet.c
  1.4       +11 -3     ethereal/packet-time.c
  1.5       +16 -8     ethereal/packet-tns.c
  1.3       +1 -3      ethereal/packet-tns.h
  1.59      +1 -79     ethereal/packet-udp.c
  1.6       +11 -2     ethereal/packet-wccp.c
  1.5       +8 -2      ethereal/packet-who.c