asn2wrs: add VALS_ATTR section
[metze/wireshark/wip.git] / editcap.c
2019-01-09 Guy HarrisClarify the name and description for a link-layer encap...
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 HarrisAdd the VCS version number to the appname option if...
2018-12-07 Jaap KeuterPCAP/PCAPNG: Be consistent in documentation, etc
2018-11-20 Peter Wueditcap: add --inject-secrets option
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 HarrisGive an error if an output file isn't specified.
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-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-09-26 Gerald CombsMake systemd journal entries events.
2018-08-31 Nils Björklundeditcap: add seed option
2018-08-06 Alexis Greeneditcap: Add ability to skip radiotap header.
2018-06-28 Guy HarrisAdd macros to initialize nstime_t values and use them.
2018-06-27 Pascal Quantineditcap: move -I and -a options description to packet...
2018-06-22 Guy HarrisThe fractional part of a secs+nsecs time adjustment...
2018-06-22 Your Nameeditcap: ifix time shift with useconds carry
2018-05-09 Guy HarrisAlways explicitly set tm_isdst before calling mktime().
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-02-09 Guy HarrisRemove redundant members from wtap_syscall_header.
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-18 Guy HarrisDon't overwrite the struct wtap_pkthdr; copy and change...
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-11-14 Peter WuCMake,editcap: avoid noise with editcap -F and -T options
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-10-26 Gerald CombsCMake: Don't check for windows.h or winsock2.h.
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-26 Gerald CombsEditcap: Don't treat plain -F and -T as errors.
2017-09-25 Gerald CombsDocbook: Automatically generate the tools help output.
2017-07-17 Anthony CoddingtonERF_TYPE_META write and comment support
2017-06-03 Guy HarrisPass the file type, not the frame type, to cfile_dump_o...
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-20 Guy HarrisAdd common routines for command-line libwiretap error...
2017-04-18 Guy HarrisDon't close a wtap that you don't have open in the...
2017-04-15 Guy HarrisFix parsing of packet ranges.
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-02 Erik de JongRewrite dissectors to use Libgcrypt functions.
2017-02-22 Dario Lombardoeditcap: use single exit point.
2017-02-20 Gerald CombsYell at the user less.
2017-02-18 Dario Lombardowsutil: remove leaks from filesystem and plugins code.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-08 Jaap Keutereditcap: handle too short frames in frame comparison
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-24 Uli HeilmeierEditcap: Fix comparsion between signed and unsigned int
2016-09-11 Guy HarrisUse the get.*guint32() routines to get guint32s.
2016-09-11 Guy HarrisAllow a zero change offset in editcap.
2016-09-10 Peter Wueditcap: fix memleaks
2016-09-09 Guy HarrisFix copy-and-pasteo.
2016-09-08 Guy HarrisAdd get_ routines to get a guint32, and use them.
2016-09-08 Dario Lombardoeditcap: use ws_strtou/i functions.
2016-09-05 Guy HarrisUse get_positive_int() to parse signed positive arguments.
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-07-29 Dario Lombardoeditcap: fix typos
2016-07-26 Dario Lombardoeditcap: fix typos
2016-07-25 Dario Lombardoeditcap: fix typos
2016-07-21 Guy HarrisNo need to check for string option values being null.
2016-07-17 Michael MannFix printf style parameters complaints from VS Code...
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-23 John A. ThackerEditcap: Fix setting of max_packet_number
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-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-04-21 João ValverdeLink version code statically again
2016-04-13 Gerald CombsWindows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
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-09 Jaap KeuterRemove superfluous pointer checks (CID-280599, 280600...
2016-03-06 Guy HarrisProperly fetch the ethertype.
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-02-15 Jonas Falkevikeditcap: flag for ignore vlan duplication removal
2016-02-12 Guy HarrisAdjust time stamps even if the secs value of the time...
2016-01-23 Guy HarrisMore structure assignments for nstime_t.
2016-01-16 Alexis La Gouttefix spelling-error-in-binary found by lintian
2016-01-15 Michael Mann[editcap] Pacify OS X buildbot.
2016-01-14 Matej Košík[editcap] Remove excess parsing when packets are kept.
2016-01-14 Michael Mann[editcap] Bugfix tree compare function.
2016-01-06 Guy HarrisClean up more includes of wtap.h.
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
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-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-09-28 Dario Lombardoeditcap/reordercap: rename time to frame_time.
2015-08-28 Guy HarrisHave separate variables for read and write errors.
2015-08-18 Hadriel KaplanPcapng: clean up Section Header Block handling
2015-08-12 Dario Lombardoeditcap: add change offset.
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
next