Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/15/1999 10:39:08
Module Name: src
Committed By: thorpej
Date: Sat May 15 17:39:07 UTC 1999
Modified Files:
src/lib/libpcap: gencode.c
Log Message:
The only two data link types that support the "inbound" and "outbound"
qualifiers are DLT_SLIP and DLT_PPP (i.e. old-style serial encap PPP).
If an attempt to use these qualifiers is used for any other link type,
cause a BPF program compilation error.