Wireshark-commits: [Wireshark-commits] master 0ab91dd: wslua: print the correct type for FT_NONE di
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ab91dd96af7f216e7b084f9aacf09fe4247daeb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0ab91dd by Martin Kaiser (wireshark@xxxxxxxxx):
wslua: print the correct type for FT_NONE dissector tables
We added FT_NONE dissector tables a while ago. These tables can only be
used for Decode As. Support such dissector tables in lua's print() function.
print(DissectorTable.get("iso14443.subdissector"))
will now print
DissectorTable iso14443.subdissector only for Decode As:
Change-Id: I9f5a2f6d6b1edb2a53ca1d2c0ae158c16fddf05f
Reviewed-on: https://code.wireshark.org/review/33356
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7dd4e3b Strengthen the "is the FTP data text?" heuristic.
add 0ab91dd wslua: print the correct type for FT_NONE dissector tables
Summary of changes:
epan/wslua/wslua_dissector.c | 5 +++++
1 file changed, 5 insertions(+)