aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ap1394.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-23 01:02:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-23 01:02:41 +0000
commit0b06407eae0095eb7cdb40ce774bb66f5b820ab5 (patch)
treea145aeeb3846eafa53092f3c456bcff154867081 /packet-ap1394.h
parentdea2c44e67c3b59223e873c6f9daa37702344121 (diff)
Add support for DLT_APPLE_IP_OVER_IEEE_1394.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10446 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ap1394.h')
-rw-r--r--packet-ap1394.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/packet-ap1394.h b/packet-ap1394.h
new file mode 100644
index 0000000000..55e6ac3810
--- /dev/null
+++ b/packet-ap1394.h
@@ -0,0 +1,29 @@
+/* packet-ap1394.h
+ *
+ * $Id: packet-ap1394.h,v 1.1 2004/03/23 01:02:40 guy Exp $
+ *
+ * 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_AP1394_H__
+#define __PACKET_AP1394_H__
+
+void capture_ap1394(const guchar *, int, int, packet_counts *);
+
+#endif