aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_dumper.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-14Lua: Default Dumper to pcapngJohn Thacker1-8/+21
2024-05-26lua: Fix leaks when reloading pluginsJohn Thacker1-0/+3
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-1/+1
2024-04-01Lua: Convert to C99 typesGerald Combs1-20/+20
2023-08-25Fix Debian packaging and remove stale references to "init.lua"João Valverde1-3/+3
2022-07-20wslua: Capitalize words in our markup.Gerald Combs1-1/+1
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-2/+2
2021-09-14wslua: avoid global memory scopesEvan Huus1-1/+1
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 Valverde1-1/+1
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-4/+4
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-9/+10
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-2/+2
2021-02-13WSDG: deprecate wtap_filetypes.Guy Harris1-2/+11
2021-02-13wiretap: file types have a name and a description.Guy Harris1-10/+10
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-8/+40
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-03-30wslua: Cross-reference and title case fixes.Gerald Combs1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+5
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-2/+2
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-7/+6
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-2/+6
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-26/+34
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-2/+2
2017-08-05Lua: Check for PseudoHeader.noneStig Bjørlykke1-1/+3
2017-08-05Lua: Fix error message in Dumper:dump()Stig Bjørlykke1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-2/+4
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-4/+3
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+12
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-14/+14
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-3/+5
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-6/+30
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-10/+2
2014-06-18Convert the obvious emem to wmem in lua code.Evan Huus1-2/+2
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+5
2014-05-09Revert "Refactor Wiretap"Guy Harris1-3/+3
2014-05-09Refactor WiretapMichael Mann1-3/+3
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-14/+22
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-7/+20
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-2/+2