From ada1eec702ff44dc89670a1aa25c1e34d370bebb Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 11 Jan 2015 21:32:53 -0500 Subject: SE_COPY_ADDRESS -> WMEM_COPY_ADDRESS Copy addresses with wmem-scope instead of (forced) seasonal scope. All existing instances were converted to wmem_file_scope, but the flexibility is there for other scopes. Change-Id: I8e58837b9ef574ec7dd87e278470d7063ae8c1c2 Reviewed-on: https://code.wireshark.org/review/6564 Reviewed-by: Michael Mann --- epan/dissectors/packet-rsvp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-rsvp.c') diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c index 57f0024416..e81a5015fc 100644 --- a/epan/dissectors/packet-rsvp.c +++ b/epan/dissectors/packet-rsvp.c @@ -7593,7 +7593,7 @@ dissect_rsvp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboolea break; } - SE_COPY_ADDRESS(&request_key.source_info.source, &rsvph->source); + WMEM_COPY_ADDRESS(wmem_file_scope(), &request_key.source_info.source, &rsvph->source); request_key.source_info.udp_source_port = rsvph->udp_source_port; /* See if a request with this key already exists */ -- cgit v1.2.3