Feature #593
closed
luajit: per flow vars and ints
Added by Ignacio Sanchez about 12 years ago.
Updated over 11 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.
- Status changed from New to Assigned
- Target version set to 2.0beta1
flowvar and flowint support has been merged
- Subject changed from luajit: global vars to luajit: per flow vars and ints
- Status changed from Assigned to Closed
Tracking global and other types of vars in new tickets.
Also available in: Atom
PDF