aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h1.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-03-02 07:27:05 +0000
committerGuy Harris <guy@alum.mit.edu>2000-03-02 07:27:05 +0000
commitfa942a502ffd5ad95f520ed1ee26780885570bd8 (patch)
tree80279c2bd10b0b3b448981e70dadf2c21860d385 /packet-h1.h
parent6c2961e44782196de213123731ddb11dca12aec6 (diff)
Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens Industrial
Ethernet; used for communication with Siemens S5 PLC's over Ethernet), and his changes to display OSI COTP TSAPs that consist solely of printable characters as text rather than as hex data and to decode the version number resource in COTP. svn path=/trunk/; revision=1677
Diffstat (limited to 'packet-h1.h')
-rw-r--r--packet-h1.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/packet-h1.h b/packet-h1.h
new file mode 100644
index 0000000000..11a49db467
--- /dev/null
+++ b/packet-h1.h
@@ -0,0 +1,27 @@
+/* packet-h1.h
+ * Declarations of outines for Sinec H1 packet disassembly
+ * Gerrit Gehnen <G.Gehnen@atrie.de>
+ *
+ * $Id: packet-h1.h,v 1.1 2000/03/02 07:27:05 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.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.
+ */
+
+void dissect_h1(const u_char *, int, frame_data *, proto_tree *);