aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_file.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-21wslua: register attributes along with their classMartin Kaiser1-2/+1
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+1
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-5/+4
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-3/+5
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-26potential buffer underflow in File_read_line function in epan/wslua/wslua_file.cMartin Mathieson1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2016-10-02wslua: fix wslua file test failurePeter Wu1-0/+10
2016-07-26Use ws_g_warning in wslua.Michael Mann1-4/+5
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-1/+1
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-1/+1
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-1963/+3
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+13
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-4/+4
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-9/+6
2014-10-10Fix some more int-to-enum conversion complaint.Guy Harris1-4/+10
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-6/+6
2014-10-08Make sure we don't dereference a null pointer.Gerald Combs1-7/+21
2014-10-08Fix a comment.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-6/+3
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-6/+6
2014-09-20Fix wslua_filehandler_open() to work as wiretap open routines should.Guy Harris1-2/+12
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-4/+4
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-4/+15
2014-05-17lua: fix buffer underrunPeter Wu1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-107/+93
2014-05-09Refactor WiretapMichael Mann1-93/+107
2014-05-08Populate heuristic extension list during initialization and not during each c...Michael Mann1-1/+1
2014-04-04Remove $Id$ in wsluaAlexis La Goutte1-2/+0
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-8/+8
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-149/+187
2014-03-22Fix request for implicit conversion from 'gpointer' to 'struct file_priv_t *'...AndersBroman1-2/+2
2014-03-22Add way for Lua file reader to save state per file read/write opsHadriel Kaplan1-19/+283
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-6/+6
2014-03-19Fix buildAlexis La Goutte1-1/+1
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-0/+2134