aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-t38.h')
-rw-r--r--epan/dissectors/packet-t38.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-t38.h b/epan/dissectors/packet-t38.h
index 11684b8d7d..9d88efb54b 100644
--- a/epan/dissectors/packet-t38.h
+++ b/epan/dissectors/packet-t38.h
@@ -57,6 +57,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;
@@ -64,6 +65,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 */
@@ -89,7 +93,7 @@ WS_VAR_IMPORT const value_string t38_T30_indicator_vals[];
WS_VAR_IMPORT const value_string t38_T30_data_vals[];
/*--- End of included file: packet-t38-exp.h ---*/
-#line 78 "../../asn1/t38/packet-t38-template.h"
+#line 82 "../../asn1/t38/packet-t38-template.h"