Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
packet-a21.h
1
/* packet-a21.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
5
* Copyright 1998 Gerald Combs
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef __PACKET_A21_H__
11
#define __PACKET_A21_H__
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
/* __cplusplus */
16
17
#include "ws_symbol_export.h"
18
19
WS_DLL_PUBLIC
20
void
dissect_a21_ie_common(
tvbuff_t
*tvb,
packet_info
*pinfo,
proto_tree
*top_tree,
proto_tree
*tree, gint offset, guint8 message_type);
21
22
#ifdef __cplusplus
23
}
24
#endif
/* __cplusplus */
25
26
#endif
_packet_info
Definition:
packet_info.h:44
tvbuff
Definition:
tvbuff-int.h:35
_proto_node
Definition:
proto.h:759
Generated by
1.8.11