aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 01:24:23 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 01:24:23 +0000
commit8c29cb4b7495cb213b2e86408012537ada4c8af9 (patch)
treeffcf19cf2701b36bba09728ac17118784f5c9170 /epan/dissectors/packet-mtp3.h
parent2f30437ffff5dab510eb7d65049eb979a9133f29 (diff)
remove sprintf from mtp3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15451 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mtp3.h')
-rw-r--r--epan/dissectors/packet-mtp3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mtp3.h b/epan/dissectors/packet-mtp3.h
index 38aa9ba95f..4657b460fa 100644
--- a/epan/dissectors/packet-mtp3.h
+++ b/epan/dissectors/packet-mtp3.h
@@ -64,8 +64,8 @@ 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_pc_to_str_buf(const guint32 pc, gchar *buf);
+extern void mtp3_addr_to_str_buf(const guint8 *data, gchar *buf, int buf_len);
+extern void mtp3_pc_to_str_buf(const guint32 pc, gchar *buf, int buf_len);
extern gchar* mtp3_pc_to_str(const guint32 pc);
extern gboolean mtp3_pc_structured(void);