From owner-cvs-user Mon Nov 25 17:44:56 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA26567 for cvs-user-outgoing; Mon, 25 Nov 1996 17:44:56 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA26455; Mon, 25 Nov 1996 17:43:42 -0800 (PST) Date: Mon, 25 Nov 1996 17:43:42 -0800 (PST) From: Bill Fenner Message-Id: <199611260143.RAA26455@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/tcpdump print-ip.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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