aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-11-25 20:30:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-11-25 20:30:42 +0000
commit00728fb58705cf7a611a89a1597d2c8c55ce5b05 (patch)
tree0662f5e1220d48f23b7b0a3355e14fc1f9427d98 /wiretap/iseries.h
parentb8d097b28b2a46a87b61efb56f883393de7cf4ec (diff)
From Martin Warnes:
Add Support for reading of IBM iSeries (AS/400) Comms traces svn path=/trunk/; revision=16588
Diffstat (limited to 'wiretap/iseries.h')
-rw-r--r--wiretap/iseries.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/wiretap/iseries.h b/wiretap/iseries.h
new file mode 100644
index 0000000000..efa77b9f0b
--- /dev/null
+++ b/wiretap/iseries.h
@@ -0,0 +1,26 @@
+/* iseries.h
+ *
+ * Wiretap Library
+ * Copyright (c) 2005 by Martin Warnes <martin@warnes.homeip.net>
+ *
+ * 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 __W_ISERIES_H__
+#define __W_ISERIES_H__
+
+int iseries_open(wtap *wth, int *err, gchar **err_info);
+
+#endif