Date: Mon, 25 Nov 1996 17:43:42 -0800 (PST) From: Bill Fenner <fenner> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/tcpdump print-ip.c Message-ID: <199611260143.RAA26455@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 96/11/25 17:43:37 Modified: contrib/tcpdump print-ip.c Log: LBL chose to use IPPROTO_ENCAP to represent IP proto 4 encapsulation as performed by the multicast kernel modifications. However, BSD already had IPPROTO_ENCAP defined as 98 (RFC 1241 encapsulation). This changes the use of IPPROTO_ENCAP to IPPROTO_IPIP, which is the BSD name for IP proto 4. Revision Changes Path 1.4 +3 -3 src/contrib/tcpdump/print-ip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611260143.RAA26455>