aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-16/+5
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+2
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+7
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-2/+2
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-11/+21
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2020-12-22Let the CLI programs tell about how to show their versionJaap Keuter1-0/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-5/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-2/+2
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-10/+11
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-27/+4
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-19/+2
2018-12-12Properly convert command-line arguments to UTF-8 on Windows.Guy Harris1-2/+20
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-11/+9
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-4/+4
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-16/+9
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-13/+13
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-18/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-14/+1
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-11reordercap: initialize command-line argument errors functionsPascal Quantin1-2/+13
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-4/+3
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris1-2/+3
2017-04-20Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris1-32/+16
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+6
2017-03-28reordercap: use the snaplen from the source filePascal Quantin1-2/+2
2017-02-22reordercap: free memory on exitDario Lombardo1-0/+4
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-8/+20
2017-01-08Fix exit code for non-existent file.Dario Lombardo1-1/+1
2016-12-05Clean up initialization code for programs.Guy Harris1-23/+27
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-10reordercap: fix memleak on exitPeter Wu1-2/+6
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-7/+11
2016-07-14Redo the block options APIs.Guy Harris1-6/+6
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-7/+7
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-7/+7
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-37/+2