aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua/pcap_file.lua
AgeCommit message (Expand)AuthorFilesLines
2015-11-16For now, call the finish routine in Lua file writers "close".Guy Harris1-3/+3
2015-11-09Update tests to reflect Lua file API change (write_close -> write_finish).Guy Harris1-3/+3
2014-09-29Fix lua bindings to handle timestamp precision changesEvan Huus1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-2/+4
2014-03-22Fix spelling mistakes in Lua test scriptsHadriel Kaplan1-3/+3
2014-03-22Add way for Lua file reader to save state per file read/write opsHadriel Kaplan1-140/+342
2014-03-19Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan1-2/+2
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-0/+548