aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mtp3.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-27 17:14:28 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-27 17:14:28 +0000
commit71c5938a5394040bec31b29d975b83c9b38a0fdb (patch)
treec69cacae735e13d56c1bc0b4af4666faf9319dd1 /packet-mtp3.h
parent636f8e03b5b3497c9e0016a83c10b7016c8d1382 (diff)
Added functionality to support multiple ways of structuring
an ITU point code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11248 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-mtp3.h')
-rw-r--r--packet-mtp3.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/packet-mtp3.h b/packet-mtp3.h
index 7b5272c92a..84bdf0a7a4 100644
--- a/packet-mtp3.h
+++ b/packet-mtp3.h
@@ -1,6 +1,6 @@
/* packet-mtp3.h
*
- * $Id: packet-mtp3.h,v 1.6 2004/05/09 10:03:37 guy Exp $
+ * $Id: packet-mtp3.h,v 1.7 2004/06/27 17:14:28 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -64,7 +64,11 @@ typedef struct _mtp3_tap_rec_t {
#define ANSI_MEMBER_MASK 0xFF0000
#define ANSI_PC_STRING_LENGTH 16
-extern void mtp3_addr_to_str_buf(const guint8 *data, gchar *buf);
+extern void mtp3_addr_to_str_buf(const guint8 *data, gchar *buf);
+extern void mtp3_pc_to_str_buf(const guint32 pc, gchar *buf);
+extern gchar* mtp3_pc_to_str(const guint32 pc);
+extern gboolean mtp3_pc_structured();
+
/*
* the following allows TAP code access to the messages