Make --help and --version information a bit more uniform.
[metze/wireshark/wip.git] / tshark.c
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-07-01 Guy HarrisDrop privileges even earlier.
2014-06-30 Guy HarrisDrop privileges very early on.
2014-06-30 Guy HarrisMove capture_session.h to capchild; what it declares...
2014-06-30 Guy HarrisMove capture_ui_utils.[ch] to libui.
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-27 Jeff MorrissCheck the validity of fields given to tshark with ...
2014-06-25 Jeff MorrissIndicate tshark can read (-r) from stdin and named...
2014-06-24 Guy HarrisSupport -w even if we're not built with pcap.
2014-06-24 Guy HarrisLoad WinPcap before we get the run-time information...
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_major_version() to wsutil and rename it...
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 build without pcap.
2014-06-20 Guy HarrisFix builds without pcap.
2014-06-20 Guy HarrisAlso define LONGOPT_CAPTURE_COMMON as nothing if we...
2014-06-20 Guy HarrisDefine OPTSTRING_CAPTURE_COMMON as nothing if we don...
2014-06-20 Guy HarrisAdd some long options for capture short options.
2014-06-20 Guy HarrisAdd --help and --version long options.
2014-06-04 Bill Meiertshark.c: 'tshark -F pcap -w ...' should create a pcap...
2014-06-04 Bill Meiertshark.c: Change "Live captures can only be saved in...
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisRevert "Fix some white space issues."
2014-05-23 Guy HarrisFix some white space issues.
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-04-01 Hadriel KaplanFix tshark.c to pass checkAPIs script
2014-03-30 Hadriel KaplanFix Bug 9938 'tshark "-Y -2 -w" saves non-dependent...
2014-03-27 Hadriel KaplanFix bug9931 'Encapsulated ethernet packets sometimes...
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-05 Hadriel KaplanAdd command-line arg for input file format for tshark...
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-21 Guy HarrisForce "printing" if -T is specified, even if -w is...
2014-02-11 Guy HarrisFix crash when doing "tshark -2 -r file -w newfile".
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2014-02-03 Peter Hatinaallow tshark reading from pipes
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-14 Guy HarrisIn a source file that defines external functions, the...
2014-01-08 Evan HuusExplicitly reject two-pass live capture, it doesn't...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-11 Chris MaynardImprove tshark command-line error help. Fixes https...
2013-12-05 Guy HarrisInitialize the error-reporting routines before scanning...
2013-12-03 Chris MaynardDon't forget to test even the simplest fixes.
2013-12-03 Chris MaynardWrap usage text at column 80.
2013-12-02 Guy HarrisDon't assume we have Lua just because we have plugin...
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-26 Guy HarrisReport the interface when an open or an attempt to...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
2013-10-25 Chris MaynardDisplay the frame number on the packet summary line...
2013-10-20 Jakub Zawadzkitshark: use epan_dissect_reset()
2013-10-15 Chris MaynardFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-10-15 Jakub ZawadzkiMicro-optimize print_columns(): replace g_snprintf...
2013-10-10 Jeff MorrissFix the core dump reported in https://bugs.wireshark...
2013-10-09 Michael MannMake column "filter name" prefixed with _ws. to be...
2013-09-04 Evan HuusFix one small memory leak.
2013-08-28 Evan HuusFully deprecate read filter (-R) without two-pass ...
2013-08-23 Anders BromanOutput a warning about kernel BPF JIT compiler beeing...
2013-08-22 Evan HuusMove a brace outside an #ifdef, it was confusing vim...
2013-08-22 Evan HuusDon't look at packet or byte limits during the second...
2013-08-14 Guy HarrisI guess Solaris's getopt_long() "struct option" declara...
2013-08-13 Evan HuusAs suggested in https://bugs.wireshark.org/bugzilla...
2013-08-09 Guy HarrisDon't print the packet counter when capturing if we...
2013-08-02 Guy HarrisNow that we're using getopt_long(), and have some optio...
2013-08-01 Martin Kaiserfix buildbot error on OSX-10.6-x64
2013-08-01 Martin Kaiserpass --capture-comment from tshark to dumpcap
2013-08-01 Martin Kaiseradd --capture-comment to tshark's print_usage() function
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-08-01 Martin Kaiseradd --capture-comment to tshark
2013-08-01 Martin Kaiseruse getopt_long() in tshark
2013-08-01 Martin Kaisersimplify argument checking for tshark
2013-07-23 Guy HarrisMake some functions not used outside tshark.c static.
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-08 Jeff MorrissFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2013-07-06 Evan HuusFix the last remnant of https://bugs.wireshark.org...
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-05 Chris MaynardAllow tshark to read a pcap file and either save it...
2013-05-24 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-05-22 Guy HarrisNo capture options if no libpcap.
2013-05-22 Guy HarrisAAAAAArgh. The capture_input_new_XXX routines are...
next