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

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: Sun, 28 May 2000 17:59:25 -0500 (CDT)
guy         2000/05/28 17:59:23 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake packet-atalk.c 
                         packet-atalk.h packet-ip.c 
  Added files:
    .                    packet-eigrp.c 
  Log:
  Give the Appletalk DDP dissector a dissector hash table, and have the
  protocols encapsulated inside DDP register themselves with that table.
  
  Pull the EIGRP dissector into its own file, as suggested by Paul
  Ionescu; it's not an IP-specific protocol.
  
  Revision  Changes    Path
  1.201     +2 -1      ethereal/Makefile.am
  1.39      +2 -1      ethereal/Makefile.nmake
  1.36      +13 -28    ethereal/packet-atalk.c
  1.3       +13 -1     ethereal/packet-atalk.h
  1.89      +1 -95     ethereal/packet-ip.c