add WERR_TIMEOUT
[metze/wireshark/wip.git] / tshark.c
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-14 guyIn a source file that defines external functions, the...
2014-01-08 eapacheExplicitly reject two-pass live capture, it doesn't...
2014-01-02 guyNo seek-read routines use the length argument, so elimi...
2013-12-11 cmaynardImprove tshark command-line error help. Fixes https...
2013-12-05 guyInitialize the error-reporting routines before scanning...
2013-12-03 cmaynardDon't forget to test even the simplest fixes.
2013-12-03 cmaynardWrap usage text at column 80.
2013-12-02 guyDon't assume we have Lua just because we have plugin...
2013-12-02 guyMove most of the plugin code from epan to wsutil and...
2013-11-26 guyReport the interface when an open or an attempt to...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 darkjamesAdd missing includes in order to remove exceptions...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-11-06 guyAdd support for displaying dates as year and day-of...
2013-10-25 cmaynardDisplay the frame number on the packet summary line...
2013-10-20 darkjamestshark: use epan_dissect_reset()
2013-10-15 cmaynardFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-10-15 darkjamesMicro-optimize print_columns(): replace g_snprintf...
2013-10-10 morrissFix the core dump reported in https://bugs.wireshark...
2013-10-09 mmannMake column "filter name" prefixed with _ws. to be...
2013-09-04 eapacheFix one small memory leak.
2013-08-28 eapacheFully deprecate read filter (-R) without two-pass ...
2013-08-23 etxrabOutput a warning about kernel BPF JIT compiler beeing...
2013-08-22 eapacheMove a brace outside an #ifdef, it was confusing vim...
2013-08-22 eapacheDon't look at packet or byte limits during the second...
2013-08-14 guyI guess Solaris's getopt_long() "struct option" declara...
2013-08-13 eapacheAs suggested in https://bugs.wireshark.org/bugzilla...
2013-08-09 guyDon't print the packet counter when capturing if we...
2013-08-02 guyNow that we're using getopt_long(), and have some optio...
2013-08-01 martinkfix buildbot error on OSX-10.6-x64
2013-08-01 martinkpass --capture-comment from tshark to dumpcap
2013-08-01 martinkadd --capture-comment to tshark's print_usage() function
2013-08-01 darkjamesRemove fdata->opt_comment, add pkt_comment to pinfo
2013-08-01 martinkadd --capture-comment to tshark
2013-08-01 martinkuse getopt_long() in tshark
2013-08-01 martinksimplify argument checking for tshark
2013-07-23 guyMake some functions not used outside tshark.c static.
2013-07-22 darkjamesAbuse epan_t more: add callback to get interface name.
2013-07-21 darkjamesReplace relative timestamp with reference frame number...
2013-07-21 darkjamesAdd helper function to epan_session which can be used...
2013-07-21 darkjamesSome work on multi file dissection
2013-07-12 morrissMove the print modules into epan.
2013-07-12 morrissMove disabled_protos.{h,c} into epan.
2013-07-11 darkjamespacket dissection now takes pointer to tvb instead...
2013-07-08 morrissFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2013-07-06 eapacheFix the last remnant of https://bugs.wireshark.org...
2013-06-27 legoget main_window_update out of the way... pass an update...
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-06-05 cmaynardAllow tshark to read a pcap file and either save it...
2013-05-24 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-05-22 guyNo capture options if no libpcap.
2013-05-22 guyAAAAAArgh. The capture_input_new_XXX routines are...
2013-05-22 guyAnother Win32-only fix.
2013-05-22 guyPull the capture-session state information out of captu...
2013-05-22 guyRename capture_opts_trim_iface() to
2013-04-25 guySend the output of the -D and -L options to the standar...
2013-04-05 cmaynardCoalesce "-G fields2" and "-G fields3" into "-G fields...
2013-03-30 eapacheUpdate -2, -R and -Y to behave consistently as per...
2013-03-27 eapacheFrom Hadriel Kaplan via https://bugs.wireshark.org...
2013-03-20 wmeier From beroset:
2013-03-15 eapacheFix the leaking of packet comments, i.e. the rest of
2013-03-06 etxrabUse explicit casts.
2013-03-05 morrissFollowup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE...
2013-03-05 cmaynardDefault capture buffer size is now 2MB. (See also...
2013-03-03 eapacheFix case where we were leaking frame_data if, during...
2013-02-24 darkjamesFix bug #8101: tshark -2 -r fragments.pcap -R snmp...
2013-02-24 darkjamesFix bug #8160, one case left where delta of previously...
2013-02-20 cmaynardFrom Edwin Groothuis via https://bugs.wireshark.org...
2013-02-20 geraldWhen any of our executables start on Windows create...
2013-01-23 eapacheRun epan_cleanup after printing the version information...
2013-01-15 guyAdd some routines to wsutil to, at least on some platfo...
2012-12-26 guyFix a bunch of warnings.
2012-12-20 mmannAdd -Q option to TShark to force only "true" errors...
2012-12-12 morrissMake the "-g" argument to tshark actually work (by...
2012-12-12 morrissDocument the "-g" option to dumpcap.
2012-12-08 mmannAllow TShark to specify columns as fields with -e optio...
2012-11-29 geraldAdd an add_hosts_file routine that adds a "hosts" path...
2012-11-27 morrissDelay the reading of the hosts file ("-H") until after...
2012-11-25 wmeierFix a number of [-Wshadow] warnings;
2012-11-21 guyOn error, have capture_opts_trim_iface() return the...
2012-11-19 etxrabFrom Mike Garratt:
2012-10-27 darkjamesDon't use wtap_phdr() for getting pkthdr struct after...
2012-10-23 cmaynardInspired by wireshark.org/lists/wireshark-users/201206...
2012-10-22 cmaynard1) Allow for the possibility for both packet summary...
2012-10-20 darkjamesIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-14 eapacheUnused variable
2012-10-05 geraldAdd a capture_file * element to packet_range_t and...
2012-10-02 guyGet rid of the always-null and unused argument to
2012-10-02 guyFix a comment, add another comment, and fix indentation.
2012-09-23 darkjamesStore pointers to previously displayed and captured...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-29 eapacheAdd casts to fix compilation with GCC.
2012-08-29 mmannFix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_...
2012-08-08 mmannHave (almost) all preferences use the generic preferenc...
2012-08-08 ruengelerAdd -A as command line option to wireshark and tshark.
2012-07-22 eapacheOnly initialize fields in the print_args that are actua...
2012-07-06 etxrabFrom Michael Mann:
2012-06-28 darkjamesUpdate Free Software Foundation address.
next