Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-rtp-events.h
blobe67bc1362c492ca8cf7d0f4dd9a961aae919db20
1 /* packet-rtp-events.h
3 * Defines for RFC 2833 RTP Events dissection
4 * Copyright 2003, Kevin A. Noll <knoll[AT]poss.com>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 WS_DLL_PUBLIC value_string_ext rtp_event_type_values_ext;
15 struct _rtp_event_info {
16 uint8_t info_rtp_evt;
17 uint32_t info_setup_frame_num; /* the frame num of the packet that set this RTP connection */
18 uint16_t info_duration;
19 bool info_end;