Move some code (including the optional objects) into libwsutil
[obnox/wireshark/wip.git] / tshark.c
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-28 guyUse return rather than exit in main().
2010-05-27 wmeierFix bug #4735: tshark returns 0 on non-valid filter...
2010-05-27 guyMake -q not a capture option again - it's used by tshar...
2010-05-27 guyClean up the error reporting. An EOF from the sync...
2010-05-26 guyDon't send ^T output to the standard error if we're...
2010-05-26 guyIf dumpcap exits abnormally, report the error.
2010-05-26 guyFix build without pcap.
2010-05-26 guyAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-19 guyFix indentation.
2010-05-17 guyWhen dumpcap is run to get an interface list, interface...
2010-05-14 guyUm, no, the problem with the Leopard x86 build is that...
2010-05-14 guySee whether the Leopard x86 buildbot is upset because...
2010-05-13 guyFetch an indication of whether the interface supports...
2010-05-10 wmeierFix a gcc -Wshadow warning.
2010-05-08 guyThe default capture buffer size is, in fact, *nominally...
2010-05-07 guyAs with the list of data link types, so with the list...
2010-05-07 guyAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-05-07 guyFor TShark and Wireshark, get the list of link-layer...
2010-05-07 guyAdd monitor mode support to TShark.
2010-05-07 guyInstead, say that the default is platform-dependent.
2010-05-07 guyNow that we support -B on various UN*X platforms as...
2010-05-06 geraldSet the timestamp seconds type to TS_SECONDS_DEFAULT...
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 etxrabChecking in Stigs changes from
2010-05-06 stigMoved command line option for seconds type to -u.
2010-04-16 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-03-04 guy"capture-pcap-util.h" include <pcap.h>, and <pcap.h...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-26 krjFree capture filename on shutdown
2009-09-26 krj(Cosmetic) Reorder so that the failure message output...
2009-09-22 krjRemove unused 'offset' parameter
2009-09-22 krjAdd initial support for "two pass analysis" in tshark...
2009-09-22 krjRename init_cap_file() to cap_file_init()
2009-09-22 krjAlways initialise fdata even when we don't dissect...
2009-09-22 krjSimply some logic inside process_packet()
2009-09-22 krjMake frame_data_set_after_dissect() callers do the...
2009-09-22 krjRefactor frame_data_init() into frame_data_set_before_d...
2009-09-21 krjMove frame_data_init() declaration to frame_data.h
2009-09-20 krjFix return type for frame_data_init()
2009-09-20 krjIntroduce frame_data_cleanup() and start using it
2009-09-20 krjIntroduce frame_data_init() and get rid of fill_in_fdat...
2009-09-20 krjMake cf_mark_frame() an empty stub in tshark.c. We...
2009-09-20 krjRemove unused cf_unmark_frame() function
2009-09-20 krjMove verbose banner output to show_version() and tighte...
2009-09-08 krjAdd an option to col_fill_in() to allow us to disable...
2009-09-08 krjMake tshark and rawshark use build_column_format_array...
2009-09-07 krjStore the packet encapsulation type as gint8. Saves...
2009-09-06 krjSplit a bunch of init routines into init() and cleanup...
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-08 guyNote that the new behavior matches what Wireshark does.
2009-08-07 wmeiertshark: console_log_level preference now controls which...
2009-07-27 etxrabFrom Kovarththanan Rajaratnam:
2009-07-23 etxrabFrom Kovarththanan Rajaratnam:
2009-07-08 guyClarify that "-w" specifies a *pcap-format* file to...
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-22 guyChange the signature of init_progfile_dir() so the...
2009-03-22 guyIn Solaris, the second argument to dladdr() is just...
2009-03-22 guyAttempt to use dladdr() to get the pathname of the...
2009-03-15 stigFrom Jakub Zawadzki:
2009-02-15 wmeierFor tshark -b -S -w: close files after reading them...
2009-02-15 guyAdd a routine to report write errors to the list of...
2009-02-07 wmeier#include <epan/conversation.h> not req'd ...
2008-10-03 sahlbergadd a -K command line option to provide the name of...
2008-08-26 wmeier#include <emem.h> not req'd
2008-08-19 guyThe packet counts and drop counts reported by libpcap...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-23 guyRename capture_opts to global_capture_opts - that's...
2008-05-30 guyFree up the err_info string returned by wtap_read().
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-06 stigRemoved an unused break.
2008-04-30 guyGet rid of extra blank lines at the end of the file.
2008-04-30 guyUse report_failure() to report failures in capture_sync...
2008-04-03 legowireshark.org/lists/wireshark-dev/200803/msg00308.html
2008-03-21 sakeMake tshark and rawshark behave similar to wireshark...
2008-03-17 stigAllow tshark to print custom columns.
2008-03-01 sfisherCustom column updates:
2008-02-15 sakeMake -c work properly in tshark when a read filter...
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-02-03 sakeFrom Balint Reczey (bug 2233):
2008-01-14 stigThis patch adds support for configuration profiles...
2008-01-14 stigFixed a few "statement not reached" warnings and a...
2007-12-14 jmayerWarning fixes: function declaration isn’t a prototype
2007-11-22 guyIf we only captured 1 packet, print "1 packet", not...
2007-11-19 sfisherIntroduce a new field type called FT_EBCDIC. This...
2007-10-24 guy"sa_mask" in a "struct sigaction" is a sigset_t, which...
2007-10-24 guyUse sigaction(), not signal(), so we know what its...
2007-10-01 wmeierAdd 'C' as a valid -N option in error message.
2007-09-29 guyGet rid of a forward declaration of a routine that...
2007-09-29 guyClean up indentation a bit.
2007-09-28 morrissSpecify that -l causes tshark to flush the *standard...
2007-09-27 geraldLoad wpcap.dll, since we still use it for some things...
2007-09-27 morriss(Try to) get tshark capturing working on *NIX (it works...
2007-09-26 ulflthe Ubuntu / OS X buildbots don't seem to like G_STATIC...
2007-09-26 ulflsolve some more of the unix specific buildbot problems
2007-09-25 ulfladd a dummy function, so unix/linux version should...
2007-09-25 ulflas "advertised" some days ago:
2007-09-15 geraldAdd routines under Windows to check if npf.sys is runni...
2007-08-30 geraldChange the "--enable-setuid-install" option to install...
next