Avoid adding -pie on older cmake versions
[metze/wireshark/wip.git] / editcap.c
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...
2013-07-10 Chris MaynardAdd strnatcmp by Martin Pool for 'natural order' string...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-03-20 Bill Meier From beroset:
2013-03-07 Gerald CombsFrom Balint:
2013-03-05 Anders BromanUse explicit casts.
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-14 Jeff MorrissPrevious commit put a little too much of the README...
2013-01-14 Jeff MorrissIn response to ask.wireshark.org/questions/17660/licenc...
2013-01-04 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-15 Anders BromanFrom Jim Young:
2012-10-09 Anders BromanFrom Bill Parker:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-09 Evan HuusMake count variable in editcap unsigned, fixes more...
2012-07-16 Martin MathiesonFix a copy+paste error ('capinfos' appearing in error...
2012-06-15 Anders BromanTry to fix pcap-ng - most files created by editcap...
2012-03-14 Jeff MorrissDon't free idb_inf in wtap_dump_open_ng(): free it...
2012-03-13 Anders BromanFrom Jose Pedro Oliveira:
2012-03-13 Anders BromanA modified version of "pcapng: shd_userappl in newly...
2012-03-12 Anders BromanFree idb_inf and shb_hdr when done.
2012-03-03 Guy HarrisUse wtap_dump_open_ng(), so we preserve all the interfa...
2012-02-24 Bill MeierRevert SVN #40866 (which used g_fprintf() in place...
2012-02-05 Anders BromanFrom Alexander Koeppe:
2012-01-23 Anders BromanFrom Michael Mann:
2012-01-15 Jörg MayerRename crypt-xxx to xxx
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
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-07-21 Jeff MorrissRemove the snaplen check added in r37633: the change...
2011-07-20 Martin MathiesonDon't sanity-check snaplen against frame length if...
2011-06-23 Stig BjørlykkeProhibited APIs: strncpy -> g_strlcpy.
2011-06-20 Gerald CombsHave mergecap, tshark, and editcap write pcap-ng files...
next