Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am packet-atalk.c packet-eigrp.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: Mon, 29 May 2000 22:36:04 -0500 (CDT)
guy         2000/05/29 22:36:02 CDT

  Modified files:
    .                    Makefile.am packet-atalk.c packet-eigrp.c 
                         packet-ipx.c packet-ipx.h packet-nbipx.c 
                         packet-nbipx.h packet-ncp.c packet-snmp.c 
                         packet-snmp.h packet-udp.c 
  Removed files:
    .                    packet-eigrp.h packet-ncp.h 
  Log:
  Give the IPX dissector dissector hash tables for the IPX type and socket
  number, and have the protocols encapsulated inside IPX register
  themselves with that table.
  
  Revision  Changes    Path
  1.202     +1 -3      ethereal/Makefile.am
  1.37      +1 -2      ethereal/packet-atalk.c
  1.3       +4 -3      ethereal/packet-eigrp.c
  1.60      +44 -131   ethereal/packet-ipx.c
  1.7       +48 -1     ethereal/packet-ipx.h
  1.20      +8 -2      ethereal/packet-nbipx.c
  1.2       +1 -2      ethereal/packet-nbipx.h
  1.36      +4 -3      ethereal/packet-ncp.c
  1.35      +5 -2      ethereal/packet-snmp.c
  1.4       +1 -3      ethereal/packet-snmp.h
  1.71      +1 -2      ethereal/packet-udp.c