From 3f0f487a1eacc564cd70e33bbf81f1ec707dae2f Mon Sep 17 00:00:00 2001 From: gianluca Date: Thu, 27 Jul 2006 21:02:57 +0000 Subject: Added a new DLT and LINKTYPE value for ARINC 653 Interpartition Communication messages. --- pcap-bpf.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'pcap-bpf.h') diff --git a/pcap-bpf.h b/pcap-bpf.h index c3b94e3..3de6037 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.45 2006-07-25 21:34:43 gianluca Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.46 2006-07-27 21:02:57 gianluca Exp $ (LBL) */ /* @@ -625,7 +625,14 @@ struct bpf_version { * More documentation on Arinc 429 can be found at * http://www.condoreng.com/support/downloads/tutorials/ARINCTutorial.pdf */ -#define DLT_A429 184 +#define DLT_A429 184 + +/* + * Arinc 653 Interpartition Communication messages. + * DLT_ requested by Gianluca Varenni . + * Please refer to the A653-1 standard for more information. + */ +#define DLT_A653_ICM 185 /* * Controller Area Network (CAN) v. 2.0B packets. @@ -634,7 +641,7 @@ struct bpf_version { * More documentation on the CAN v2.0B frames can be found at * http://www.can-cia.org/downloads/?269 */ -#define DLT_CAN20B 190 +#define DLT_CAN20B 190 /* -- cgit v1.2.3