aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_capture_info.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Fix Debian packaging and remove stale references to "init.lua"João Valverde1-3/+3
2023-03-21wiretap: rename the wtap_dumper field "encap" to "file_encap".Guy Harris1-2/+2
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft1-2/+2
2021-10-21docs/tshark: proper name is lopsided CamelCase (TShark)Chuck Craft1-2/+2
2021-09-20Fix config.h include orderJoão Valverde1-0/+1
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-21wslua: register attributes along with their classMartin Kaiser1-4/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-2/+2
2018-09-30Show the *per-file* encapsulation in the __tostring method.Guy Harris1-2/+2
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-2/+10
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-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2017-04-18Eliminate an unneded member of a wtap_dumper.Guy Harris1-2/+2
2017-03-27wslua: update a commentPascal Quantin1-1/+1
2016-07-14Redo the block options APIs.Guy Harris1-2/+2
2016-06-15capture info (wslua): Dereference of null pointerAlexis La Goutte1-0/+2
2016-06-14wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIREDPeter Wu1-4/+16
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-12/+12
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-2/+2
2016-02-23Making wiretap option blocks more generic.Michael Mann1-12/+13
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-1/+1
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-0/+513