Actions
Bug #3602
closedndn.lua: Range is out of bounds
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Open the attached pcap file with:
wireshark -Xlua_script:/path/to/ndn.lua
and tell wireshark to decode the (only) packet using the NDN dissector (this is necessary because I was using non-standard ports).
The following error appears:
Lua Error: [string "/usr/local/share/ndn-dissect-wireshark/ndn.lu..."]:249: Range is out of bounds
Files
Updated by Junxiao Shi about 9 years ago
- Is duplicate of Bug #3603: ndn.lua: bad argument #2 to 'tvb' added
Updated by Junxiao Shi about 9 years ago
This is the same issue with #3603, and the same patch fixes this.
Actions