summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn5250.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/dissectors/packet-tn5250.h
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-tn5250.h')
-rw-r--r--epan/dissectors/packet-tn5250.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tn5250.h b/epan/dissectors/packet-tn5250.h
new file mode 100644
index 00000000..b4918c5d
--- /dev/null
+++ b/epan/dissectors/packet-tn5250.h
@@ -0,0 +1,25 @@
+/* packet-tn5250.h
+ * Headers for tn5250.packet dissection
+ *
+ * Reference:
+ * 5494 Remote Control Unit - Functions Reference
+ * Release 3.0 Document Number SC30-3533-04
+ * Chapters 12, 15, 16
+ *
+ * Copyright 2009, Robert Hogan <robert@roberthogan.net>
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ */
+
+#ifndef TN5250_H_INCLUDED
+#define TN5250_H_INCLUDED
+
+void add_tn5250_conversation(packet_info *pinfo _U_, int tn5250e);
+int find_tn5250_conversation(packet_info *pinfo _U_);
+#endif