Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-rtp-events.h
1
/* packet-rtp-events.h
2
*
3
* Defines for RFC 2833 RTP Events dissection
4
* Copyright 2003, Kevin A. Noll <knoll[AT]poss.com>
5
*
6
* Wireshark - Network traffic analyzer
7
* By Gerald Combs <
[email protected]
>
8
* Copyright 1998 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
struct
_rtp_event_info
{
14
uint8_t info_rtp_evt;
15
uint32_t info_setup_frame_num;
/* the frame num of the packet that set this RTP connection */
16
uint16_t info_duration;
17
bool
info_end;
18
};
19
_rtp_event_info
Definition
packet-rtp-events.h:13
Generated by
1.9.8