diff options
author | mcr <mcr> | 2004-04-29 02:16:40 +0000 |
---|---|---|
committer | mcr <mcr> | 2004-04-29 02:16:40 +0000 |
commit | 795db2fe9b5e5f4af9d9ff0a24396b74fa4c912f (patch) | |
tree | 7e02af06481a4eb4f8ee50d0476ae5d8a477bb35 /ipproto.c | |
parent | 0d208ebd8b6a7b366fe59c8dbd4f1f7c1deabc22 (diff) | |
download | tcpdump-795db2fe9b5e5f4af9d9ff0a24396b74fa4c912f.tar.gz |
temporary patch for "EIGP" protocol.
Diffstat (limited to 'ipproto.c')
-rwxr-xr-x | ipproto.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.1 2004-04-26 17:49:44 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.2 2004-04-29 02:16:40 mcr Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,7 @@ struct tok ipproto_values[] = { { IPPROTO_IPV4, "IPIP" }, { IPPROTO_TCP, "TCP" }, { IPPROTO_EGP, "EGP" }, - { IPPROTO_IGRP, "IGRP" }, + { IPPROTO_PIGP, "IGRP" }, { IPPROTO_UDP, "UDP" }, { IPPROTO_IPV6, "IPv6" }, { IPPROTO_ROUTING, "Routing" }, |