Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-nrppa.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-nrppa.h */
4 /* asn2wrs.py -q -L -p nrppa -c ./nrppa.cnf -s ./packet-nrppa-template -D . -O ../.. NRPPA-CommonDataTypes.asn NRPPA-Constants.asn NRPPA-Containers.asn NRPPA-PDU-Descriptions.asn NRPPA-IEs.asn NRPPA-PDU-Contents.asn */
5 
6 /* packet-nrppa.h
7  * Routines for 3GPP NR Positioning Protocol A (NRPPa) packet dissection
8  *
9  * Wireshark - Network traffic analyzer
10  * By Gerald Combs <gerald@wireshark.org>
11  * Copyright 1998 Gerald Combs
12  *
13  * SPDX-License-Identifier: GPL-2.0-or-later
14  */
15 
16 #ifndef PACKET_NRPPA_H
17 #define PACKET_NRPPA_H
18 
19 int dissect_nrppa_Assistance_Information_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
20 
21 #endif /* PACKET_NRPPA_H */
22 
23 /*
24  * Editor modelines
25  *
26  * Local Variables:
27  * c-basic-offset: 2
28  * tab-width: 8
29  * indent-tabs-mode: nil
30  * End:
31  *
32  * ex: set shiftwidth=2 tabstop=8 expandtab:
33  * :indentSize=2:tabSize=8:noTabs=true:
34  */
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35