aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-17wiretap: more work on file type/subtypes.Guy Harris6-146/+51
2021-02-15Be more strict about opening URLs.Gerald Combs1-1/+17
2021-02-15CMake: Make sure system headers are treated as such.Gerald Combs1-0/+5
2021-02-14wiretap: register most built-in file types from its module.Guy Harris3-4/+142
2021-02-13WSDG: deprecate wtap_filetypes.Guy Harris2-7/+16
2021-02-13wiretap: file types have a name and a description.Guy Harris4-34/+34
2021-02-12wslua: expose some libwiretap APIs in Lua.Guy Harris2-0/+86
2021-02-05wslua: explain, in a comment, how .init routines work for a Proto.Guy Harris1-1/+24
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan9-18/+18
2020-12-08Lua: Add get_preference() and set_preference() utility functions.Stig Bjørlykke1-0/+218
2020-12-06Fix reported_len in Lua framewark when creating tvb from range.George Powers1-1/+2
2020-12-04Lua: Improve Listener error handlingStig Bjørlykke4-14/+44