aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-i2c.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-12 04:44:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-12 04:44:35 +0000
commit3eadb385c3280a23cd277d8dbc57a33e4f6aecc3 (patch)
tree6d6b85f9c2dd3a8f248f104e4d79dd0b8c8f6769 /epan/dissectors/packet-i2c.h
parent5906f69b880d1959763d10490da91bc2ae2b3fb7 (diff)
From Alexey Neyman:
Implement dissector for IPMB (DLT_IPMB_LINUX, 209). svn path=/trunk/; revision=25986
Diffstat (limited to 'epan/dissectors/packet-i2c.h')
-rw-r--r--epan/dissectors/packet-i2c.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/epan/dissectors/packet-i2c.h b/epan/dissectors/packet-i2c.h
new file mode 100644
index 0000000000..0510e1bb9f
--- /dev/null
+++ b/epan/dissectors/packet-i2c.h
@@ -0,0 +1,29 @@
+/* packet-i2c.h
+ *
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * 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_I2C_H__
+#define __PACKET_I2C_H__
+
+void capture_i2c(union wtap_pseudo_header *, packet_counts *);
+
+#endif