aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-01-08 13:59:33 -0500
committerAnders Broman <a.broman58@gmail.com>2015-01-09 05:54:38 +0000
commitd296c75247b2b176e728cfdcf24a2f20d6fa2449 (patch)
treea515dbc32a23073321dabe5b704e6b35db2cade1 /epan/proto.h
parent45cbdbc70a97d0fc4f05cc5a59e1f42fe6b124e5 (diff)
Some more random removal of ep_ memory.
Change-Id: I6eccd20280e907bd9e6a5fcf873ccf80afddecac Reviewed-on: https://code.wireshark.org/review/6416 Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 9ddb552292..5a5b1aed2b 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -103,7 +103,7 @@ typedef struct _protocol protocol_t;
* the Info column and the protocol tree.
*
* If that string is dynamically allocated, it should be allocated with
- * ep_alloc(); using ep_strdup_printf() would work.
+ * wmem_alloc() with wmem_packet_scope(); using wmem_strdup_printf() would work.
*
* If the WIRESHARK_ABORT_ON_DISSECTOR_BUG environment variable is set,
* it will call abort(), instead, to make it easier to get a stack trace.