fix for netmon 3.x captures
[metze/wireshark/wip.git] / reordercap.c
2019-01-02 Peter Wucli_main: remove real_main from stack traces for non...
2019-01-01 Guy HarrisMove some command-line-oriented routines from wsutil...
2018-12-13 Guy HarrisMove more version-info-related stuff to version_info.c.
2018-12-13 Guy HarrisPut the main() and wmain() routines for CLI programs...
2018-12-12 Guy HarrisProperly convert command-line arguments to UTF-8 on...
2018-11-16 Guy HarrisUse an enum for compression types in various interfaces.
2018-11-16 Guy HarrisUse the dump parameters structure for non-pcapng-specif...
2018-11-13 Guy HarrisDon't have _ng versions of the dumper open routines.
2018-11-12 Peter Wuwiretap: refactor common parameters for pcapng dump...
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-11 Pascal Quantinreordercap: initialize command-line argument errors...
2017-04-20 Guy HarrisHave separate routines for open-for-reading and open...
2017-04-20 Guy HarrisMake the command-line and alert-box failure messages...
2017-04-20 Guy HarrisUse the new cfile_XXX_failure_message() routines more...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-28 Pascal Quantinreordercap: use the snaplen from the source file
2017-02-22 Dario Lombardoreordercap: free memory on exit
2017-02-20 Gerald CombsYell at the user less.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-01-08 Dario LombardoFix exit code for non-existent file.
2016-12-05 Guy HarrisClean up initialization code for programs.
2016-12-04 Guy HarrisHave a routine to do all the work of initializing libwi...
2016-09-10 Peter Wureordercap: fix memleak on exit
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-01 Michael MannAdd data structures necessary to support multiple Name...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-04-21 João ValverdeLink version code statically again
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-03 João ValverdeMove zlib version check to wsutil
2016-03-28 Joerg MayerFix -Wused-but-marked-unused warning/error
2016-03-26 Daniël van EedenFix compile errors when compiling w/o zlib
2016-03-22 Gerald CombsFix randpkt and reordercap.
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-01-06 Guy HarrisClean up more includes of wtap.h.
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-11-17 Evan HuusMisc minor issues caught by cppcheck
2015-11-11 Pascal QuantinUpdate user guide for development release
2015-11-10 Guy HarrisSkip only the actual file descriptor close when writing...
2015-11-10 Guy HarrisTreat "-" as "standard input" in the CLI, not in libwir...
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-09-28 Dario Lombardoeditcap/reordercap: rename time to frame_time.
2015-08-18 Hadriel KaplanPcapng: clean up Section Header Block handling
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-25 Guy HarrisOnly include <wsutil/os_version_info.h> if we need it.
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-10-28 Guy HarrisGet rid of unnecessary include of <wsutil/strnatcmp.h>.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-03 Guy HarrisMake --help and --version information a bit more uniform.
2014-07-03 Guy HarrisMore getopt_long, to add --help and --version support.
2014-06-21 Jeff MorrissAdd command-line argument to request the version to...
2014-06-04 Michal LabedzkiGuarantee that open routines are initialized
2014-05-23 Guy HarrisMore handling of missing time stamps.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-27 Hadriel KaplanFix bug9931 'Encapsulated ethernet packets sometimes...
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-15 Guy HarrisFun and games with const.
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-31 Bill MeierAdd -h option (with output to stdout and exit status 0).
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-07-26 Guy HarrisGive more detailed diagnostics for errors.
2013-07-26 Guy HarrisSend error messages to the standard error, and include...
2013-06-19 Pascal QuantinPreserve summary information when reordering a file
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-03-20 Bill Meier From beroset:
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-04 Martin MathiesonThis is basically a rewrite from Jakub Zawadzki.
2012-10-03 Martin MathiesonAdd a command-line option to control how large the...
2012-09-26 Evan HuusFix some signed/unsigned mismatches caught by cppcheck.
2012-09-24 Martin MathiesonFix count of out-of-order frames reported at end of...
2012-09-24 Martin MathiesonFix for bug 7746 (from Jim Young)
2012-09-20 Martin MathiesonTurn off debug.
2012-09-20 Martin MathiesonAdd a new console wiretap program to reorder the frames...