]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_
authorgianluca <gianluca>
Tue, 25 Jul 2006 21:37:41 +0000 (21:37 +0000)
committergianluca <gianluca>
Tue, 25 Jul 2006 21:37:41 +0000 (21:37 +0000)
pcap-bpf.h

index 6db6d627d7bf30679c3fac1beba558e727a11c03..84196dfe6b5c7a23ab408b3ec05a933f71713482 100644 (file)
@@ -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.