Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-sapsnc.h
1
/* packet-sapsnc.h
2
* Routines for SAP SNC (Secure Network Connectoin) 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 <
[email protected]
>
8
* Copyright 1998 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
#ifndef __PACKET_SAPPSNC_H__
14
#define __PACKET_SAPPSNC_H__
15
16
#include <
epan/packet.h
>
17
18
extern
23
tvbuff_t*
24
dissect_sapsnc_frame(tvbuff_t *tvb,
packet_info
*pinfo, proto_tree *tree, uint32_t offset);
25
26
#endif
/* __PACKET_SAPPSNC_H__ */
packet_info
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
packet.h
Generated by
1.15.0