aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
Commit message (Expand)AuthorAgeFilesLines
* reordercap: initialize command-line argument errors functionsPascal Quantin2017-09-111-2/+13
* Have separate routines for open-for-reading and open-for-writing errors.Guy Harris2017-04-201-4/+3
* Make the command-line and alert-box failure messages more similar.Guy Harris2017-04-201-2/+3
* Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris2017-04-201-32/+16
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-081-4/+6
* reordercap: use the snaplen from the source filePascal Quantin2017-03-281-2/+2
* reordercap: free memory on exitDario Lombardo2017-02-221-0/+4
* Yell at the user less.Gerald Combs2017-02-201-1/+1
* wiretap: add cleanup routine.Dario Lombardo2017-02-141-8/+20
* Fix exit code for non-existent file.Dario Lombardo2017-01-081-1/+1
* Clean up initialization code for programs.Guy Harris2016-12-051-23/+27
* Have a routine to do all the work of initializing libwiretap.Guy Harris2016-12-041-4/+2
* reordercap: fix memleak on exitPeter Wu2016-09-101-2/+6
* Have scan_plugins() take an argument specify what to do on load failures.Guy Harris2016-09-051-7/+11
* Redo the block options APIs.Guy Harris2016-07-141-6/+6
* Add data structures necessary to support multiple Name Resolution blocks.Michael Mann2016-06-011-7/+7
* Add data structures necessary to support multiple Section Header blocks.Michael Mann2016-06-011-7/+7
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Move zlib version check to wsutilJoão Valverde2016-04-031-37/+2
* Fix -Wused-but-marked-unused warning/errorJoerg Mayer2016-03-281-1/+6
* Fix compile errors when compiling w/o zlibDaniël van Eeden2016-03-261-1/+1
* Fix randpkt and reordercap.Gerald Combs2016-03-221-0/+51
* Making wiretap option blocks more generic.Michael Mann2016-02-231-8/+9
* Clean up more includes of wtap.h.Guy Harris2016-01-061-1/+1
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-4/+2
* Misc minor issues caught by cppcheckEvan Huus2015-11-171-1/+1
* Update user guide for development releasePascal Quantin2015-11-111-1/+1
* Skip only the actual file descriptor close when writing to stdout.Guy Harris2015-11-101-2/+2
* Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris2015-11-101-3/+9
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* editcap/reordercap: rename time to frame_time.Dario Lombardo2015-09-281-6/+6
* Pcapng: clean up Section Header Block handlingHadriel Kaplan2015-08-181-4/+4
* Pcapng: support Name Resolution Block optionsHadriel Kaplan2015-08-061-3/+10
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-1/+4
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-6/+4
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-311-2/+0
* Only include <wsutil/os_version_info.h> if we need it.Guy Harris2014-12-251-1/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-241-16/+1
* Make sure err_info is always set, and print it iff it's non-null.Guy Harris2014-12-181-26/+7
* WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris2014-12-181-6/+0
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-3/+17
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-3/+3
* Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris2014-12-011-11/+12
* Get rid of unnecessary include of <wsutil/strnatcmp.h>.Guy Harris2014-10-281-1/+0
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-3/+3
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-24/+76