aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpteam.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-04-06 12:10:30 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-04-06 10:18:15 +0000
commit828bb24226fe8b6b6b98e37c11bf03097b383d4f (patch)
tree36385b180d6a503d6eee4bdbcb545d889e3adee3 /epan/dissectors/packet-hpteam.c
parenta90dfcb325b6c6ea3e8a10ca1c3f4f6d41750c02 (diff)
Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120
wmem_packet_scope() cannot be used outside of a packet treatment Change-Id: I6e545bbb51f325b366288f17358f9d2347a7d7c4 Reviewed-on: https://code.wireshark.org/review/977 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-hpteam.c')
-rw-r--r--epan/dissectors/packet-hpteam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hpteam.c b/epan/dissectors/packet-hpteam.c
index 219e5cb0f2..8ce21effed 100644
--- a/epan/dissectors/packet-hpteam.c
+++ b/epan/dissectors/packet-hpteam.c
@@ -91,7 +91,7 @@ dissect_hpteam(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "HP NIC Team");
col_add_fstr(pinfo->cinfo, COL_INFO, "HP NIC Teaming Heartbeat; Port MAC = %s",
- address_to_str(wmem_packet_scope(), &pinfo->dl_src));
+ ep_address_to_str(&pinfo->dl_src));
if (tree) { /* we are being asked for details */
proto_item *hpteam_item;