summaryrefslogtreecommitdiff
path: root/ipproto.c
diff options
context:
space:
mode:
authorguy <guy>2005-09-20 06:01:20 +0000
committerguy <guy>2005-09-20 06:01:20 +0000
commit1c902dcdf37353a7967f69b53fe469e409eb4907 (patch)
treeaa76a28f87cad4d4b4ecaf0347810e586d14e84b /ipproto.c
parent2173aaca2592aeee042646122921043aa5345628 (diff)
downloadtcpdump-1c902dcdf37353a7967f69b53fe469e409eb4907.tar.gz
From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support.
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 d4586449..7b89afb9 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.5 2005-05-20 21:02:30 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.6 2005-09-20 06:01:22 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,6 +36,7 @@ struct tok ipproto_values[] = {
{ IPPROTO_EGP, "EGP" },
{ IPPROTO_PIGP, "IGRP" },
{ IPPROTO_UDP, "UDP" },
+ { IPPROTO_DCCP, "DCCP" },
{ IPPROTO_IPV6, "IPv6" },
{ IPPROTO_ROUTING, "Routing" },
{ IPPROTO_FRAGMENT, "Fragment" },