aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tree.c
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 Harris1-6/+23
2023-08-25Fix Debian packaging and remove stale references to "init.lua"João Valverde1-1/+1
2023-08-08fix documentationJonathan Landis1-8/+5
2023-08-08return value and offset in lua add_packet_fieldJonathan Landis1-0/+156
2023-01-04Support `FT_CHAR` in Lua `TreeItem_add_item_any()`David Perry1-0/+1
2022-06-22wsdg: escape tick marks after backtick; fix typoChuck Craft1-2/+2
2022-04-25wslua: another fix for -Werror=clobberedPeter Lemenkov1-1/+1
2022-01-28Docs: wslua TreeItem class typoChuck Craft1-2/+2
2021-10-21docs/tshark: proper name is lopsided CamelCase (TShark)Chuck Craft1-2/+2
2021-09-14wslua: avoid global memory scopesEvan Huus1-6/+6
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-03-30wslua: Cross-reference and title case fixes.Gerald Combs1-1/+1
2020-03-30wslua: Update the TreeItem docs.Gerald Combs1-61/+108
2019-10-15Lua: Use space for indentStig Bjørlykke1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-5/+5
2019-01-21wslua: register attributes along with their classMartin Kaiser1-2/+1
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-5/+9
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-03Clean up addition of FT_IPv{4,6} fields.Guy Harris1-2/+10
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-05-05New Lua function TreeItem:referenced(ProtoField | Dissector).Rado Radoulov1-0/+32
2016-11-22lua: Allow FT_ETHER protofields to be inserted in TreeItems.Franklin "Snaipe" Mathieu1-0/+10
2016-10-25lua: Added support for FT_IPv6 fieldsSnaipe1-2/+20
2016-10-18wslua: Do not crash on the root tree itemPeter Wu1-2/+3
2016-07-04wslua: fail on tree:add(nil)Peter Wu1-0/+2
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-1/+1
2016-02-09Lua: Check out-of-bounds before tvb_strsize()Stig Bjørlykke1-4/+13
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-0/+1
2015-11-14Lua: Disallow ProtoField FRAMENUM to fetch from Tvb.Stig Bjørlykke1-0/+4
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+1
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan1-5/+5
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 Kaplan1-15/+188
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+13
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-8/+12
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-3/+3
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-8/+6
2015-01-04Lua: replace proto_tree_add_text callsHadriel Kaplan1-1/+8
2014-12-28Create FT_FCWWN field type.Michael Mann1-0/+2
2014-11-09Convert the Lua reference to AsciiDoc.Gerald Combs1-2/+2
2014-10-09Lua: Improved TreeItem:add documentation.Stig Bjørlykke1-9/+13
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-0/+22
2014-04-16Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-4/+4
2014-04-14Fix typo and make buildbot doc happyAlexis La Goutte1-1/+1
2014-04-14Try to make happy Ubuntu BuildbotAlexis La Goutte1-3/+3
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-6/+129
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan1-19/+65
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-6/+97