Wireshark
4.3.0
The Wireshark network protocol analyzer
epan
dissectors
packet-xmpp-conference.h
1
/* xmpp-conference.h
2
*
3
* Copyright 2011, Mariusz Okroj <okrojmariusz[]gmail.com>
4
*
5
* Wireshark - Network traffic analyzer
6
* By Gerald Combs <gerald@wireshark.org>
7
* Copyright 1998 Gerald Combs
8
*
9
* SPDX-License-Identifier: GPL-2.0-or-later
10
*/
11
12
#ifndef XMPP_CONFERENCE_H
13
#define XMPP_CONFERENCE_H
14
15
#include "packet-xmpp-utils.h"
16
17
extern
void
xmpp_conferece_info_advert(
proto_tree
*tree,
tvbuff_t
*tvb,
packet_info
*pinfo,
xmpp_element_t
*element);
18
extern
void
xmpp_conference_info(
proto_tree
*tree,
tvbuff_t
*tvb,
packet_info
*pinfo,
xmpp_element_t
*element);
19
20
#endif
/* XMPP_CONFERENCE_H */
21
_packet_info
Definition:
packet_info.h:44
_proto_node
Definition:
proto.h:904
_xmpp_element_t
Definition:
packet-xmpp-utils.h:45
tvbuff
Definition:
tvbuff-int.h:35
Generated by
1.9.1