aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asn1/t38/packet-t38-template.c2
-rw-r--r--epan/dissectors/packet-t38.c8
2 files changed, 3 insertions, 7 deletions
diff --git a/asn1/t38/packet-t38-template.c b/asn1/t38/packet-t38-template.c
index e7befe26b1..3caa0582b5 100644
--- a/asn1/t38/packet-t38-template.c
+++ b/asn1/t38/packet-t38-template.c
@@ -150,7 +150,6 @@ static guint32 seq_number = 0;
/* Tables for reassembly of Data fragments. */
static GHashTable *data_fragment_table = NULL;
-static GHashTable *data_reassembled_table = NULL;
static const fragment_items data_frag_items = {
/* Fragment subtrees */
@@ -202,7 +201,6 @@ static void t38_defragment_init(void)
{
/* Init reassemble tables */
fragment_table_init(&data_fragment_table);
- reassembled_table_init(&data_reassembled_table);
}
diff --git a/epan/dissectors/packet-t38.c b/epan/dissectors/packet-t38.c
index 00882688ec..ab8c7a30e3 100644
--- a/epan/dissectors/packet-t38.c
+++ b/epan/dissectors/packet-t38.c
@@ -195,7 +195,6 @@ static guint32 seq_number = 0;
/* Tables for reassembly of Data fragments. */
static GHashTable *data_fragment_table = NULL;
-static GHashTable *data_reassembled_table = NULL;
static const fragment_items data_frag_items = {
/* Fragment subtrees */
@@ -247,7 +246,6 @@ static void t38_defragment_init(void)
{
/* Init reassemble tables */
fragment_table_init(&data_fragment_table);
- reassembled_table_init(&data_reassembled_table);
}
@@ -967,7 +965,7 @@ static int dissect_UDPTLPacket_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/*--- End of included file: packet-t38-fn.c ---*/
-#line 393 "packet-t38-template.c"
+#line 391 "packet-t38-template.c"
/* initialize the tap t38_info and the conversation */
static void
@@ -1322,7 +1320,7 @@ proto_register_t38(void)
"t38.OCTET_STRING", HFILL }},
/*--- End of included file: packet-t38-hfarr.c ---*/
-#line 671 "packet-t38-template.c"
+#line 669 "packet-t38-template.c"
{ &hf_t38_setup,
{ "Stream setup", "t38.setup", FT_STRING, BASE_NONE,
NULL, 0x0, "Stream setup, method and frame number", HFILL }},
@@ -1377,7 +1375,7 @@ proto_register_t38(void)
&ett_t38_T_fec_data,
/*--- End of included file: packet-t38-ettarr.c ---*/
-#line 712 "packet-t38-template.c"
+#line 710 "packet-t38-template.c"
&ett_t38_setup,
&ett_data_fragment,
&ett_data_fragments