debug keys
[metze/wireshark/wip.git] / mergecap.c
2018-10-08 Guy HarrisBring back arg_list_utf_16to8(), but have it just do...
2018-10-07 Guy HarrisUse wsetargv.obj, and wmain() rather than main(), on...
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-05 Guy HarrisSpeak of records, not packets.
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-04-29 Guy HarrisEliminate some double-frees.
2017-04-20 Pascal Quantinmergecap: remove a now useless variable
2017-04-20 Guy HarrisTake the error message generation out of the merge_file...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-02-22 Dario Lombardomergecap: free memory on shutdown.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
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-12-04 Guy HarrisHave separate merge APIs for regular file/temporary...
2016-09-11 Guy HarrisMore signed vs. unsigned argument cleanups.
2016-09-10 Peter WuFix version-string releated memleak for some CLI tools
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-08-10 Guy HarrisRemove unneeded include.
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 warnings/errors of type -Wused-but-marked-unused
2016-03-26 Daniël van EedenFix compile errors when compiling w/o zlib
2016-03-06 Guy HarrisTo see whether a string equals another string, just...
2016-03-03 Guy HarrisWe need to include <wsutil/privileges.h> for those...
2016-03-03 Guy HarrisAdd missing initialization calls.
2016-03-03 Michael MannRefactor wiretap option block types into a registration...
2016-01-06 Guy HarrisClean up more includes of wtap.h.
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-11-11 Pascal QuantinUpdate user guide for development release
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-08-18 Hadriel KaplanImprove file merging for mergecap and wireshark
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-06-25 Pascal Quantinmergecap: check input files time precision before expor...
2015-05-10 Pascal Quantinmergecap: fix merge of files with different encapsulati...
2015-02-28 Guy HarrisRemove some unneeded includes of <sys/time.h>.
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' 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-22 Alexis La GoutteFix The left operand of '!=' is a garbage value issue...
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 HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
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-10-29 Guy HarrisRename the strnatcmp.c routines and make them use the...
2014-09-22 Evan HuusEnsure pcapng application name is always dynamically...
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-07-03 Guy HarrisUse get_*_int() from wsutil, rather than defining our...
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-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Hadriel KaplanFix mergecap.c: Dereference of null pointer (clang...
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-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-21 Guy HarrisCheck the return of wtap_dump_close() even if we've...
2014-01-03 Bill MeierFor -h option: output to stdout and exit(0) as per...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-09-06 Chris MaynardWhitespace cleanup, sort options, add modelines.
2013-07-16 Jeff MorrissMove merge.{h,c} into wiretap: these modules use wireta...
2013-07-16 Jeff MorrissMove strnatcmp.{h,c} from epan into wsutil: there's...
2013-07-10 Chris MaynardAdd strnatcmp by Martin Pool for 'natural order' string...
2013-03-10 Michael TüxenOnly cast the variable after checking it.
2013-03-05 Anders BromanUse explicit casts.
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-05-10 Martin MathiesonAvoid needlessly shadowing another variable.
2012-04-25 Michael TüxenFix typo.
2012-04-25 Michael TüxenFix copy and paste error.
2012-04-25 Michael TüxenFix compilation. While there, remove some trailing...
2012-04-25 Anders Bromanuse in_files->filename
2012-04-25 Anders BromanAdd some info in SHB if writing a pcap-ng file.
2012-01-23 Anders BromanFrom Michael Mann:
2011-12-22 Chris MaynardAlphabetize the list of encapsulation types via "mergec...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-11-30 Chris MaynardHopefully clarify usage a bit to indicate multiple...
2011-11-30 Chris MaynardFrom Eugene Bogush: Initialize read_err to 0 so mergeca...
2011-11-21 Guy HarrisOn an I/O error, merge_read_packet() and merge_append_r...
2011-11-19 Guy HarrisWhen reporting "sorry, *this* packet can't be written...
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-20 Gerald CombsHave mergecap, tshark, and editcap write pcap-ng files...
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
next