aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2018-05-14Free g_array_free-related memory leaksPeter Wu2-9/+3
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-1/+1
2018-05-10wslua: fix memleak in Dir.remove_all on error pathPeter Wu1-3/+2
2018-05-04Get rid of more autotoolsisms.Guy Harris2-30/+1
2018-04-30Lua: Remove autotools specific code for build pathJoão Valverde1-12/+1
2018-04-30Lua: ensure that DATA_DIR and USER_DIR have trailing slashesPeter Wu2-4/+4
2018-04-18Remove autotools build system.Dario Lombardo2-150/+0
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-24/+24
2018-03-24wslua: Fix loggingPeter Wu1-1/+2
2018-03-15wslua: use Filehandler.extensions for controlling output filesPeter Wu1-5/+18
2018-03-09spdx: more licenses converted.Dario Lombardo7-137/+7
2018-03-08Squelch some casting-away-constness warnings.Guy Harris1-16/+18
2018-03-07spdx: more licenses converted.Dario Lombardo6-86/+6
2018-03-07More licenses converted to SPDX.Dario Lombardo1-13/+1
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs17-45/+90
2018-02-09epan: more SPDX convertions.Dario Lombardo3-39/+3
2018-02-09wslua: use SPDX identifiers.Dario Lombardo27-351/+27
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris6-87/+95
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2-2/+2
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-2/+2
2018-02-03Clean up addition of FT_IPv{4,6} fields.Guy Harris1-2/+10
2018-01-31Qt: About dialog updates.Gerald Combs2-27/+8
2018-01-24wslua: fix nstime memory leak after passing unknown encoding to TvbRange_nsti...Jakub Zawadzki1-3/+5
2017-12-26potential buffer underflow in File_read_line function in epan/wslua/wslua_file.cMartin Mathieson1-1/+1
2017-12-19wslua: Fix logger after g6a5e90f2Stig Bjørlykke3-10/+8
2017-12-16wslua: Fix crash in Dir.open()Stig Bjørlykke2-7/+3
2017-12-16wslua: Fix memory leakagesStig Bjørlykke4-1/+7
2017-12-14epan: Make expert info summary text mandatoryStig Bjørlykke2-5/+5
2017-12-13epan: Use expert info summary text as field nameStig Bjørlykke1-2/+4
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-3/+0
2017-11-13Remove circuit APIMichael Mann1-5/+0
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris3-3/+3
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-5/+0
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum6-17/+9
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-09-20plugins: Add backward compatibility for personal lua scriptsJoão Valverde1-6/+44
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde2-4/+4
2017-09-15wslua: Disable -Wunreachable-code in lua_bitop.cStig Bjørlykke1-0/+3
2017-09-15wslua: Avoid possible misuse of comma operator warningStig Bjørlykke3-12/+24
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde2-13/+4
2017-09-02Have a single IPv6 tapJoão Valverde1-1/+1
2017-08-27Lua: fix crash on invalid Dissector.list("food") invocationPeter Wu3-3/+3
2017-08-08Check for errors running the Lua scripts.Guy Harris1-5/+5
2017-08-05Lua: Check for PseudoHeader.noneStig Bjørlykke1-1/+3
2017-08-05Lua: Fix error message in Dumper:dump()Stig Bjørlykke1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-2/+4
2017-06-21Lua: Add "tonumber" method to NSTimeSilvio Gissi2-3/+15
2017-06-21cmake: allow building from a UNC source directoryMartin Kaiser1-2/+0
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1