summaryrefslogtreecommitdiff
path: root/asn1/nbap/nbap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/nbap/nbap.cnf')
-rw-r--r--asn1/nbap/nbap.cnf12
1 files changed, 6 insertions, 6 deletions
diff --git a/asn1/nbap/nbap.cnf b/asn1/nbap/nbap.cnf
index ee041e4407..16e021c611 100644
--- a/asn1/nbap/nbap.cnf
+++ b/asn1/nbap/nbap.cnf
@@ -1323,7 +1323,7 @@ BindingID_port = 0;
nbap_debug4(" g_tree_insert(edch_flow_port_map) com_context_id %%u e_dch_macdflow_id %%u IP %%s Port %%u",
umts_fp_conversation_info->com_context_id,
e_dch_macdflow_id,
- ep_address_to_str(&dst_addr),
+ address_to_str(wmem_packet_scope(), &dst_addr),
BindingID_port);
/* Set address for collection of DDI entries */
@@ -1336,7 +1336,7 @@ BindingID_port = 0;
nbap_debug4(" Insert in existing edch_flow_port_map com_context_id %%u e_dch_macdflow_id %%u IP %%s Port %%u",
umts_fp_conversation_info->com_context_id,
e_dch_macdflow_id,
- ep_address_to_str(&dst_addr),
+ address_to_str(wmem_packet_scope(), &dst_addr),
BindingID_port);
/* Must be same ADDRESS */
@@ -1434,12 +1434,12 @@ BindingID_port = 0;
if(old_conversation){
nbap_debug3("Frame %%u E-DCH-FDD-Information-to-Modify: found old conv on IP %%s Port %%u",
actx->pinfo->fd->num,
- ep_address_to_str(&dst_addr),
+ address_to_str(wmem_packet_scope(), &dst_addr),
BindingID_port);
}else{
nbap_debug3("Frame %%u E-DCH-FDD-Information-to-Modify: Did not find old conv on IP %%s Port %%u",
actx->pinfo->fd->num,
- ep_address_to_str(&dst_addr),
+ address_to_str(wmem_packet_scope(), &dst_addr),
BindingID_port);
}
@@ -1778,7 +1778,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
nbap_debug4("Frame %%u HSDSCH-MACdFlows-Information:hsdsch_macdflow_id %%u Look for conv on IP %%s Port %%u",
actx->pinfo->fd->num,
i,
- ep_address_to_str (&(nbap_hsdsch_channel_info[i].crnc_address)),
+ address_to_str (wmem_packet_scope(), &(nbap_hsdsch_channel_info[i].crnc_address)),
nbap_hsdsch_channel_info[i].crnc_port);
conversation = find_conversation(actx->pinfo->fd->num, &(nbap_hsdsch_channel_info[i].crnc_address), &null_addr,
PT_UDP,
@@ -1894,7 +1894,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
if (nbap_hsdsch_channel_info[i].crnc_port != 0){
nbap_debug3(" hsdsch_macdflow_id %%u Look for conv on IP %%s Port %%u",
i,
- ep_address_to_str (&(nbap_hsdsch_channel_info[i].crnc_address)),
+ address_to_str (wmem_packet_scope(), &(nbap_hsdsch_channel_info[i].crnc_address)),
nbap_hsdsch_channel_info[i].crnc_port);
conversation = find_conversation(actx->pinfo->fd->num, &(nbap_hsdsch_channel_info[i].crnc_address), &null_addr,
PT_UDP,