*
* @(#)bpf.h 7.1 (Berkeley) 5/7/91
*
- * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.64 2002-12-11 22:43:32 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.65 2002-12-26 08:53:07 hannes Exp $ (LBL)
*/
#ifndef BPF_MAJOR_VERSION
*/
#define DLT_IEEE802_11_RADIO 127 /* 802.11 plus WLAN header */
+/*
+ * Reserved for the TZSP encapsulation, as per request from
+ * TZSP is a generic encapsulation for any other link type,
+ * which includes a means to include meta-information
+ * with the packet, e.g. signal strength and channel
+ * for 802.11 packets.
+ */
+#define DLT_TZSP 128 /* Tazmen Sniffer Protocol */
+
/*
* The instruction encodings.
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.72 2002-12-22 23:05:53 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.73 2002-12-26 08:53:07 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#define LINKTYPE_IP_OVER_FC 122 /* RFC 2625 IP-over-Fibre Channel */
#define LINKTYPE_SUNATM 123 /* Solaris+SunATM */
+#define LINKTYPE_TZSP 126 /* Tazmen Sniffer Protocol */
+
#define LINKTYPE_IEEE802_11_RADIO 127 /* 802.11 plus WLAN header */
/*
/* Xilinx Aurora link layer */
{ DLT_AURORA, LINKTYPE_AURORA },
+ /* Tazmen Sniffer Protocol */
+ { DLT_TZSP, LINKTYPE_TZSP },
+
/* 802.11 plus WLAN header */
{ DLT_IEEE802_11_RADIO, LINKTYPE_IEEE802_11_RADIO },