Deleted Added
sdiff udiff text old ( 145519 ) new ( 153881 )
full compact
1/* $FreeBSD: head/contrib/ipfilter/lib/tcpflags.c 145519 2005-04-25 18:20:15Z darrenr $ */
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Id: tcpflags.c,v 1.3 2002/11/02 07:18:01 darrenr Exp
9 */
10
11#include "ipf.h"
12
13
14/*
15 * ECN is a new addition to TCP - RFC 2481
16 */

--- 29 unchanged lines hidden ---