X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c8973af03f44b368dabbafd3be58b9f1112c4b76..refs/heads/tcpdump-3.9:/ipproto.h diff --git a/ipproto.h b/ipproto.h index ee2e9071..f7c79a35 100644 --- a/ipproto.h +++ b/ipproto.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#) $Header: /tcpdump/master/tcpdump/ipproto.h,v 1.4.2.1 2005-05-20 21:15:46 hannes Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/ipproto.h,v 1.4.2.2 2005-09-20 06:05:37 guy Exp $ (LBL) * * From: * @(#)in.h 8.3 (Berkeley) 1/3/94 @@ -66,6 +66,9 @@ extern struct tok ipproto_values[]; #ifndef IPPROTO_UDP #define IPPROTO_UDP 17 /* user datagram protocol */ #endif +#ifndef IPPROTO_DCCP +#define IPPROTO_DCCP 33 /* datagram congestion control protocol */ +#endif #ifndef IPPROTO_IPV6 #define IPPROTO_IPV6 41 #endif