Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-sgp32.h
1/* Do not modify this file. Changes will be overwritten. */
2/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3/* packet-sgp32.h */
4/* asn2wrs.py -b -q -L -p sgp32 -c ./sgp32.cnf -s ./packet-sgp32-template -D . -O ../.. SGP32Definitions.asn */
5
6/* packet-sgp32.h
7 * Routines for SGP.32 packet dissection.
8 *
9 * Copyright 2025, Stig Bjorlykke <[email protected]>
10 *
11 * Wireshark - Network traffic analyzer
12 * By Gerald Combs <[email protected]>
13 * Copyright 1998 Gerald Combs
14 *
15 * SPDX-License-Identifier: GPL-2.0-or-later
16 */
17
18#ifndef PACKET_SGP32_H
19#define PACKET_SGP32_H
20
21bool is_sgp32_request(tvbuff_t *tvb);
22bool is_sgp32_response(tvbuff_t *tvb);
23
24int dissect_sgp32_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data);
25int dissect_sgp32_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data);
26
27
28#endif /* PACKET_SGP32_H */
Definition packet_info.h:43
Definition proto.h:907
Definition tvbuff-int.h:35