https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5200
Summary: Lua script can not get "data-text-lines" protocol data
Product: Wireshark
Version: 1.2.7
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: qiangxiong.huang@xxxxxxxxx
Build Information:
Version 1.2.7 (SVN Rev 32341)
--
for example,
local dataline = Field.new("data-text-lines")
local data = dataline()
tostring(data.value) is not ok "FT_" error
This is fixed in 1.3.4, but data.range() is not ok, report "expired tvb" error.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.