| Commit message (Expand) | Author | Age | Files | Lines |
* | PCAP/PCAPNG: Be consistent in documentation, etc | Jaap Keuter | 2018-12-07 | 1 | -2/+6 |
* | Don't use dladdr() to get a pathname for the current executable(). | Guy Harris | 2018-10-08 | 1 | -1/+1 |
* | Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping. | Guy Harris | 2018-10-08 | 1 | -7/+4 |
* | Use wsetargv.obj, and wmain() rather than main(), on Windows. | Guy Harris | 2018-10-07 | 1 | -5/+22 |
* | replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. | Dario Lombardo | 2018-02-08 | 1 | -1/+1 |
* | Speak of records, not packets. | Guy Harris | 2018-02-05 | 1 | -1/+1 |
* | wiretap: add a parameter to wtap_init() indicating whether plugins must be lo... | Pascal Quantin | 2018-01-09 | 1 | -1/+1 |
* | Refactor plugin registration and loading | João Valverde | 2017-12-14 | 1 | -19/+1 |
* | Start using SPDX license identifiers. | Gerald Combs | 2017-11-09 | 1 | -13/+1 |
* | Rename "ws_version_info.h", also .c | João Valverde | 2017-09-26 | 1 | -1/+1 |
* | Eliminate some double-frees. | Guy Harris | 2017-04-29 | 1 | -2/+0 |
* | mergecap: remove a now useless variable | Pascal Quantin | 2017-04-20 | 1 | -2/+0 |
* | Take the error message generation out of the merge_files routines. | Guy Harris | 2017-04-20 | 1 | -13/+26 |
* | Clean up handling of enabled/disabled protocols/heuristic dissectors. | Guy Harris | 2017-04-08 | 1 | -4/+6 |
* | mergecap: free memory on shutdown. | Dario Lombardo | 2017-02-22 | 1 | -0/+4 |
* | wiretap: add cleanup routine. | Dario Lombardo | 2017-02-14 | 1 | -8/+15 |
* | Clean up initialization code for programs. | Guy Harris | 2016-12-05 | 1 | -19/+22 |
* | Have a routine to do all the work of initializing libwiretap. | Guy Harris | 2016-12-04 | 1 | -4/+2 |
* | Have separate merge APIs for regular file/temporary file/standard output. | Guy Harris | 2016-12-04 | 1 | -20/+18 |
* | More signed vs. unsigned argument cleanups. | Guy Harris | 2016-09-11 | 1 | -2/+2 |
* | Fix version-string releated memleak for some CLI tools | Peter Wu | 2016-09-10 | 1 | -0/+4 |
* | Have scan_plugins() take an argument specify what to do on load failures. | Guy Harris | 2016-09-05 | 1 | -7/+11 |
* | Remove unneeded include. | Guy Harris | 2016-08-10 | 1 | -1/+0 |
* | Link version code statically again | João Valverde | 2016-04-21 | 1 | -1/+1 |
* | Include ws_diag_control.h in config.h | João Valverde | 2016-04-04 | 1 | -1/+0 |
* | Move zlib version check to wsutil | João Valverde | 2016-04-03 | 1 | -38/+2 |
* | Fix warnings/errors of type -Wused-but-marked-unused | Joerg Mayer | 2016-03-28 | 1 | -1/+6 |
* | Fix compile errors when compiling w/o zlib | Daniël van Eeden | 2016-03-26 | 1 | -1/+1 |
* | To see whether a string equals another string, just use strcmp(). | Guy Harris | 2016-03-06 | 1 | -1/+1 |
* | We need to include <wsutil/privileges.h> for those functions. | Guy Harris | 2016-03-03 | 1 | -0/+1 |
* | Add missing initialization calls. | Guy Harris | 2016-03-03 | 1 | -1/+8 |
* | Refactor wiretap option block types into a registration system. | Michael Mann | 2016-03-03 | 1 | -0/+43 |
* | Clean up more includes of wtap.h. | Guy Harris | 2016-01-06 | 1 | -1/+2 |
* | Remove -Wwrite-strings compiler flag | João Valverde | 2015-12-12 | 1 | -4/+2 |
* | Update user guide for development release | Pascal Quantin | 2015-11-11 | 1 | -1/+1 |
* | Clean up includes of unistd.h, fcntl.h, and sys/stat.h. | Guy Harris | 2015-11-07 | 1 | -8/+0 |
* | Improve file merging for mergecap and wireshark | Hadriel Kaplan | 2015-08-18 | 1 | -336/+127 |
* | Pcapng: support Name Resolution Block options | Hadriel Kaplan | 2015-08-06 | 1 | -1/+1 |
* | mergecap: check input files time precision before exporting to pcapng format | Pascal Quantin | 2015-06-25 | 1 | -2/+39 |
* | mergecap: fix merge of files with different encapsulation types | Pascal Quantin | 2015-05-10 | 1 | -1/+52 |
* | Remove some unneeded includes of <sys/time.h>. | Guy Harris | 2015-02-28 | 1 | -4/+0 |
* | Suppress a bunch of cast-qual warnings. | Gerald Combs | 2015-02-20 | 1 | -2/+5 |
* | (Trivial) Fix printf-related 'Mismatch on sign' warnings | Bill Meier | 2015-02-09 | 1 | -1/+1 |
* | Do the full string in get_{compiled,runtime}_version_info(). | Guy Harris | 2014-12-31 | 1 | -6/+4 |
* | Move the version_info.c stuff to wsutil/ws_version_info.c. | Guy Harris | 2014-12-31 | 1 | -2/+0 |
* | Only include <wsutil/os_version_info.h> if we need it. | Guy Harris | 2014-12-25 | 1 | -1/+0 |
* | Check for getopt_long(), not getopt(). | Guy Harris | 2014-12-25 | 1 | -1/+1 |
* | Move twelve show_version() functions from the varoius programs and | Stephen Fisher | 2014-12-24 | 1 | -16/+1 |
* | Fix The left operand of '!=' is a garbage value issue found by Clang Analyzer | Alexis La Goutte | 2014-12-22 | 1 | -1/+1 |
* | Make sure err_info is always set, and print it iff it's non-null. | Guy Harris | 2014-12-18 | 1 | -11/+3 |