aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-05New Lua function TreeItem:referenced(ProtoField | Dissector).Rado Radoulov1-0/+32
2017-04-18Eliminate an unneded member of a wtap_dumper.Guy Harris1-2/+2
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-0/+10
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-27wslua: update a commentPascal Quantin1-1/+1
2017-03-15Lua: Add absolute time base valuesStig Bjørlykke2-5/+33
2017-03-15Lua: Merge sep and str tables into baseStig Bjørlykke3-45/+22
2017-03-14Lua: Check for no table in ProtoField unit stringStig Bjørlykke1-18/+33
2017-03-14Lua: Improve base checking for signed integerStig Bjørlykke1-9/+9
2017-03-14Lua: Layout cleanup in init.luaStig Bjørlykke2-20/+20
2017-03-13Lua: Base must be base.DEC or base.UNIT_STRING for signed integerStig Bjørlykke1-11/+11
2017-03-07lua: improve FileHandler:[seek_]read behavior and documentationPeter Wu1-12/+37
2017-02-27wslua: fix documentation of Struct.fromhexPeter Wu1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann2-10/+10
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