aboutsummaryrefslogtreecommitdiffstats
path: root/pcap
diff options
context:
space:
mode:
authorguy <guy>2008-02-18 20:21:00 +0000
committerguy <guy>2008-02-18 20:21:00 +0000
commitb32210369660e46420fff7b079dbcafb32bf32ce (patch)
treea97a1a21b23bde3f83b604c04dad64b37e7fc6aa /pcap
parentb9ec4e522338e75b5fe5434932f0e598be57d90e (diff)
Fix a typo.
Add some new link-layer types for automotive buses, as requested by Hannes Kaelber.
Diffstat (limited to 'pcap')
-rw-r--r--pcap/bpf.h26
1 files changed, 23 insertions, 3 deletions
diff --git a/pcap/bpf.h b/pcap/bpf.h
index 10b7759..50473f8 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.23 2008-01-02 04:16:46 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.24 2008-02-18 20:21:00 guy Exp $ (LBL)
*/
/*
@@ -772,14 +772,34 @@ struct bpf_version {
* type, as requested by Will Barker.
*/
-
/*
- * IPMB with a Linux-specific pseudo-header; as equested by Alexey Neyman
+ * IPMB with a Linux-specific pseudo-header; as requested by Alexey Neyman
* <avn@pigeonpoint.com>.
*/
#define DLT_IPMB_LINUX 209
/*
+ * FlexRay automotive bus - http://www.flexray.com/ - as requested
+ * by Hannes Kaelber <hannes.kaelber@x2e.de>.
+ */
+#define DLT_FLEXRAY 210
+
+/*
+ * Media Oriented Systems Transport (MOST) bus for multimedia
+ * transport - http://www.mostcooperation.com/ - as requested
+ * by Hannes Kaelber <hannes.kaelber@x2e.de>.
+ */
+#define DLT_MOST 211
+
+/*
+ * Local Interconnect Network (LIN) bus for vehicle networks -
+ * http://www.lin-subbus.org/ - as requested by Hannes Kaelber
+ * <hannes.kaelber@x2e.de>.
+ */
+#define DLT_LIN 212
+
+
+/*
* DLT and savefile link type values are split into a class and
* a member of that class. A class value of 0 indicates a regular
* DLT_/LINKTYPE_ value.