From 9d7ed6809fa6cea98cf0758b2528daa86d597dc3 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 9 Apr 2005 21:15:13 +0000 Subject: As per Daniele Orlandi's request, use DLT_LINUX_LAPD rather than DLT_LAPD (it includes more than just the LAPD header). --- pcap-bpf.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pcap-bpf.h') diff --git a/pcap-bpf.h b/pcap-bpf.h index 75dfdbd..7dc0b94 100644 --- a/pcap-bpf.h +++ b/pcap-bpf.h @@ -37,7 +37,7 @@ * * @(#)bpf.h 7.1 (Berkeley) 5/7/91 * - * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.35 2005-04-07 20:42:45 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.36 2005-04-09 21:15:13 guy Exp $ (LBL) */ /* @@ -582,9 +582,11 @@ struct bpf_version { /* * Requested by Daniele Orlandi for raw LAPD - * for vISDN (http://www.orlandi.com/visdn/). + * for vISDN (http://www.orlandi.com/visdn/). Its link-layer header + * includes additional information before the LAPD header, so it's + * not necessarily a generic LAPD header. */ -#define DLT_LAPD 177 +#define DLT_LINUX_LAPD 177 /* * The instruction encodings. -- cgit v1.2.3