diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2009-08-26 15:10:31 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2009-08-26 15:10:31 +0000 |
commit | 9e282cf141448ea2006324d5d9b955c1b5371519 (patch) | |
tree | 1cf48fdcb20b01af46f5fc9b774fa9e1cf85611a /asn1/t38/packet-t38-template.c | |
parent | cd107a40f25f1dc4fb81661fb3282677e3eabc40 (diff) | |
download | wireshark-9e282cf141448ea2006324d5d9b955c1b5371519.tar.gz wireshark-9e282cf141448ea2006324d5d9b955c1b5371519.tar.bz2 wireshark-9e282cf141448ea2006324d5d9b955c1b5371519.zip |
export t38_add_address, prefer destination port for T.38 conversation searching
svn path=/trunk/; revision=29564
Diffstat (limited to 'asn1/t38/packet-t38-template.c')
-rw-r--r-- | asn1/t38/packet-t38-template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/t38/packet-t38-template.c b/asn1/t38/packet-t38-template.c index 709e5471b2..5916b7fd22 100644 --- a/asn1/t38/packet-t38-template.c +++ b/asn1/t38/packet-t38-template.c @@ -428,9 +428,9 @@ init_t38_info_conv(packet_info *pinfo) /* find the conversation used for Reassemble and Setup Info */ - p_conv = find_conversation(pinfo->fd->num, &pinfo->net_src, &pinfo->net_dst, + p_conv = find_conversation(pinfo->fd->num, &pinfo->net_dst, &pinfo->net_src, pinfo->ptype, - pinfo->srcport, pinfo->destport, NO_ADDR_B | NO_PORT_B); + pinfo->destport, pinfo->srcport, NO_ADDR_B | NO_PORT_B); /* create a conv if it doen't exist */ if (!p_conv) { |