aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Lua: add FT_PROTOCOL as a ProtoField typeHadriel Kaplan1-3/+24
2015-08-16make-taps.pl: Remove duplicate slash in pathnameJoão Valverde1-1/+1
2015-08-15Lua: Free true_false_string values at reloadStig Bjørlykke1-3/+7
2015-08-14Free all hfi->strings in free_deregister_fieldStig Bjørlykke1-16/+0
2015-08-12Lua: Moved deregister out of wslua_cleanupStig Bjørlykke1-8/+8
2015-08-11Lua: Remove unneeded call in wslua_cleanupStig Bjørlykke1-1/+0
2015-08-11Added Reload Lua plugins.Stig Bjørlykke13-89/+324
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-4/+4
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan4-19/+19
2015-07-23Lua: add plugin version infoHadriel Kaplan3-6/+101
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-13Change Lua's tvbrange:*int64() to read only the number of bytes specified inCédric Delmas1-18/+46
2015-07-13Lua: all protocol tree entries expand/contract togetherHadriel Kaplan1-1/+5
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+2
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan22-5309/+6082
2015-07-11Lua: fix docs and default base for ProtoField.framenum()Hadriel Kaplan1-3/+4
2015-07-10wslua_tree: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+2
2015-07-09Lua: add functions for more field informationHadriel Kaplan8-75/+498
2015-07-07Qt: Add initial Lua support.Gerald Combs2-8/+8
2015-07-04Lua: split init/cleanup routinesHadriel Kaplan1-1/+18
2015-06-22Fix "Unescaped left brace in regex is deprecated"Peter Wu1-1/+1
2015-06-09Don't try to clean up uninitialized Lua and crashBalint Reczey1-2/+4
2015-05-05Revert "Try to please both GCC (the compiler, not me) and clang."Gerald Combs2-14/+0
2015-05-05Try to please both GCC (the compiler, not me) and clang.Gerald Combs2-0/+14
2015-03-20(Benign) Fix warning [-Werror=logical-not-parentheses] (GCC 5.0.0)Bill Meier1-2/+2
2015-03-12CMake: Update wslua build and test.Gerald Combs4-73/+96
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs3-5/+5
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+2
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier12-76/+229
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2015-02-04Simplify how we find Lua and expand the places we look.Jeff Morriss1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan5-20/+192
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan1-3/+8
2015-01-24Get Wireshark to compile with afl-gcc.Gerald Combs1-2/+2
2015-01-23Fix some WsLua documentation errorsHadriel Kaplan2-9/+34
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris12-73/+73
2015-01-22Get us building with the subdir-objects automake option.Jeff Morriss2-33/+48
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris2-5/+8
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+7
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-1/+1
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan7-41/+38
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-3/+3
2015-01-04Lua: replace proto_tree_add_text callsHadriel Kaplan3-3/+31
2015-01-03Lua: replace deprecated functionsHadriel Kaplan4-15/+12
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+2
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-3/+5
2015-01-01Lua: FieldInfo '==' check isn't really equalityHadriel Kaplan1-12/+10
2014-12-31wslua field: fix Copy-paste error (CID 1158590 & 1158589)Alexis La Goutte1-2/+2