https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5205
Summary: Lua: Suggest to expose pinfo.can_desegment to lua
script or set its default to true.
Product: Wireshark
Version: 1.2.7
Platform: All
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 pinfo.can_desegment to lua script or set its default to true.
Because sometime we invoke standard dissector like http dissector in our own
dissector, and we hope http dissector will return negative (and set
pinfo.desegment_offset and pinfo.desegment_len) when it found it needs more
packet to complete its dissection. But now, it can not happen, because
pinfo.can_desegment default is 0 in lua script. (I don't very sure about this
point)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.