aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/lppe/lppe.cnf
blob: f279eead3066979f868c66350352a84ec4ff44e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# lppe.cnf
# llpe conformation file
# Copyright 2012-2014 Pascal Quantin

#.OPT
PER
UNALIGNED
#.END

#.IMPORT ../lpp/lpp-exp.cnf

#.PDU
OMA-LPPe-MessageExtension
#.END

#.OMIT_ASSIGNMENT
OMA-LPPe-ver1-1-BroadcastContainer
OMA-LPPe-ver1-1-BroadcastMessage
OMA-LPPe-ver1-1-BroadcastControlIEs
OMA-LPPe-ver1-1-CipheringIEs
OMA-LPPe-ver1-1-DigitalSignature

#.FN_HDR OMA-LPPe-MessageExtension

  proto_tree_add_item(tree, proto_lppe, tvb, 0, -1, ENC_NA);

  col_append_sep_str(actx->pinfo->cinfo, COL_PROTOCOL, "/", "LPPe");

#.FN_BODY OMA-LPPe-Uri
  offset = dissect_per_restricted_character_string(tvb, offset, actx, tree, hf_index,
                                                      NO_BOUND, NO_BOUND, FALSE, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789:/?#[]@!$&'()*+,;=-._~%%", 85,
                                                      NULL);

#.END