aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radiotap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-31 04:40:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-31 04:40:09 +0000
commitc979950fc6df3a04d269ff63cb995f6d3b7f810f (patch)
tree139086a5ac52047e68f488ae99f4f4b770141ce6 /packet-radiotap.h
parentc3d41534ffd73402082e77d6200380336acf0b1f (diff)
From Sam Leffler: support for BSD radiotap header for 802.11.
svn path=/trunk/; revision=9919
Diffstat (limited to 'packet-radiotap.h')
-rw-r--r--packet-radiotap.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/packet-radiotap.h b/packet-radiotap.h
new file mode 100644
index 0000000000..45f2b369b1
--- /dev/null
+++ b/packet-radiotap.h
@@ -0,0 +1,30 @@
+/*
+ * packet-radiotap.h
+ * Declarations for packet-radiotap.c
+ *
+ * $Id: packet-radiotap.h,v 1.1 2004/01/31 04:40:09 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * Copied from README.developer
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+void capture_radiotap(const guchar *pd, int offset, int len, packet_counts *ld);
+void proto_register_radiotap(void);
+void proto_reg_handoff_radiotap(void);