Date: Thu, 16 Nov 2000 15:15:03 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <200011162315.PAA90988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011162315.PAA90988>