repo.or.cz
/
wireshark-sm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git]
/
epan
/
dissectors
/
asn1
/
charging_ase
/
charging_ase.cnf
blob
661c68f23460113713ffb90c25396ef827157d50
1
# charging ase.cnf
2
# charging ase conformation file
3
# Anders Broman 2009
4
5
#.EXPORTS
6
ChargingMessageType
7
ChargingMessageType_PDU
8
9
#.PDU
10
ChargingMessageType
11
12
#.FN_BODY ExtensionField/value
13
14
proto_tree_add_expert(tree, actx->pinfo, &ei_charging_ase_extensions_not_dissected, tvb, offset, -1);
15
return tvb_reported_length(tvb);
16
#.END