aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-20 00:04:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-20 00:04:39 +0000
commit5df12df600d4d58d417eb67178a855532504e619 (patch)
treebbd531d2bedecf2213ceb2d3cf2f61859ca52dc2
parentd37fabf2f216284589775f9bcace058968d8ddc4 (diff)
Update offset outside of if statement.
svn path=/trunk/; revision=32250
-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 */