Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-gprscdr.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-gprscdr.h */
4 /* asn2wrs.py -b -p gprscdr -c ./gprscdr.cnf -s ./packet-gprscdr-template -D . -O ../.. GenericChargingDataTypes.asn GPRSChargingDataTypesV641.asn GPRSChargingDataTypes.asn */
5 
6 /* Input file: packet-gprscdr-template.h */
7 
8 #line 1 "./asn1/gprscdr/packet-gprscdr-template.h"
9 /* packet-gprscdr.h
10  * Routines for gprscdr packet dissection
11  * Copyright 2011, Anders Broman <anders.broman@ericsson.com>
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 #ifndef PACKET_GPRSCDR_H
21 #define PACKET_GPRSCDR_H
22 
23 
24 
25 /*--- Included file: packet-gprscdr-exp.h ---*/
26 #line 1 "./asn1/gprscdr/packet-gprscdr-exp.h"
27 extern const value_string gprscdr_GPRSCallEventRecord_vals[];
28 extern const value_string gprscdr_GPRSRecord_vals[];
29 int dissect_gprscdr_GPRSCallEventRecord(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
30 int dissect_gprscdr_GPRSRecord(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
31 int dissect_gprscdr_GPRSCallEventRecord_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
32 int dissect_gprscdr_GPRSRecord_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
33 
34 /*--- End of included file: packet-gprscdr-exp.h ---*/
35 #line 17 "./asn1/gprscdr/packet-gprscdr-template.h"
36 
37 #endif /* PACKET_GPRSCDR_H */
38 
39 /*
40  * Editor modelines
41  *
42  * Local Variables:
43  * c-basic-offset: 2
44  * tab-width: 8
45  * indent-tabs-mode: nil
46  * End:
47  *
48  * ex: set shiftwidth=2 tabstop=8 expandtab:
49  * :indentSize=2:tabSize=8:noTabs=true:
50  */
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: value_string.h:24
Definition: proto.h:759