Actions
Feature #593
closedluajit: per flow vars and ints
Effort:
Difficulty:
Label:
Description
Support for lua global vars so that a luajit script could store data in memory to be used in future executions of the script.
Actions
Added by Ignacio Sanchez about 13 years ago. Updated over 12 years ago.
Description
Support for lua global vars so that a luajit script could store data in memory to be used in future executions of the script.
At the vary least we need the ability to use flowints for storing/reading offsets, advertised file length etc. This is important dealing with file formats such as flash so that we know how far into the advertised size we have parsed at stream cutoff.
Actually I thought I had mentioned flowvar access here as well but I had not. Being able to set/check flowvars in addition to flowints would also be very handy as well.
flowvar and flowint support has been merged
Tracking global and other types of vars in new tickets.