aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Docs: wslua TreeItem class typoChuck Craft1-2/+2
2022-01-05range_string: follow-up of 893290cPascal Quantin1-2/+2
2021-12-27epan: Move time display types to field_display_eJoão Valverde2-24/+4
2021-12-19Fix stdio.h conversions to use the scanf macrosJoão Valverde1-2/+2
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde4-9/+9
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde2-8/+5
2021-11-30epan: Add header files to DoxygenMoshe Kaplan3-3/+3
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan3-6/+3
2021-11-15Qt: Make Lua dialogs children of the main window.Gerald Combs1-2/+2
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-21/+13
2021-11-11Lua is a proper name. Fix its capitalization.Gerald Combs2-3/+3
2021-10-21docs/tshark: proper name is lopsided CamelCase (TShark)Chuck Craft5-8/+8
2021-10-19wslua: Initialize Proto members on creationStig Bjørlykke1-3/+3
2021-10-03Lua: Make FileHandler seek_read() optionalStig Bjørlykke1-31/+62
2021-09-30Lua: Free FileHandler on deregisterStig Bjørlykke1-1/+18
2021-09-30Qt: Reload Lua FileHandler when having a capture fileStig Bjørlykke2-1/+12
2021-09-20Fix config.h include orderJoão Valverde9-3/+7
2021-09-14wslua: avoid global memory scopesEvan Huus4-15/+31
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde4-4/+4
2021-07-13lua: dialog with prefilled valuesDeveloper Alexander1-13/+52
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-4/+4
2021-07-07Use wtap_blocks for packet commentsDavid Perry4-26/+126
2021-06-21Lua: reconcile expert info groups; add PI_ASSUMPTIONChuck Craft2-2/+28
2021-06-21Lua: Add redissect_packets()Stig Bjørlykke1-0/+22
2021-06-17Replace usage of GLogLevel flags everywhereJoão Valverde2-4/+7
2021-06-16Replace g_log() calls with ws_log()João Valverde9-37/+38
2021-06-16wslua_tvb: fix documentation for reported_length_remaining().Guy Harris1-1/+1
2021-06-16wslua: a tvbuff doesn't have an "actual length".Guy Harris1-4/+14
2021-06-10Try to avoid -Wunused with vanishing macrosJoão Valverde1-1/+1
2021-05-24Add ws_debug() and use itJoão Valverde2-5/+5
2021-05-19wslua: Replace g_assert() with ws_assert()João Valverde8-14/+15
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris2-3/+3
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris1-2/+2
2021-04-28wslua: fix compilation with gcc 11Pascal Quantin1-1/+1
2021-04-28wslua: Fix crash on FieldInfo.range and FieldInfo.value for a nonexistent TVBMoshe Kaplan1-2/+10
2021-04-20[#17212] Define loading order for lua pluginsDavid Perry1-12/+41
2021-04-04wslua_utils: fix a memory leakNardi Ivan1-2/+2
2021-03-27wslua_tvb: correctly trim off the end of a tvbuff.Guy Harris1-2/+1
2021-03-26Lua: add DissectorTable.try_heuristics() functionDaniel Dulaney1-0/+30
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo2-4/+3
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris2-3/+1
2021-03-16Move still *more* headers outside of extern "C".Guy Harris1-2/+2
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris2-5/+5
2021-02-22Lua: add routines to return pcap/nsec pcap/pcapng file type/subtypes.Guy Harris1-1/+33
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-5/+267
2021-02-18CMake: Use target_include_directores more.Gerald Combs1-5/+3