aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-nb_rtpmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nb_rtpmux.c b/epan/dissectors/packet-nb_rtpmux.c
index c8fd0a5ab6..fa5d523036 100644
--- a/epan/dissectors/packet-nb_rtpmux.c
+++ b/epan/dissectors/packet-nb_rtpmux.c
@@ -156,8 +156,8 @@ dissect_nb_rtpmux(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
hf_nb_rtpmux_data, tvb, offset+5, length, FALSE);
}
}
- offset += 5+length;
- }
+ } /* if tbit */
+ offset += 5+length;
}
/* Return the amount of data this dissector was able to dissect */