lbmr: restore removed code.
[metze/wireshark/wip.git] / editcap.c
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
2015-06-26 Martin Mathiesoneditcap: allow command-line option to set comments...
2015-06-21 Martin Mathiesoneditcap: split usage output so won't wrap in cmd.exe...
2015-06-21 Martin Mathiesoneditcap: trivial changes while looking into the -L...
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-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
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 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-28 Guy HarrisSupport nanosecond-resolution time stamp adjustment.
2014-09-22 Evan HuusEnsure pcapng application name is always dynamically...
2014-09-20 kardamAdd -I option in editcap to extend Duplicate packet...
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-06 Guy HarrisClean up handling of missing functions.
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-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisMore checks for the presence of a time stamp.
2014-05-23 Guy HarrisDon't assume all packets have 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-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-26 Alexis La GoutteDrop support of Visual Studio 2005
2014-01-23 Bill MeierGiven that we allow the 'outfile file' to be stdout...
2014-01-23 Bill Meierprintf(...) --> fprintf(stderr,...) (in a commented...
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-17 Martin KaiserFrom Toralf Förster
2014-01-03 Bill MeierFor '-h' option: exit(0) as per convention;
2013-12-23 Bill MeierFrom Ville Skyttä: Spelling Fixes
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-15 Chris MaynardFix chopping when offset is 0. Fixes https://bugs...
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-10-29 Martin KaiserFrom Peter Wu
2013-09-16 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-09 Chris MaynardRemove a leftover #if 0 block.
2013-09-09 Chris MaynardFix the "crossed chopping region" problem. Also, move...
2013-09-09 Chris MaynardThe file was a weird mix of 2 and 4 indent so use a...
2013-09-09 Chris MaynardOK, allow either positive or negative offsets no matter...
2013-09-08 Chris MaynardSpecify the optional offset as a positive value, regard...
2013-09-08 Chris MaynardAllow an optional offset to be specified when chopping...
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-16 Jeff MorrissMove strnatcmp.{h,c} from epan into wsutil: there's...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-12 Chris MaynardAllow -C <choplen> to be used more than once so it...
2013-07-10 Chris MaynardAdd -L option to allow adjustment of original frame...
next