summaryrefslogtreecommitdiff
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+2
2016-03-15More "FT_BOOLEAN is 64-bit" fixes.Guy Harris1-1/+1
2016-03-13Lua: Remove heur dissectors when reload Lua pluginsStig Bjørlykke3-0/+18
2016-03-13Lua: Check for duplicate heuristic short nameStig Bjørlykke1-0/+5
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+9
2016-03-03Revert "autotools: Use explicit zlib dependency build flags"João Valverde1-1/+1
2016-03-03autotools: Use explicit zlib dependency build flagsJoão Valverde1-1/+1
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde2-50/+82
2016-02-28wslua: don't crash if disable_lua = true in init.luaMartin Kaiser1-0/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde3-56/+33
2016-02-25Clean up modelines and indentation.Guy Harris2-6/+6
2016-02-25Cleanup CMakeLists.txt indentation and use lower case function namesJoão Valverde1-53/+55
2016-02-23Making wiretap option blocks more generic.Michael Mann2-12/+34
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+2
2016-02-11autotools: Add more silent build rulesJoão Valverde1-3/+3
2016-02-09Lua: Check out-of-bounds before tvb_strsize()Stig Bjørlykke1-4/+13
2016-02-08Revert "Lua: Remove WSLUA_ERROR on dissecting error"Stig Bjørlykke1-0/+8
2016-02-08Lua: Remove WSLUA_ERROR on dissecting errorStig Bjørlykke1-8/+0
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde3-33/+56
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde3-56/+33
2016-02-05Qt: Add check for field extractorsStig Bjørlykke2-0/+6
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-4/+2
2016-01-27wslua: do not free TVB for data sourcesPeter Wu1-2/+2
2016-01-26wslua: fix memleak on error path of Tvb:bytes()Peter Wu1-5/+6
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris2-3/+3
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-4/+3
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-3/+29
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-0/+1
2015-12-31Don't cast away constness.Guy Harris1-4/+3
2015-12-28Don't cast away constness for the key in g_hash_table_lookup().Guy Harris1-1/+1
2015-12-14Lua: Fix switch-case braces.Stig Bjørlykke1-2/+2
2015-12-14Lua: Free Pref enum valuesStig Bjørlykke1-7/+24
2015-12-14Add comments to explain what we're doing with strings.Guy Harris1-9/+47
2015-12-14Lua: Free Pref default stringStig Bjørlykke2-5/+8
2015-12-14wslua: Change macro to avoid nuisance warning [-Wredundant-decls]João Valverde1-4/+4
2015-12-14Lua: Cleanup ProtoField_timeStig Bjørlykke1-15/+10
2015-12-14No need to free the value of a string preference in the garbage collector.Guy Harris1-3/+10
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-1/+0
2015-12-11Lua: Check for empty name in ProtoFieldStig Bjørlykke1-0/+25
2015-12-11Lua: Validate ProtoExpert.new argumentsStig Bjørlykke1-1/+48
2015-12-11Qt: Reload Lua expert infosStig Bjørlykke2-3/+4
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann2-3/+3
2015-11-26Lua: Switch URL to documentation to HTTPSUli Heilmeier1-2/+2
2015-11-25Lua: fix URL to documentationUli Heilmeier1-1/+1
2015-11-21Lua: Validate Proto() argumentsStig Bjørlykke1-4/+15
2015-11-17Lua: Do not deregister Listener in __gc.Stig Bjørlykke1-10/+5
2015-11-16For now, call the finish routine in Lua file writers "close".Guy Harris2-8/+8
2015-11-15Lua: Fixed some argument # in argument errors.Stig Bjørlykke1-4/+4
2015-11-15Lua: Check for nil valuestring for integer fields.Stig Bjørlykke1-1/+1