https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5202
Summary: Lua: Suggest to expose http_dissector_add() of
packet-http.c as a lua function
Product: Wireshark
Version: 1.2.7
Platform: Other
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: qiangxiong.huang@xxxxxxxxx
Build Information:
Version 1.2.7 (SVN Rev 32341)
--
Suggest to expose http_dissector_add() of packet-http.c as a lua function.
Such, user can use lua to write dissector to analyze protocol over http. Now we
have to use the workaround to register http dissector to "tcp.port" dissectors
table and register our own dissector to the same port in "http.port".
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.