From owner-cvs-all Sun Oct 1 20: 3:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03B7437B502; Sun, 1 Oct 2000 20:03:32 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99196; Sun, 1 Oct 2000 20:03:31 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200010020303.UAA99196@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 1 Oct 2000 20:03:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c src/sys/netinet ip_fw.c ip_fw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/10/01 20:03:31 PDT Modified files: sbin/ipfw ipfw.c sys/netinet ip_fw.c ip_fw.h Log: Add new fields for more granularity: IP: version, tos, ttl, len, id TCP: seq#, ack#, window size Reviewed by: silence on freebsd-{net,ipfw} Revision Changes Path 1.90 +170 -7 src/sbin/ipfw/ipfw.c 1.142 +1 -1830 src/sys/netinet/ip_fw.c 1.53 +29 -2 src/sys/netinet/ip_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message