aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-09-21 11:08:35 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-09-21 11:08:35 +0000
commit514b38fbdd2a1208dd424f7a53090e000c9af320 (patch)
tree62a31b7d5e649e942e0e55aee05add634403cd5e /epan/dissectors/packet-e212.h
parentc90d29c668f2045f51a4205a0dc3454208300f76 (diff)
Make it more obvious that the function is using wmem memory
svn path=/trunk/; revision=52162
Diffstat (limited to 'epan/dissectors/packet-e212.h')
-rw-r--r--epan/dissectors/packet-e212.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e212.h b/epan/dissectors/packet-e212.h
index 74ff077ff6..84f6af0269 100644
--- a/epan/dissectors/packet-e212.h
+++ b/epan/dissectors/packet-e212.h
@@ -31,7 +31,7 @@
extern value_string_ext E212_codes_ext;
-gchar* dissect_e212_mcc_mnc_packet_str(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, gboolean little_endian);
+gchar* dissect_e212_mcc_mnc_wmem_packet_str(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, gboolean little_endian);
WS_DLL_PUBLIC
int dissect_e212_mcc_mnc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, gboolean little_endian);
WS_DLL_PUBLIC