repo.or.cz
/
wireshark-wip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sec_vt_header: dissect call_id
[wireshark-wip.git]
/
wimaxasncp
/
dictionary.dtd
blob
08dc3c7910b83823832c7b13fce4430bb4fbd294
1
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
2
3
<!-- $Id$ -->
4
5
<!ELEMENT
dictionary (tlv+)
>
6
7
<!ELEMENT
tlv (enum*)
>
8
<!ATTLIST
tlv
9
name CDATA #REQUIRED
10
type CDATA #REQUIRED
11
decoder CDATA #IMPLIED
12
since CDATA #IMPLIED
13
>
14
15
<!ELEMENT
enum EMPTY
>
16
<!ATTLIST
enum
17
name CDATA #REQUIRED
18
code CDATA #REQUIRED
19
>