Don't use the non-existent decoded data if decode_rtp_packet() returns 0.
[metze/wireshark/wip.git] / dumpcap.c
2015-09-02 Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-07-22 Pascal QuantinFix retrieval of data link type supported by remote...
2015-06-24 Pascal Quantindumpcap: fix files capture autostop condition
2015-05-28 Gerald CombsSet a capture buffer size only when we have a valid...
2015-05-28 Jeff MorrissWindows: don't attempt to set the capture buffer size...
2015-05-28 Jeff Morrissis_linux_bonding_device() is only used if we HAVE_PCAP_...
2015-04-13 Pascal Quantindumpcap: fix opening of pipes on Windows broken since...
2015-04-04 Alexis La Gouttedumpcap: fix no previous prototype for ‘is_linux_bondin...
2015-04-01 Alexis La Gouttedumpcap: fix Resource leak (CID: 129558)
2015-03-30 Guy HarrisWork around a Linux bonding driver bug (and the lack...
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-17 Guy HarrisDon't say "Capturing on..." if we're not capturing on.
2015-03-17 Guy HarrisAllow multiple -D/-L/-d/-S flags, only allow one -k...
2015-03-16 Guy HarrisUpdate an error message to reflect all the run-dumpcap...
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' warnings
2015-02-03 Dario LombardoDumpcap: avoid collecting stats on nf* interfaces.
2015-01-03 Guy HarrisUse g_strdup_printf(), rather than a fixed-length buffe...
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-28 Dario LombardoRemoved duplicated #include lines
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-11-05 Guy HarrisOops, we also need to worry about pcap_get_tstamp_preci...
2014-11-05 Guy HarrisCope with newer Xcode not having the 10.6 SDK.
2014-10-18 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-09-29 Guy HarrisPass the global capture options to open_capture_device().
2014-09-28 Guy HarrisAdd support for getting nanosecond time stamp resolutio...
2014-09-25 Gerald CombsUpdate the simple dialog code.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-21 Roland KnallExtcap Capture Interface
2014-08-05 Joerg Mayer- Fix the whitespace fix
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-07-22 Guy HarrisClean up indentation (get rid of tabs).
2014-07-22 Guy HarrisGet rid of NO_INTERFACES_FOUND - it's not an error.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-07-03 Guy HarrisClean up printf() argument list.
2014-07-03 Guy HarrisMake --help and --version information a bit more uniform.
2014-07-03 Guy HarrisRegularize the help output of programs.
2014-07-03 Guy HarrisRegularize the first line of version output.
2014-06-30 Guy HarrisMove capture_session.h to capchild; what it declares...
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-24 Guy HarrisFor capchild headers, include <capchild/XXX.h>.
2014-06-23 Guy HarrisHave individual programs get libpcap and libz version...
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-06-21 Guy HarrisMove get_os_version_info() to libwsutil.
2014-06-21 Guy HarrisMove get_copyright_info() to wsutil.
2014-06-20 Guy HarrisMove the "capture-comment" long option to LONGOPT_CAPTU...
2014-06-20 Guy HarrisFix builds without pcap.
2014-06-20 Guy Harris"-d" isn't common to all capturing programs, it's dumpc...
2014-06-20 Guy HarrisAdd some long options for capture short options.
2014-06-20 Guy HarrisAdd --help and --version long options.
2014-05-08 AndersBromanProfiling show that g_log() takes a lot of CPU even...
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...
next