#if 0 (with XXX comment) use of try_conversion(); Also: do misc cosmetic changes.
[metze/wireshark/wip.git] / dumpcap.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-27 Hadriel KaplanFix dumpcap.c: Assigned value is garbage or undefined...
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-17 Martin KaiserFrom Toralf Förster
2014-01-17 Anders BromanFix [-Wmissing-prototypes]
2013-12-20 Jakub ZawadzkiChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-17 Bill MeierFrom "bd": Fix " Wireshark stops showing new packets...
2013-12-02 Chris MaynardSpecify SI units for the max filesize autostop conditio...
2013-11-29 Jakub ZawadzkiReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-26 Guy HarrisReport the interface when an open or an attempt to...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
2013-11-04 Anders BromanPrint if_dropped
2013-09-29 Guy HarrisRename routines that write pcap-ng files to "pcapng_xxx...
2013-09-29 Guy HarrisWe always write to a FILE *, so:
2013-08-29 Chris MaynardHandle the 2GiB boundary case of the max filesize autos...
2013-08-25 Gerald CombsCheck our recently-added signal pipe in statistics...
2013-08-23 Anders BromanOutput a warning about kernel BPF JIT compiler beeing...
2013-08-23 Anders BromanOutput a warning about kernel BPF JIT compiler beeing...
2013-08-22 Martin Kaiserfix compiler warning on Debian wheezy (gcc 4.7.2)
2013-08-22 Guy HarrisOnly enable the Linux kernel BPF JIT compiler if we...
2013-08-22 Anders BromanEnable Kernel BPF JIT compiler from dumpcap.
2013-08-14 Guy HarrisI guess Solaris's getopt_long() "struct option" declara...
2013-08-10 Alexis La GoutteFix error when build with clang 3.0
2013-07-29 Chris MaynardTrivial: Wrap text at column 80.
2013-07-27 Martin Kaiserif we capture on multiple interfaces, the output file...
2013-07-27 Martin Kaisercommand line option --capture-comment for dumpcap
2013-07-27 Martin Kaiseruse capture_comment from the capture_options structure
2013-07-24 Martin Kaiseruse getopt_long() in dumpcap
2013-07-16 Chris Maynard"man inet_pton" only says that it returns a negative...
2013-07-15 Chris MaynardC++ style comments are not allowed in ISO C90. (Fixes...
2013-07-15 Chris MaynardTrivial: C++ style comments are not allowed in ISO...
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-04 Anders BromanFrom Mike Garratt:
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisRename capture_opts_trim_iface() to
2013-05-22 Guy HarrisOn OS X, get the interface type from the System Configu...
2013-04-25 Guy HarrisSend the output of the -D and -L options to the standar...
2013-03-19 Anders BromanFrom Michal Labedzki:
2013-03-10 Michael TüxenMake the memory limit (in bytes or packets) used for...
2013-03-03 Anders BromanFrom beroset:
2013-02-28 Jeff MorrissAdd a #define for the default capture buffer size and...
2013-02-28 Anders BromanUpdate the text of dumpcap -h, default buffer size...
2013-02-26 Bill Meierit's ==> its
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-22 Anders Bromansvn path=/trunk/; revision=47210
2013-01-15 Guy HarrisAdd some routines to wsutil to, at least on some platfo...
2013-01-02 Michael MannAllow pcap/pcapng format to be written to more than...
2012-12-26 Anders BromanMake dumpcap build on Windows
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-23 Guy HarrisMore whitespace cleanups.
2012-12-23 Michael TüxenAdd support for writing per packet comments when using...
2012-12-23 Guy HarrisFix indentation.
2012-12-20 Guy Harrisfclose() and fflush() are standard C routines, so there...
2012-12-20 Michael TüxenDon't use an pcap structures in pcapio.[ch].
2012-12-20 Michael TüxenAdd ws_fclose(), ws_fflush(), and ws_fdopen() to the...
2012-12-19 Michael TüxenAdd support for writing the flags option in the enhanced
2012-12-18 Anders Broman- Make dumpcap build with the new bundle.
2012-12-12 Jeff MorrissMake the "-g" argument to tshark actually work (by...
2012-12-12 Jeff MorrissDocument the "-g" option to dumpcap.
2012-12-10 Stephen FisherChange variable "devname" to "devicename" in numerous...
2012-11-25 Bill MeierFix a number of [-Wshadow] warnings;
2012-11-22 Guy HarrisOn UN*X, if an interface has a description, use it...
2012-11-21 Guy HarrisOn error, have capture_opts_trim_iface() return the...
2012-11-21 Guy HarrisMake the "Invalid capture filter" message resemble...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-10-03 Bill Meier(Trivial): update a comment.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-09 Evan HuusConvert inpkts_to_sync_pipe and report_packet_count...
2012-07-25 Michael TüxenUpdate recv/drop counters also when no threads are...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-27 Guy HarrisDon't supply a fallback error message for pcap_open...
2012-06-24 Jörg MayerPontus Fuchs via bug 6973:
2012-06-21 Jörg MayerRemove some trailing whitespace
2012-06-18 Michael TüxenFix compilation on FreeBSD.
2012-06-09 Chris MaynardFix Coverity CID 708961: Resource leak, by closing...
2012-06-08 Chris MaynardSome minimal documentation of remote capture interface...
2012-06-08 Chris MaynardAdd another cast to make Windows buildbots happy.
2012-06-08 Anders BromanAdd a cast.
2012-06-08 Anders BromanFrom Alexey Neyman Forward ported by Michael Mann:
2012-05-25 Chris MaynardIn cap_pipe_open_live(), be sure to call ws_close(fd...
2012-05-18 Guy HarrisExpand a comment.
2012-05-16 Gerald CombsFix a bunch of uninitialized variables found by Coverit...
2012-05-07 Bill MeierFrom Evan Huus:
2012-04-25 Michael TüxenSet also the pcap buffer, if the default of 1 MB is...
2012-04-25 Michael TüxenReport the packets captured and the packets dropped...
2012-04-25 Michael TüxenAllow writing ISB with given recv/drop counters.
2012-04-25 Michael TüxenFix the packet counters.
2012-04-25 Michael TüxenFix locking problem.
2012-04-14 Guy HarrisFrom Evan Huus: add a missing free. Fixes bug 7092.
2012-04-04 Guy HarrisFix tpo.
2012-04-04 Guy HarrisWork around that WinPcap bug for another pcap_open...
2012-04-04 Guy HarrisWork around WinPcap bug wherein pcap_open() returns...
2012-03-13 Anders BromanFrom Jose Pedro Oliveira:
2012-03-12 Anders BromanFrom Jose Pedro Oliveira:
2012-03-11 Guy HarrisFix function name in debugging message.
2012-03-10 Gerald CombsIn pcapng.c use the units per second value from the...
2012-03-09 Anders BromanForward interface_opts.descr (currently empty) when...
2012-03-09 Anders BromanFrom Jose Pedro Oliveira: Make dumpcap write the if_tsr...
next