aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Lua: Fix some typos.Stig Bjørlykke1-8/+8
2016-12-20Lua: Add string types and byte seperators support.Stig Bjørlykke3-32/+140
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu3-19/+23
2016-12-20Lua: Remove an obsolete comment.Stig Bjørlykke1-1/+0
2016-12-20Lua: Add unit names support.Stig Bjørlykke2-43/+194
2016-12-19Lua: Include all BASE_PT_* to base table.Stig Bjørlykke1-1/+1
2016-12-18Lua: Fix some memory leaks in error paths.Stig Bjørlykke1-34/+60
2016-12-02Include config.h first, for large-file-related #defines.Guy Harris1-2/+1
2016-11-29Handle FT_CHAR, and report unsupported types as such.Guy Harris1-4/+12
2016-11-22lua: Allow FT_ETHER protofields to be inserted in TreeItems.Franklin "Snaipe" Mathieu1-0/+10
2016-11-13lua: Allow proto:register_heuristic to be used on multiple list namesFranklin "Snaipe" Mathieu1-2/+11
2016-11-06lua: Added new integer sizes in TvbRangeFranklin "Snaipe" Mathieu1-6/+36
2016-10-26wslua_pref(.c): fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-25lua: Added support for FT_IPv6 fieldsSnaipe3-10/+61
2016-10-18wslua: prepare for split class/instance (meta)methodsPeter Wu3-248/+329
2016-10-18wslua: add support for negative indicesPeter Wu1-11/+21
2016-10-18wslua: fix errors in documentation, add notational conventionsPeter Wu3-9/+4
2016-10-18wslua: Do not crash on the root tree itemPeter Wu1-2/+3
2016-10-14Lua: allow creating TVBs after calling other (Lua) dissectors.Jeff Morriss1-6/+12
2016-10-02wslua: fix wslua file test failurePeter Wu1-0/+10
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+5
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-08-05Add PI_DEPRECATED expert info groupJoão Valverde2-0/+13
2016-07-26Use ws_g_warning in wslua.Michael Mann6-39/+44
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann2-3/+5
2016-07-21No need to check for string option values being null.Guy Harris1-2/+2
2016-07-14Redo the block options APIs.Guy Harris2-5/+38
2016-07-04wslua: fail on tree:add(nil)Peter Wu1-0/+2
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin2-6/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo2-6/+6
2016-06-15capture info (wslua): Dereference of null pointerAlexis La Goutte1-0/+2
2016-06-15Remove Nmake build systemPascal Quantin2-131/+0
2016-06-14wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIREDPeter Wu2-12/+16
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu24-38/+37
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann2-15/+19
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-1/+2
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-7/+11
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+9
2016-04-17wslua: fix crash on Lua errors in dissect_tcp_pdus get_len_funcPeter Wu1-3/+4
2016-04-17make-taps.pl: Remove perl >= 5.14 requirementJoão Valverde1-1/+4
2016-04-16make-taps.pl: Enable "use warnings" pragmaJoão Valverde1-18/+19
2016-04-11Lua: Fix add and remove Fields when reload Lua pluginsStig Bjørlykke3-13/+20
2016-04-10wslua: Abort on out of memoryPeter Wu1-1/+9
2016-04-10lua: fix reload with -Xlua_scriptPeter Wu1-5/+6
2016-04-04Rename "libz" to "zlib"João Valverde1-2/+2
2016-03-31wslua: avoid memleak on duplicate names for Proto.newPeter Wu1-2/+2
2016-03-30make-taps.pl: Fix generated code indentationJoão Valverde1-8/+11
2016-03-28wslua: handle parameters with const keyword when generating tapsPascal Quantin1-0/+2
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer7-11/+11