Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-sapni.h
1 /* packet-sapni.h
2  * Routines for SAP NI (Network Interface) dissection
3  * Copyright 2022, Martin Gallo <martin.gallo [AT] gmail.com>
4  * Code contributed by SecureAuth Corp.
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1998 Gerald Combs
9  *
10  * SPDX-License-Identifier: GPL-2.0-or-later
11  */
12 
13 #ifndef __PACKET_SAPPROTOCOL_H__
14 #define __PACKET_SAPPROTOCOL_H__
15 
16 #include <epan/packet.h>
17 
18 extern void
19 dissect_sap_protocol_payload(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, guint16 sport, guint16 dport);
20 
21 #endif /* __PACKET_SAPPROTOCOL_H__ */
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35