From Marek Tews:
[obnox/wireshark/wip.git] / tshark.c
2012-01-25 tuexenThird try. This time pipes and stdin are supported...
2012-01-24 tuexenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 tuexenSecond try. This time pipes and stdin are supported.
2012-01-23 etxrabFrom Michael Mann:
2011-12-29 guyLeave it up to dumpcap to determine whether WinPcap...
2011-12-29 guySwallow cant_load_winpcap_err() up into capture-wpcap...
2011-12-29 guyAdd an additional DONT_HAVE_PCAP return value from...
2011-12-28 wmeierAdd tshark option '-G heuristic-decodes' to dump heuris...
2011-12-27 geraldAdd a "-G ftypes" option, which dumps our supprted...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 cmaynardAdd the -H and -W options to the "tshark -h" output...
2011-11-19 guyWhen reporting "sorry, *this* packet can't be written...
2011-11-14 martinmMake exit_status volatile to avoid warning.
2011-11-12 guyCatch the OutOfMemoryError exception and print a message.
2011-11-11 geraldInitialize threads at program startup. Hopefully this...
2011-11-09 geraldTry to fix the GLib thread API deprecations listed...
2011-09-28 cmaynardRather than complain and quit if -V is missing when...
2011-09-27 guyThe separator between packets is an output option,...
2011-09-27 cmaynardAdd a new tshark option for being able to specify an...
2011-08-16 stigFrom Yann via bug 6245:
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-05 guyAdd some additional routine variants that handle string...
2011-07-04 etxrabFrom Michael Mann:
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-28 tuexenUse the filter argument as the capture filter for all...
2011-06-27 tuexenPut variable under the correct #ifdef.
2011-06-27 tuexenFix the bug reported by Guy. Now
2011-06-27 tuexenImprove the report of illegal capture filters. Also...
2011-06-27 tuexenUse the interface description instead of the interface...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-20 geraldHave mergecap, tshark, and editcap write pcap-ng files...
2011-06-15 guySee if this squelches some compiler warnings.
2011-06-01 geraldShow the plugin paths in Help→About→Plugins. Add a...
2011-05-31 tuexenGet rid of has_cfilter to simplify the handling of...
2011-05-24 guyDon't print hidden columns.
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-05-19 geraldFrom Dirk Jagdmann via bug 5875:
2011-05-19 tuexenRemove unused define.
2011-05-18 tuexenDon't print too many interface names...
2011-05-18 tuexenSupport multiple interfaces when used with -L option.
2011-05-13 tuexenGet -L and -d working with multiple interface. Internal...
2011-05-12 morrissFix the test.sh failures based on Guy's suggestion...
2011-05-03 cmaynardWrap text of description for -O.
2011-04-29 stigUntabify
2011-04-29 stigFrom Edwin Groothuis via bug 5870:
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-27 guyAnother hack to handle the one-pass case.
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-13 etxrabCast away size_t warnings on win64.
2011-04-12 cmaynardUse g_snprintf instead of sprintf and g_strlcat instead...
2011-04-12 guyNow that wtap_read() checks for delayed errors on EOF...
2011-04-12 guyAllow wtap_sequential_close() and wtap_close() to retur...
2011-03-31 wmeierRename local 'pipe_input' so it doesn't shadow global...
2011-03-30 cmaynardFix a couple of typos.
2011-03-30 cmaynardWrap all text lines of help at column 80.
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-02-26 stigAdded functionality for handling global profiles.
2011-02-19 cmaynardSort capture file types listed by "-F" like editcap...
2011-02-03 geraldFrom Huzaifa Sidhpurwala of the Red Hat Security Respon...
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2010-12-22 jakeAvoid the need for cf_mark_frame stubs.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-05 etxrabBug fix: Running tshark with the following command...
2010-10-21 stigFixed "Compiled with" information in the About box.
2010-10-12 wmeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-07-16 geraldMake sure we call wtap_cleareof() before each read.
2010-07-15 guyMove the code to get version information for libraries...
2010-07-14 sakeAdd an option to print the first, the last or all occur...
2010-07-14 sakeMake 'tshark -T fields' print all values for fields...
2010-07-14 guyGet rid of no-longer-used variable.
2010-07-01 guyFrom Petr Lautrbach: when capturing, return the exit...
2010-06-25 geraldr32715 fixed bug 4708 (zlib-1.2.5 cause wireshark to...
2010-06-18 etxrabFrom Jim Young:
2010-06-07 guyAlas, the stuff to see whether the standard output...
2010-06-07 guyIf we get an error reading the capture file, don't...
2010-06-05 guyClarify an error message (and the corresponding comment).
2010-06-05 guyCatch some cases that don't currently work.
2010-06-01 guycapture() can, in some cases, return FALSE when the...
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.
next