From: gianluca Date: Tue, 25 Jul 2006 21:37:41 +0000 (+0000) Subject: Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_ X-Git-Tag: libpcap-0.9.5~10 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/c1feb6c15397f945d8fddab97730c5a5e64fedc1?ds=sidebyside Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_ --- diff --git a/pcap-bpf.h b/pcap-bpf.h index 6db6d627..84196dfe 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.34.2.9 2006-07-19 20:59:14 gianluca Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.34.2.10 2006-07-25 21:37:41 gianluca Exp $ (LBL) */ /* @@ -625,7 +625,7 @@ struct bpf_version { * More documentation on Arinc 429 can be found at * http://www.condoreng.com/support/downloads/tutorials/ARINCTutorial.pdf */ -#define LINKTYPE_A429 184 +#define DLT_A429 184 /* * Controller Area Network (CAN) v. 2.0B packets.