From owner-cvs-sbin Sun Jun 9 16:46:36 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14126 for cvs-sbin-outgoing; Sun, 9 Jun 1996 16:46:36 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14053; Sun, 9 Jun 1996 16:46:25 -0700 (PDT) Date: Sun, 9 Jun 1996 16:46:25 -0700 (PDT) From: Alex Nash Message-Id: <199606092346.QAA14053@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/09 16:46:24 Modified: sbin/ipfw ipfw.c Log: Big sweep over ipfw, picking up where Poul left off: - Filter based on ICMP types. - Accept interface wildcards (e.g. ppp*). - Resolve service names with the -N option. - Accept host names in 'from' and 'to' specifications - Display chain entry time stamps with the -t option. - Added URG to tcpflags. - Print usage if an unknown tcpflag is used. - Ability to zero individual accounting entries. - Clarify usage of port ranges. - Misc code cleanup. Closes PRs: 1193, 1220, and 1266. Revision Changes Path 1.25 +197 -23 src/sbin/ipfw/ipfw.c