Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 10/18/1999 12:44:14
Module Name: basesrc
Committed By: is
Date: Mon Oct 18 19:44:13 UTC 1999
Modified Files:
basesrc/lib/libpcap: gencode.c
Log Message:
Limited support for matching on ARCnet payload:
- oldstyle and PHDS IPv4+ARP; RARP, IPv6, Appletalk are matched now.
- in case this is an unfragmented or first-fragment IPv4, IPv6, ARP, RARP or
Appletalk packet, matching inside the payload is possible to the extent
already supported by tcpdump/libpcap. For 2nd and next fragments, this
won't work; it also won't work for oldstyle (RFC1051) IPv4 and ARP.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/lib/libpcap/gencode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.