aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2024-02-02wslua: Allow UInt64 to be passed as value to a boolean fieldJohn Thacker1-2/+11
2024-02-02Add some new expert info groups.Guy Harris3-16/+70
2024-01-22Lua: `DissectorTable.heuristic_new()` with descriptionDavid Perry1-4/+16
2024-01-20Undo some more double colonsMartin Mathieson2-9/+9
2024-01-20LUA: allow conversion from string to uint64 in any baseNardi Ivan1-1/+1
2023-12-14wslua: Add another exception for binary plugin subfoldersJoão Valverde1-0/+7
2023-12-08wslua: Add support for SPDX/URL/Description infoJoão Valverde3-22/+55
2023-12-08wslua: Add a scope field to lua plugin descriptionJoão Valverde2-18/+21
2023-12-06Draft: Make LTE Uu stats and graph work for NR tooMartin Mathieson1-1/+1
2023-12-05wslua: Fix loading "init.lua" in subdirectoriesJoão Valverde1-8/+14
2023-11-26prefs: Add prefs_register_dissector_preference()Stig Bjørlykke1-0/+2
2023-11-07epan: Initialize static proto values to 0Stig Bjørlykke1-92/+92
2023-11-01WSLua DissectorTable GUID SupportJason Tang1-3/+70
2023-10-30make-taps: compatible with Python 3.12Uli Heilmeier1-1/+1
2023-10-24Allow writing of PInfo.port_type in luaJosh Strohminger1-1/+2
2023-10-19Fixup vcpkg-export-20231017-1Gerald Combs1-1/+1
2023-09-12wslua_gui.c: Fix typo in TextWindow_new docsMoshe Kaplan1-1/+1
2023-09-11LUA custom packet callback: unreverse table of fieldsMartin Mathieson1-1/+1
2023-09-05wslua_gui.c: Clarify register_packet_menu() arguments Moshe Kaplan1-2/+2
2023-09-05wslua_gui.c: new_dialog() - update docs grammar Moshe Kaplan1-2/+2
2023-08-25wslua: Print syntax errors during compilationJoão Valverde1-0/+4
2023-08-25Fix Debian packaging and remove stale references to "init.lua"João Valverde7-16/+16
2023-08-23Lua: Load init.lua from plugins directoryJoão Valverde3-55/+31
2023-08-23Lua: Remove package.prepend_pathJoão Valverde1-39/+0
2023-08-23Remove "browser_sslkeylog.lua"João Valverde3-152/+0
2023-08-22wslua: Initialize useful constants in CJoão Valverde2-30/+48
2023-08-22wslua: Add deprecated initializations in CJoão Valverde4-30/+47
2023-08-22wslua: Refactor ByteArray integer methodsStig Bjørlykke1-257/+180
2023-08-22wslua: Refactor ByteArray integer methodsStig Bjørlykke1-96/+96
2023-08-21Lua: Print returned values in consoleJoão Valverde1-2/+38
2023-08-21Keep Lua console open and fix crash on Lua reloadJoão Valverde1-40/+49
2023-08-17epan: Remove obsolete "logger" funnel.h callbackJoão Valverde2-16/+0
2023-08-16Lua: Remove console.luaJoão Valverde4-109/+30
2023-08-16Qt: Add Lua console dialogJoão Valverde2-1/+128
2023-08-14Lua: Enable "Launch with SSLKEYLOGFILE" by defaultGerald Combs1-0/+1
2023-08-14Lua: Remove dtd_gen.luaJoão Valverde3-324/+0
2023-08-08fix documentationJonathan Landis1-8/+5
2023-08-08return value and offset in lua add_packet_fieldJonathan Landis1-0/+156
2023-08-08lua: calculate length after encoding changedXiaofeng Wang1-1/+1
2023-07-15[19131] wslua: make `pinfo.in_error_pkt` writableDavid Perry1-2/+6
2023-06-28Include errno.h in a few filesJohn Thacker3-0/+5
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-26dflter: Fix semantics of fvalue lengthJoão Valverde1-1/+1
2023-06-17Convert wmem to C99 typesGerald Combs1-1/+1
2023-06-14wslua: Catch more types of exceptionsJohn Thacker1-2/+4
2023-06-14Declare list in DissectorTable_heuristic_newPatrick Rauscher1-0/+1
2023-06-14Lua: add DissectorTable.heuristic_new() functionPatrick Rauscher1-0/+19
2023-06-13Lua: Add a browser SSLKEYLOG launch scriptGerald Combs2-0/+148
2023-06-12Fix lua FieldInfo sort orderingDanielle Church1-3/+3
2023-06-12CMake: Add option to download and build LuaJoão Valverde2-0/+8