summaryrefslogtreecommitdiff
path: root/ipproto.c
diff options
context:
space:
mode:
authorhannes <hannes>2005-05-20 21:02:29 +0000
committerhannes <hannes>2005-05-20 21:02:29 +0000
commita5370b71fe0fdecac8a10ad2e0e5545f01f95f6e (patch)
tree58dbbae1f9fdc7cf15c817ccc47e3b3fc31725a8 /ipproto.c
parentd265160abdc648b40dad333a785eca0b80f8c9ca (diff)
downloadtcpdump-a5370b71fe0fdecac8a10ad2e0e5545f01f95f6e.tar.gz
from Andy Heffernan <ahh@juniper.net>:
add PGM upport as per rfc3208
Diffstat (limited to 'ipproto.c')
-rwxr-xr-xipproto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipproto.c b/ipproto.c
index 3bb628ae..d4586449 100755
--- a/ipproto.c
+++ b/ipproto.c
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.4 2005-05-14 00:42:28 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.5 2005-05-20 21:02:30 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -51,6 +51,7 @@ struct tok ipproto_values[] = {
{ IPPROTO_PIM, "PIM" },
{ IPPROTO_IPCOMP, "Compressed IP" },
{ IPPROTO_VRRP, "VRRP" },
+ { IPPROTO_PGM, "PGM" },
{ IPPROTO_SCTP, "SCTP" },
{ IPPROTO_MOBILITY, "Mobility" },
{ 0, NULL }