diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-10 19:32:22 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-10 19:32:22 +0000 |
commit | 008054453bbf4cc3fc54cae4a602ebcc869b4e92 (patch) | |
tree | fbe4ef788b1e4c8a766ae877769c7588528ccfa0 /epan/dissectors/packet-rtp-events.h | |
parent | 8ee0a507c7807e32e7bad409df068e43f0eb1e18 (diff) | |
download | wireshark-008054453bbf4cc3fc54cae4a602ebcc869b4e92.tar.gz wireshark-008054453bbf4cc3fc54cae4a602ebcc869b4e92.tar.bz2 wireshark-008054453bbf4cc3fc54cae4a602ebcc869b4e92.zip |
From Alejandro Vaquero:
- Automatic dissection of RTP events (RFC2833) set in SDP sessions.
- Add RTP events (RFC2833) to the Voip Graph
svn path=/trunk/; revision=13697
Diffstat (limited to 'epan/dissectors/packet-rtp-events.h')
-rw-r--r-- | epan/dissectors/packet-rtp-events.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtp-events.h b/epan/dissectors/packet-rtp-events.h index 76c972f1d1..4a0f5ed9d7 100644 --- a/epan/dissectors/packet-rtp-events.h +++ b/epan/dissectors/packet-rtp-events.h @@ -251,3 +251,8 @@ static const value_string rtp_event_type_values[] = { RTP_NEWMWATTTN, "New milliwatt tone (1004 Hz)"}, { 0, NULL }, }; + +struct _rtp_event_info { + guint8 info_rtp_evt; + guint32 info_setup_frame_num; /* the frame num of the packet that set this RTP connection */ +};
\ No newline at end of file |