aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2008-01-09 13:30:31 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2008-01-09 13:30:31 +0000
commita85bc404d5dff1817b2e301ed184addecde318d7 (patch)
treee1fc089e225afe435ac2de6efdfddd003c7c0466 /epan/dissectors/packet-t38.c
parent6d8ae6a4373a29c197a4b8d07dbed2567aab62cc (diff)
more sophisticated H245 OLC handling focusing on more reliable T.38 establishment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24043 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-t38.c')
-rw-r--r--epan/dissectors/packet-t38.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/epan/dissectors/packet-t38.c b/epan/dissectors/packet-t38.c
index 71442159b8..c52f2cb48c 100644
--- a/epan/dissectors/packet-t38.c
+++ b/epan/dissectors/packet-t38.c
@@ -277,6 +277,8 @@ void t38_add_address(packet_info *pinfo,
return;
}
+ printf("#%u: t38_add_address(%s, %u, %u, %s, %u\n", pinfo->fd->num, address_to_str(addr), port, other_port, setup_method, setup_frame_number);
+
SET_ADDRESS(&null_addr, AT_NONE, 0, NULL);
/*
@@ -977,7 +979,7 @@ static int dissect_UDPTLPacket_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/*--- End of included file: packet-t38-fn.c ---*/
-#line 400 "packet-t38-template.c"
+#line 402 "packet-t38-template.c"
/* initialize the tap t38_info and the conversation */
static void
@@ -1348,7 +1350,7 @@ proto_register_t38(void)
"t38.OCTET_STRING", HFILL }},
/*--- End of included file: packet-t38-hfarr.c ---*/
-#line 694 "packet-t38-template.c"
+#line 696 "packet-t38-template.c"
{ &hf_t38_setup,
{ "Stream setup", "t38.setup", FT_STRING, BASE_NONE,
NULL, 0x0, "Stream setup, method and frame number", HFILL }},
@@ -1403,7 +1405,7 @@ proto_register_t38(void)
&ett_t38_T_fec_data,
/*--- End of included file: packet-t38-ettarr.c ---*/
-#line 735 "packet-t38-template.c"
+#line 737 "packet-t38-template.c"
&ett_t38_setup,
&ett_data_fragment,
&ett_data_fragments