aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2020-11-05wslua: Return nil from Dissector.get() when not foundStig Bjørlykke1-9/+8
2020-10-22wslua: Make pinfo.p2p_dir writableStig Bjørlykke1-2/+3
2020-10-19Lua: base64_decode: handle unpadded dataDavid Perry1-3/+10
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris3-65/+93
2020-10-13Revert "No need for a local lua_State * variable in file handler routines."Guy Harris1-54/+64
2020-10-13No need for a local lua_State * variable in file handler routines.Guy Harris1-64/+54
2020-10-02Clean up URLs.Guy Harris1-4/+4
2020-10-02Qt: point to Lua wiki page now on GitlabChuck Craft1-1/+1
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-0/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-1/+5
2020-08-04Lua: give better errors for more WTAP_ERR_ types from wtap_dump_open().Guy Harris1-2/+62
2020-07-01wslua: Include stdint.h on Windows.Gerald Combs1-7/+0
2020-06-25wslua: Add ability to query current temporary color filter textrbroker1-11/+53
2020-03-31wslua: Update the ByteArray and Tvb docs.Gerald Combs3-129/+159
2020-03-31wslua: Update the Int64 docs.Gerald Combs1-133/+183
2020-03-31wslua: Update the Dir and Utils docs.Gerald Combs2-52/+101
2020-03-30wslua: Cross-reference and title case fixes.Gerald Combs11-12/+12
2020-03-30wslua: Update the packet information docs.Gerald Combs1-7/+68
2020-03-30wslua: Update the TreeItem docs.Gerald Combs1-61/+108
2020-03-30wslua: Update the dissector docs.Gerald Combs4-134/+183
2020-03-30wslua: Update the Listener docs.Gerald Combs1-13/+28
2020-03-30wslua: Update the GUI docs.Gerald Combs1-67/+257
2020-03-25fix typo found by lintian (Uknown => Unknown)Alexis La Goutte1-1/+1
2020-03-24wslua: WSLUA_BIT_OP_FUNC macro already does return .Martin Mathieson1-6/+0
2020-03-16wslua: Fix crash on TvbRange:__tostring for a zero-length TVBMoshe Kaplan1-4/+7
2020-03-10Lua: Fix description for pinfo.dst_portMarkku Leiniö1-1/+1
2020-03-03LUA: remove duplicate wordsMoshe Kaplan3-3/+3
2019-12-18De-camel-ize "Wireshark" in a few places.Gerald Combs1-1/+0
2019-11-05funnel: Free callback dataStig Bjørlykke1-0/+1
2019-11-05funnel: Free callback dataStig Bjørlykke2-2/+10
2019-10-28wslua: Fix memleak of unregistered ProtoExpertStig Bjørlykke2-4/+20
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke2-1/+3
2019-10-16wslua: Improve parameter check in ProtoField.new()Stig Bjørlykke1-10/+24
2019-10-16wslua: Add ProtoField.char()Stig Bjørlykke1-4/+29
2019-10-15Lua: Use space for indentStig Bjørlykke1-6/+6
2019-10-14Lua: Support FT_CHAR in FieldStig Bjørlykke1-0/+1
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris29-29/+29
2019-07-22wslua: pinfo: make p2p_dir accessible to lua dissectorsMartin Kaiser2-0/+9
2019-07-21Lua: remove lua_data_handlePeter Wu3-7/+2
2019-06-16wslua: add a Proto parameter to DissectorTable.new()Martin Kaiser1-4/+10
2019-06-16wslua: clean up DissectorTable_new()Martin Kaiser1-27/+32
2019-06-14wslua: add support for ft_none dissector tablesMartin Kaiser1-2/+7
2019-05-26wslua: fix error handling for invalid dissector tableMartin Kaiser1-1/+1
2019-05-26wslua: print the correct type for FT_NONE dissector tablesMartin Kaiser1-0/+5
2019-05-20wslua(pinfo): fix typoAlexis La Goutte1-2/+2
2019-05-17Lua: define table.unpack for Lua 5.1 for compatibilityPeter Wu1-0/+8
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-9/+9
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs2-7/+7