wireshark/asn1/lppe/lppe.cnf
Pascal Quantin d2ba47392e Upgrade LPPe dissector to V1_1-20140108-C
Change-Id: I1d5d4ed73825bb5cda0cc2e76e5000c38c50b601
Reviewed-on: https://code.wireshark.org/review/816
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-03-24 21:35:40 +00:00

36 lines
879 B
INI

# lppe.cnf
# llpe conformation file
# Copyright 2012-2014 Pascal Quantin
#.OPT
PER
UNALIGNED
#.END
#.IMPORT ../lpp/lpp-exp.cnf
#.PDU_NEW
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