aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h261.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 04:29:54 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 04:29:54 +0000
commitc185b64c7835c9aa2151f90a07e840ee104e0755 (patch)
tree7bb7a3fde4970145f23ca2ac97d3e646315bd007 /packet-h261.c
parent352e5ac040bebb48f67450dc4a5c6a6e6c0f0002 (diff)
Get rid of END_OF_FRAME references in tvbuffified dissectors.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3364 f5534014-38df-0310-8fa8-9805f1628bb7
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 */