Craig McQueen

Results 33 issues of Craig McQueen

I've been using Lockbox for a Lua dissector in Wireshark 3.6 to 4.2, which uses Lua 5.2. In Wireshark 4.4 which now uses Lua 5.4.6, I get an error "no...

It appears that in `util.bit`, the line: ok, e = pcall(require, "bit") -- the LuaJIT one ? can't work because it will import itself recursively, until it gets a stack...

It's not clear how a FUSE or CUSE device should implement blocking vs non-blocking reads and writes. (This is probably more important for a CUSE device with sporadic read data...