5126a9c2f35f7637e8ef7fb3fea25c4f0be9fc65
[obnox/wireshark/wip.git] / asn1 / gprscdr / gprscdr.cnf
1 # gprscdr.cnf
2 # Anders Broman 2011
3 # $Id$
4
5 #.IMPORT ../gsm_map/gsm_map-exp.cnf
6
7 #.MODULE
8
9 #.EXPORTS
10 GPRSCallEventRecord
11 GPRSCallEventRecord_PDU
12
13 #.CLASS ATTRIBUTE
14 &id                    ObjectIdentifierType
15 &Value
16
17 #.CLASS CONTEXT
18 &id                    ObjectIdentifierType
19 &Value
20
21 #.PDU_NEW
22 GPRSCallEventRecord
23
24
25 #.FN_BODY ManagementExtension/information
26
27    proto_tree_add_text(tree, tvb, offset, -1, "Not dissected");
28    
29 ##### FN_BODY TimeStamp VAL_PTR = &parameter_tvb
30
31    
32 #.TYPE_ATTR
33 IPBinaryAddress/iPBinV4Address TYPE = FT_IPv4  DISPLAY = BASE_NONE   
34 IPBinaryAddress/iPBinV6Address TYPE = FT_IPv6  DISPLAY = BASE_NONE   
35 #.END