aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-rtp.c')
-rw-r--r--packet-rtp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-rtp.c b/packet-rtp.c
index 92763c8c80..88ee2a15bc 100644
--- a/packet-rtp.c
+++ b/packet-rtp.c
@@ -3,7 +3,7 @@
*
* Jason Lango <jal@netapp.com>
*
- * $Id: packet-rtp.c,v 1.4 2000/05/31 05:07:37 guy Exp $
+ * $Id: packet-rtp.c,v 1.5 2000/08/13 14:08:43 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -84,6 +84,8 @@ dissect_rtp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
guint32 *csrc_ptr;
rtp_hdr_ext_t ext;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_rtp, pd, offset, fd, tree);
+
data = &pd[offset];
dataend = data + END_OF_FRAME;
end_offset = offset + END_OF_FRAME;