Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ipproto.c packet-dns.c packet-ip.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, 20 Mar 2000 23:15:19 -0600 (CST)
guy         2000/03/20 23:15:17 CST

  Modified files:
    .                    ipproto.c packet-dns.c packet-ip.c 
  Log:
  Add support for TXT and WKS records to the DNS dissector.
  
  Add EIGRP and VINES to the list of protocols "ipprotostr()" knows about.
  
  Get rid of the "proto_vals" table in "packet-ip.c" - it's not used, and
  the two entries it had that weren't in the table in "ipproto.c" have
  been moved there.
  
  Revision  Changes    Path
  1.7       +5 -3      ethereal/ipproto.c
  1.37      +133 -1    ethereal/packet-dns.c
  1.78      +1 -16     ethereal/packet-ip.c