aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38/packet-t38-template.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-05 16:19:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-05 16:19:21 +0000
commit26209868dbd85ace63acf0399132247d3bcbfbd7 (patch)
treec990f1a498d0ea714e8b53031d9dd04a3d551910 /asn1/t38/packet-t38-template.h
parente91c4c74288be4b582d9e3eaebecbe20deac9cd3 (diff)
From walter schmid:
wrong reassemble of T30 msg if more data fields in T38 packet. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6790 svn path=/trunk/; revision=40872
Diffstat (limited to 'asn1/t38/packet-t38-template.h')
-rw-r--r--asn1/t38/packet-t38-template.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/t38/packet-t38-template.h b/asn1/t38/packet-t38-template.h
index ea7ea3d829..f52a311c4f 100644
--- a/asn1/t38/packet-t38-template.h
+++ b/asn1/t38/packet-t38-template.h
@@ -49,6 +49,7 @@ typedef struct _t38_packet_info {
/* Info to save the State to reassemble Data (e.g. HDLC) and the Setup (e.g. SDP) in T38 conversations */
typedef struct _t38_conv_info
{
+
guint32 reass_ID;
int reass_start_seqnum;
guint32 reass_data_type;
@@ -56,6 +57,9 @@ typedef struct _t38_conv_info
guint32 packet_lost;
guint32 burst_lost;
double time_first_t4_data;
+ guint32 additional_hdlc_data_field_counter;
+ gint32 seqnum_prev_data_field;
+
} t38_conv_info;
/* Info to save the State to reassemble Data (e.g. HDLC) and the Setup (e.g. SDP) in T38 conversations */