From 23afd9a18453c23cfbbc6a63f52b2e6e64e0056c Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 28 Oct 2017 09:58:28 -0400 Subject: Convert to using find_conversation_pinfo where appropriate This makes it easier to identify the simpler/common conversations Change-Id: I7094f23e49156ee27f5f72c8e130308470f3e462 Reviewed-on: https://code.wireshark.org/review/24145 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-h223.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'epan/dissectors/packet-h223.c') diff --git a/epan/dissectors/packet-h223.c b/epan/dissectors/packet-h223.c index a0ccee759a..0f2ea877bf 100644 --- a/epan/dissectors/packet-h223.c +++ b/epan/dissectors/packet-h223.c @@ -487,10 +487,7 @@ find_or_create_call_info_conv(packet_info * pinfo) conversation_t *conv; /* assume we're running atop TCP or RTP; use the conversation support */ - conv = find_conversation( pinfo->num, - &pinfo->src,&pinfo->dst, - pinfo->ptype, - pinfo->srcport,pinfo->destport, 0 ); + conv = find_conversation_pinfo(pinfo, 0 ); /* both RTP and TCP track their conversations, so just assert here if * we can't find one */ -- cgit v1.2.3