Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-lcsap.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-lcsap.h */
4 /* asn2wrs.py -p lcsap -c ./lcsap.cnf -s ./packet-lcsap-template -D . -O ../.. LCS-AP-CommonDataTypes.asn LCS-AP-Constants.asn LCS-AP-Containers.asn LCS-AP-IEs.asn LCS-AP-PDU-Contents.asn LCS-AP-PDU-Descriptions.asn */
5 
6 /* Input file: packet-lcsap-template.h */
7 
8 #line 1 "./asn1/lcsap/packet-lcsap-template.h"
9 /* packet-lcsap.c
10  * Routines for LCS-AP packet dissembly.
11  *
12  * Copyright (c) 2011 by Spenser Sheng <spenser.sheng@ericsson.com>
13  *
14  * Wireshark - Network traffic analyzer
15  * By Gerald Combs <gerald@wireshark.org>
16  * Copyright 1999 Gerald Combs
17  *
18  * SPDX-License-Identifier: GPL-2.0-or-later
19  * References:
20  * ETSI TS 129 171 V9.2.0 (2010-10)
21  */
22 
23 #ifndef PACKET_LCSAP_H
24 #define PACKET_LCSAP_H
25 
26 
27 /*--- Included file: packet-lcsap-exp.h ---*/
28 #line 1 "./asn1/lcsap/packet-lcsap-exp.h"
29 int dissect_lcsap_Correlation_ID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
30 int dissect_lcsap_Positioning_Data_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
31 
32 /*--- End of included file: packet-lcsap-exp.h ---*/
33 #line 19 "./asn1/lcsap/packet-lcsap-template.h"
34 
35 #endif /* PACKET_LCSAP_H */
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: proto.h:759