aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h261.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-h261.c')
-rw-r--r--packet-h261.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/packet-h261.c b/packet-h261.c
index 480f91ec5d..205fe6f5c4 100644
--- a/packet-h261.c
+++ b/packet-h261.c
@@ -85,7 +85,6 @@ dissect_h261( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree )
}
if ( tree ) {
- /* Using fd->pkt_len here instead of END_OF_FRAME. This variable is changed in dissect_rtp()! */
ti = proto_tree_add_item( tree, proto_h261, tvb, offset, tvb_length( tvb ), FALSE );
h261_tree = proto_item_add_subtree( ti, ett_h261 );
/* SBIT 1st octet, 3 bits */