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
TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git]
/
test
/
lua
/
protobuf_test_field_subdissector_table.lua
blob
379b2f5a44de4dab88ff40429cef6df7c0593ee7
1
-- Test protobuf_field dissector table
2
do
3
local
protobuf_field_table
=
DissectorTable
.
get
(
"protobuf_field"
)
4
local
png_dissector
=
Dissector
.
get
(
"png"
)
5
protobuf_field_table
:
add
(
"tutorial.Person.portrait_image"
,
png_dissector
)
6
end