Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-igrp.c ipproto.c packet-ip.h

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: Mon, 5 Mar 2001 14:11:37 -0600 (CST)
guy         2001/03/05 14:11:37 CST

  Modified files:
    .                    packet-igrp.c ipproto.c packet-ip.h 
  Log:
  Move the definition of IP_PROTO_IGRP to "packet-ip.h", and put an entry
  for IGRP in the table in "ipproto.c".
  
  Get rid of a duplicate entry for TCP in the same table, and also get rid
  of the entry for IP_PROTO_IPV4 right after IP_PROTO_IPIP, as
  IP_PROTO_IPIP and IP_PROTO_IPV4 are both 4.
  
  Revision  Changes    Path
  1.6       +2 -2      ethereal/packet-igrp.c
  1.10      +5 -3      ethereal/ipproto.c
  1.18      +2 -1      ethereal/packet-ip.h