aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee8021ah.h
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2007-08-17 21:21:18 +0000
committerAshok Narayanan <ashokn@cisco.com>2007-08-17 21:21:18 +0000
commita692269fc9f5b8da50448fb7a5c5d7fab21e458c (patch)
treec221350ee32827f5778a8a0df1257ce75569b03b /epan/dissectors/packet-ieee8021ah.h
parentc193066114d898688d24f16a80a3255fcfba2d34 (diff)
Added support for 802.1ad and 802.1ah ethernet frames
svn path=/trunk/; revision=22541
Diffstat (limited to 'epan/dissectors/packet-ieee8021ah.h')
-rw-r--r--epan/dissectors/packet-ieee8021ah.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee8021ah.h b/epan/dissectors/packet-ieee8021ah.h
new file mode 100644
index 0000000000..81e87eae06
--- /dev/null
+++ b/epan/dissectors/packet-ieee8021ah.h
@@ -0,0 +1,33 @@
+/* packet-ieee8021ah.h
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * 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.
+ */
+
+#ifndef __PACKET_IEEE8021AH_H__
+#define __PACKET_IEEE8021AH_H__
+
+#define IEEE8021AD_LEN 4
+#define IEEE8021AH_LEN 18
+#define IEEE8021AH_ISIDMASK 0x00FFFFFF
+
+void capture_ieee8021ah(const guchar *, int, int, packet_counts *);
+
+#endif