From owner-cvs-all Thu Nov 16 15:31:51 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 25CF437B4CF; Thu, 16 Nov 2000 15:31:42 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90988; Thu, 16 Nov 2000 15:15:04 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011162315.PAA90988@freefall.freebsd.org> From: Brian Somers Date: Thu, 16 Nov 2000 15:15:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ksocket.c ng_parse.c ng_parse.h ng_pppoe.c ng_pppoe.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/16 15:15:01 PST Modified files: sys/netgraph ng_ksocket.c ng_parse.c ng_parse.h ng_pppoe.c ng_pppoe.h Log: Go back to using data_len in struct ngpppoe_init_data after discussions with Julian and Archie. Implement a new ``sizedstring'' parse type for dealing with field pairs consisting of a uint16_t followed by a data field of that size, and use this to deal with the data_len and data fields. Written by: Archie with some input by me Agreed in principle by: julian Revision Changes Path 1.12 +3 -4 src/sys/netgraph/ng_ksocket.c 1.8 +87 -20 src/sys/netgraph/ng_parse.c 1.6 +20 -5 src/sys/netgraph/ng_parse.h 1.32 +35 -60 src/sys/netgraph/ng_pppoe.c 1.10 +6 -5 src/sys/netgraph/ng_pppoe.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message