Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-a21.h
1/* packet-a21.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
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#include "ws_symbol_export.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18
19WS_DLL_PUBLIC
20void dissect_a21_ie_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree, proto_tree *tree, int offset, uint8_t message_type);
21
22#ifdef __cplusplus
23}
24#endif /* __cplusplus */
25
26#endif
Definition packet_info.h:43
Definition proto.h:901
Definition tvbuff-int.h:35