summaryrefslogtreecommitdiff
path: root/packet-rtp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-05-20 21:22:59 +0000
committerGuy Harris <guy@alum.mit.edu>2003-05-20 21:22:59 +0000
commit3d6518224514e715d367bbf22e768bdef10ec89b (patch)
tree219068cb751c87218653adb73cdd3b8d6e155d01 /packet-rtp.h
parent50766c96adf09c7c4739d67f3d29d55346c0375b (diff)
downloadwireshark-3d6518224514e715d367bbf22e768bdef10ec89b.tar.gz
From Miha Jemec: clean up and simplify the RTP dissector and tap code.
svn path=/trunk/; revision=7701
Diffstat (limited to 'packet-rtp.h')
-rw-r--r--packet-rtp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-rtp.h b/packet-rtp.h
index bd9dd96772..bd59720fcd 100644
--- a/packet-rtp.h
+++ b/packet-rtp.h
@@ -3,7 +3,7 @@
* Routines for RTP dissection
* RTP = Real time Transport Protocol
*
- * $Id: packet-rtp.h,v 1.8 2003/03/06 20:35:09 sahlberg Exp $
+ * $Id: packet-rtp.h,v 1.9 2003/05/20 21:22:58 guy Exp $
*
* Copyright 2000, Philips Electronics N.V.
* Written by Andreas Sikkema <andreas.sikkema@philips.com>
@@ -36,6 +36,8 @@ struct _rtp_info {
guint32 info_timestamp;
guint32 info_sync_src;
guint info_data_len;
+ guint info_payload_offset;
+ guint info_payload_len;
};
void rtp_add_address ( packet_info *pinfo, const unsigned char* ip_addr, int prt );