From 1c902dcdf37353a7967f69b53fe469e409eb4907 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 20 Sep 2005 06:01:20 +0000 Subject: From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support. --- ipproto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipproto.c') 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" }, -- cgit v1.2.1