MAC LTE: upgrade dissector to v13.1.0
[metze/wireshark/wip.git] / epan / wslua /
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
2016-03-01 João ValverdeCMake: Add more structure to libwireshark build
2016-02-28 Martin Kaiserwslua: don't crash if disable_lua = true in init.lua
2016-02-26 João ValverdeAdd free_address_wmem(), fix warnings [-Wcast-qual]
2016-02-25 Guy HarrisClean up modelines and indentation.
2016-02-25 João ValverdeCleanup CMakeLists.txt indentation and use lower case...
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-02-21 João Valverdeautotools: Use pkg-config autoconf macros for GLib/GTK
2016-02-11 João Valverdeautotools: Add more silent build rules
2016-02-09 Stig BjørlykkeLua: Check out-of-bounds before tvb_strsize()
2016-02-08 Stig BjørlykkeRevert "Lua: Remove WSLUA_ERROR on dissecting error"
2016-02-08 Stig BjørlykkeLua: Remove WSLUA_ERROR on dissecting error
2016-02-08 João ValverdeRevert "Add free_address_wmem() and other extensions...
2016-02-07 João ValverdeAdd free_address_wmem() and other extensions to address API
2016-02-05 Stig BjørlykkeQt: Add check for field extractors
2016-01-28 João Valverdeautotools: Don't use "user variables" to set build...
2016-01-27 Peter Wuwslua: do not free TVB for data sources
2016-01-26 Peter Wuwslua: fix memleak on error path of Tvb:bytes()
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisMore pinfo->fd->abs_ts to pinfo->abs_ts.
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
2016-01-11 Stig BjørlykkeLua: Added reload_lua_plugins
2016-01-09 Guy HarrisAdd routines to add an item and return the item's real...
2015-12-31 Guy HarrisDon't cast away constness.
2015-12-28 Guy HarrisDon't cast away constness for the key in g_hash_table_l...
2015-12-14 Stig BjørlykkeLua: Fix switch-case braces.
2015-12-14 Stig BjørlykkeLua: Free Pref enum values
2015-12-14 Guy HarrisAdd comments to explain what we're doing with strings.
2015-12-14 Stig BjørlykkeLua: Free Pref default string
2015-12-14 João Valverdewslua: Change macro to avoid nuisance warning [-Wredund...
2015-12-14 Stig BjørlykkeLua: Cleanup ProtoField_time
2015-12-14 Guy HarrisNo need to free the value of a string preference in...
2015-12-13 Michael MannCreate a way to register "capture" dissectors.
2015-12-11 Stig BjørlykkeLua: Check for empty name in ProtoField
2015-12-11 Stig BjørlykkeLua: Validate ProtoExpert.new arguments
2015-12-11 Stig BjørlykkeQt: Reload Lua expert infos
2015-12-11 Michael Mannnew_register_dissector -> register_dissector for remain...
2015-11-26 Uli HeilmeierLua: Switch URL to documentation to HTTPS
2015-11-25 Uli HeilmeierLua: fix URL to documentation
2015-11-21 Stig BjørlykkeLua: Validate Proto() arguments
2015-11-17 Stig BjørlykkeLua: Do not deregister Listener in __gc.
2015-11-16 Guy HarrisFor now, call the finish routine in Lua file writers...
2015-11-15 Stig BjørlykkeLua: Fixed some argument # in argument errors.
2015-11-15 Stig BjørlykkeLua: Check for nil valuestring for integer fields.
2015-11-15 Stig BjørlykkeLua: Added support for ProtoField framenum type.
2015-11-14 Stig BjørlykkeLua: Disallow ProtoField FRAMENUM to fetch from Tvb.
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-11-04 Guy HarrisDon't include libwireshark headers from libwiretap.
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-10-07 Peter Wuwslua: fix memleak in lua_prime_all_fields
2015-10-05 Peter Wuwslua: fix crash when a LUA error is raised in TRY...
2015-09-30 Peter Wuwslua: do not pop from empty stack on newer LUA versions
2015-09-27 Gerald CombsQt: Add the Dissector Tables dialog.
2015-09-04 Hadriel KaplanCoverity CID 1167971-1167974: constant expressions...
2015-09-03 Stig BjørlykkeLua: Check if having listeners before remove
2015-08-23 Stig BjørlykkeLua: remove unneeded todo comments
2015-08-21 Hadriel KaplanLua: check sscanf return value
2015-08-20 Gerald CombsAdd the WLAN statistics dialog.
2015-08-18 Hadriel KaplanLua: add FT_PROTOCOL as a ProtoField type
2015-08-16 João Valverdemake-taps.pl: Remove duplicate slash in pathname
2015-08-15 Stig BjørlykkeLua: Free true_false_string values at reload
2015-08-14 Stig BjørlykkeFree all hfi->strings in free_deregister_field
2015-08-12 Stig BjørlykkeLua: Moved deregister out of wslua_cleanup
2015-08-11 Stig BjørlykkeLua: Remove unneeded call in wslua_cleanup
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-08-03 Gerald CombsMake sure per-packet tap callbacks return gbooleans.
2015-07-24 Hadriel KaplanLua: fix "since 1.99.9" to be 1.99.8
2015-07-23 Hadriel KaplanLua: add plugin version info
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-13 Cédric DelmasChange Lua's tvbrange:*int64() to read only the number...
2015-07-13 Hadriel KaplanLua: all protocol tree entries expand/contract together
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-07-12 Hadriel KaplanLua: split up wslua files into class-based files
2015-07-11 Hadriel KaplanLua: fix docs and default base for ProtoField.framenum()
2015-07-10 Alexis La Gouttewslua_tree: Fix Dead Store (Dead assignement/Dead incre...
2015-07-09 Hadriel KaplanLua: add functions for more field information
2015-07-07 Gerald CombsQt: Add initial Lua support.
2015-07-04 Hadriel KaplanLua: split init/cleanup routines
2015-06-22 Peter WuFix "Unescaped left brace in regex is deprecated"
2015-06-09 Balint ReczeyDon't try to clean up uninitialized Lua and crash
2015-05-05 Gerald CombsRevert "Try to please both GCC (the compiler, not me...
2015-05-05 Gerald CombsTry to please both GCC (the compiler, not me) and clang.
2015-03-20 Bill Meier(Benign) Fix warning [-Werror=logical-not-parentheses...
2015-03-12 Gerald CombsCMake: Update wslua build and test.
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-03-07 Guy HarrisGet rid of an unused structure member.
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-13 Bill Meierwslua*: Add editor modelines; Fix indentation, etc...
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
next