aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-04-13 20:38:19 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-04-13 20:38:19 +0000
commitbe81a9cabbd461456835c0f397c90fad9e494573 (patch)
tree01fdd2b7afc8c76190a76e111e244789988a54fd /epan/dissectors/packet-rtcp.c
parent1295325704a4ce0fc3f4114f0c10085e666d70b2 (diff)
fix gcc warning
svn path=/trunk/; revision=21416
Diffstat (limited to 'epan/dissectors/packet-rtcp.c')
-rw-r--r--epan/dissectors/packet-rtcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtcp.c b/epan/dissectors/packet-rtcp.c
index 2431ae90a9..96ae4b93b3 100644
--- a/epan/dissectors/packet-rtcp.c
+++ b/epan/dissectors/packet-rtcp.c
@@ -2436,7 +2436,7 @@ dissect_rtcp( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree )
}
/* offset should be total_packet_length by now... */
- if (offset == (int)total_packet_length)
+ if (offset == total_packet_length)
{
ti = proto_tree_add_boolean_format_value(tree, hf_rtcp_length_check, tvb,
0, 0, TRUE, "OK - %u bytes",