Snort: speed up parsing of options by avoiding g_snprintf()
[metze/wireshark/wip.git] / epan / wslua /
2018-01-24 Jakub Zawadzkiwslua: fix nstime memory leak after passing unknown...
2017-12-26 Martin Mathiesonpotential buffer underflow in File_read_line function...
2017-12-19 Stig Bjørlykkewslua: Fix logger after g6a5e90f2
2017-12-16 Stig Bjørlykkewslua: Fix crash in Dir.open()
2017-12-16 Stig Bjørlykkewslua: Fix memory leakages
2017-12-14 Stig Bjørlykkeepan: Make expert info summary text mandatory
2017-12-13 Stig Bjørlykkeepan: Use expert info summary text as field name
2017-11-21 João ValverdeMove the protocol registration routines back into libwi...
2017-11-18 João Valverdeautotools: Library build products don't need explicit...
2017-11-13 Michael MannRemove circuit API
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-15 João Valverdeautotools: make maintainer-clean should allow rerunning...
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-10-13 João ValverdeCMake: Allow user build flags to override default build...
2017-09-20 João Valverdeplugins: Add backward compatibility for personal lua...
2017-09-20 João ValverdeRename get_plugin_dir() for consistency
2017-09-15 Stig Bjørlykkewslua: Disable -Wunreachable-code in lua_bitop.c
2017-09-15 Stig Bjørlykkewslua: Avoid possible misuse of comma operator warning
2017-09-11 João Valverdewsutil: Initialize and store plugin personal dir
2017-09-02 João ValverdeHave a single IPv6 tap
2017-08-27 Peter WuLua: fix crash on invalid Dissector.list("food") invocation
2017-08-08 Guy HarrisCheck for errors running the Lua scripts.
2017-08-05 Stig BjørlykkeLua: Check for PseudoHeader.none
2017-08-05 Stig BjørlykkeLua: Fix error message in Dumper:dump()
2017-07-17 Anthony CoddingtonERF_TYPE_META write and comment support
2017-06-21 Silvio GissiLua: Add "tonumber" method to NSTime
2017-06-21 Martin Kaisercmake: allow building from a UNC source directory
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-05-05 Rado RadoulovNew Lua function TreeItem:referenced(ProtoField | Disse...
2017-04-18 Guy HarrisEliminate an unneded member of a wtap_dumper.
2017-04-12 Guy HarrisAdd an API to let a postdissector specify fields whose...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-27 Pascal Quantinwslua: update a comment
2017-03-15 Stig BjørlykkeLua: Add absolute time base values
2017-03-15 Stig BjørlykkeLua: Merge sep and str tables into base
2017-03-14 Stig BjørlykkeLua: Check for no table in ProtoField unit string
2017-03-14 Stig BjørlykkeLua: Improve base checking for signed integer
2017-03-14 Stig BjørlykkeLua: Layout cleanup in init.lua
2017-03-13 Stig BjørlykkeLua: Base must be base.DEC or base.UNIT_STRING for...
2017-03-07 Peter Wulua: improve FileHandler:[seek_]read behavior and docum...
2017-02-27 Peter Wuwslua: fix documentation of Struct.fromhex
2017-01-10 Guy HarrisRename tvb_new_subset() to tvb_new_subset_length_caplen().
2017-01-07 Michael MannConvert range API to always use wmem memory.
2016-12-21 Stig BjørlykkeLua: Fix some typos.
2016-12-20 Stig BjørlykkeLua: Add string types and byte seperators support.
2016-12-20 Peter Wucmake,wslua,wsutil: load files from run/ instead of...
2016-12-20 Stig BjørlykkeLua: Remove an obsolete comment.
2016-12-20 Stig BjørlykkeLua: Add unit names support.
2016-12-19 Stig BjørlykkeLua: Include all BASE_PT_* to base table.
2016-12-18 Stig BjørlykkeLua: Fix some memory leaks in error paths.
2016-12-02 Guy HarrisInclude config.h first, for large-file-related #defines.
2016-11-29 Guy HarrisHandle FT_CHAR, and report unsupported types as such.
2016-11-22 Franklin "Snaipe... lua: Allow FT_ETHER protofields to be inserted in TreeI...
2016-11-13 Franklin "Snaipe... lua: Allow proto:register_heuristic to be used on multi...
2016-11-06 Franklin "Snaipe... lua: Added new integer sizes in TvbRange
2016-10-26 Alexis La Gouttewslua_pref(.c): fix spelling typo found by lintian
2016-10-25 Snaipelua: Added support for FT_IPv6 fields
2016-10-18 Peter Wuwslua: prepare for split class/instance (meta)methods
2016-10-18 Peter Wuwslua: add support for negative indices
2016-10-18 Peter Wuwslua: fix errors in documentation, add notational...
2016-10-18 Peter Wuwslua: Do not crash on the root tree item
2016-10-14 Jeff MorrissLua: allow creating TVBs after calling other (Lua)...
2016-10-02 Peter Wuwslua: fix wslua file test failure
2016-09-30 Peter Wucmake: make WERROR_COMMON_FLAGS a normal string
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-08-23 João ValverdeCMake: Allow setting per target compiler warnings
2016-08-05 João ValverdeAdd PI_DEPRECATED expert info group
2016-07-26 Michael MannUse ws_g_warning in wslua.
2016-07-25 Michael MannFix checkAPI.pl warnings about printf
2016-07-21 Guy HarrisNo need to check for string option values being null.
2016-07-14 Guy HarrisRedo the block options APIs.
2016-07-04 Peter Wuwslua: fail on tree:add(nil)
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-06-15 Alexis La Gouttecapture info (wslua): Dereference of null pointer
2016-06-15 Pascal QuantinRemove Nmake build system
2016-06-14 Peter Wuwslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIRED
2016-06-14 Peter Wuwslua: Drop unused "push_code" macro parameter
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-05-10 Michael MannHave fvalue_to_string_repr always return an (wmem)...
2016-05-02 Graham BloiceAdd checkAPI calls to CMake.
2016-04-17 Peter Wuwslua: fix crash on Lua errors in dissect_tcp_pdus...
2016-04-17 João Valverdemake-taps.pl: Remove perl >= 5.14 requirement
2016-04-16 João Valverdemake-taps.pl: Enable "use warnings" pragma
2016-04-11 Stig BjørlykkeLua: Fix add and remove Fields when reload Lua plugins
2016-04-10 Peter Wuwslua: Abort on out of memory
2016-04-10 Peter Wulua: fix reload with -Xlua_script
2016-04-04 João ValverdeRename "libz" to "zlib"
2016-03-31 Peter Wuwslua: avoid memleak on duplicate names for Proto.new
2016-03-30 João Valverdemake-taps.pl: Fix generated code indentation
2016-03-28 Pascal Quantinwslua: handle parameters with const keyword when genera...
2016-03-28 Joerg MayerFix warnings/errors of type -Wused-but-marked-unused
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-03-15 Guy HarrisMore "FT_BOOLEAN is 64-bit" fixes.
2016-03-13 Stig BjørlykkeLua: Remove heur dissectors when reload Lua plugins
2016-03-13 Stig BjørlykkeLua: Check for duplicate heuristic short name
2016-03-08 João ValverdeAdd EditorConfig settings for most C files
2016-03-03 João ValverdeRevert "autotools: Use explicit zlib dependency build...
2016-03-03 João Valverdeautotools: Use explicit zlib dependency build flags
next