aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_frame_info.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20Fix config.h include orderJoão Valverde1-0/+1
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-13/+111
2021-06-16Replace g_log() calls with ws_log()João Valverde1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-26wslua_file_handler: fix leak of opt_commentPeter Wu1-1/+1
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+1
2019-01-21wslua: register attributes along with their classMartin Kaiser1-4/+2
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+2
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-1/+4
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-46/+46
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+2
2016-07-26Use ws_g_warning in wslua.Michael Mann1-2/+3
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-2/+2
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-0/+415