Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5200] New: Lua script can not get "data-text-lines" protoc

Date: Sun, 12 Sep 2010 03:51:59 -0700 (PDT)
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.