aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-xtp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-xtp.c b/epan/dissectors/packet-xtp.c
index 2b38846c91..958d227e48 100644
--- a/epan/dissectors/packet-xtp.c
+++ b/epan/dissectors/packet-xtp.c
@@ -346,7 +346,6 @@ dissect_xtp_aseg(tvbuff_t *tvb, proto_tree *tree, guint32 offset) {
offset++;
/* aformat(1) */
aseg->aformat = tvb_get_guint8(tvb, offset);
- offset++;
/** display common fields **/
offset = start;
@@ -542,7 +541,6 @@ dissect_xtp_tspec(tvbuff_t *tvb, proto_tree *tree, guint32 offset) {
offset++;
/* tformat(1) */
tspec->tformat = tvb_get_guint8(tvb, offset);
- offset++;
/** display common fields */
offset = start;