aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2009-08-26 15:10:31 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2009-08-26 15:10:31 +0000
commit9e282cf141448ea2006324d5d9b955c1b5371519 (patch)
tree1cf48fdcb20b01af46f5fc9b774fa9e1cf85611a /epan/dissectors/packet-t38.c
parentcd107a40f25f1dc4fb81661fb3282677e3eabc40 (diff)
export t38_add_address, prefer destination port for T.38 conversation searching
svn path=/trunk/; revision=29564
Diffstat (limited to 'epan/dissectors/packet-t38.c')
-rw-r--r--epan/dissectors/packet-t38.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-t38.c b/epan/dissectors/packet-t38.c
index 539adbaa3e..8885c7ea92 100644
--- a/epan/dissectors/packet-t38.c
+++ b/epan/dissectors/packet-t38.c
@@ -1009,9 +1009,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) {
@@ -1333,7 +1333,7 @@ proto_register_t38(void)
"t38.OCTET_STRING", HFILL }},
/*--- End of included file: packet-t38-hfarr.c ---*/
-#line 687 "packet-t38-template.c"
+#line 679 "packet-t38-template.c"
{ &hf_t38_setup,
{ "Stream setup", "t38.setup", FT_STRING, BASE_NONE,
NULL, 0x0, "Stream setup, method and frame number", HFILL }},
@@ -1388,7 +1388,7 @@ proto_register_t38(void)
&ett_t38_T_fec_data,
/*--- End of included file: packet-t38-ettarr.c ---*/
-#line 728 "packet-t38-template.c"
+#line 720 "packet-t38-template.c"
&ett_t38_setup,
&ett_data_fragment,
&ett_data_fragments