Show total ACKs/UE in UE table.
[metze/wireshark/wip.git] / tshark.c
2011-08-16 Stig BjørlykkeFrom Yann via bug 6245:
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-05 Guy HarrisAdd some additional routine variants that handle string...
2011-07-04 Anders BromanFrom Michael Mann:
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-28 Michael TüxenUse the filter argument as the capture filter for all...
2011-06-27 Michael TüxenPut variable under the correct #ifdef.
2011-06-27 Michael TüxenFix the bug reported by Guy. Now
2011-06-27 Michael TüxenImprove the report of illegal capture filters. Also...
2011-06-27 Michael TüxenUse the interface description instead of the interface...
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-06-20 Gerald CombsHave mergecap, tshark, and editcap write pcap-ng files...
2011-06-15 Guy HarrisSee if this squelches some compiler warnings.
2011-06-01 Gerald CombsShow the plugin paths in Help→About→Plugins. Add a...
2011-05-31 Michael TüxenGet rid of has_cfilter to simplify the handling of...
2011-05-24 Guy HarrisDon't print hidden columns.
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-05-19 Gerald CombsFrom Dirk Jagdmann via bug 5875:
2011-05-19 Michael TüxenRemove unused define.
2011-05-18 Michael TüxenDon't print too many interface names...
2011-05-18 Michael TüxenSupport multiple interfaces when used with -L option.
2011-05-13 Michael TüxenGet -L and -d working with multiple interface. Internal...
2011-05-12 Jeff MorrissFix the test.sh failures based on Guy's suggestion...
2011-05-03 Chris MaynardWrap text of description for -O.
2011-04-29 Stig BjørlykkeUntabify
2011-04-29 Stig BjørlykkeFrom Edwin Groothuis via bug 5870:
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-27 Guy HarrisAnother hack to handle the one-pass case.
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-13 Anders BromanCast away size_t warnings on win64.
2011-04-12 Chris MaynardUse g_snprintf instead of sprintf and g_strlcat instead...
2011-04-12 Guy HarrisNow that wtap_read() checks for delayed errors on EOF...
2011-04-12 Guy HarrisAllow wtap_sequential_close() and wtap_close() to retur...
2011-03-31 Bill MeierRename local 'pipe_input' so it doesn't shadow global...
2011-03-30 Chris MaynardFix a couple of typos.
2011-03-30 Chris MaynardWrap all text lines of help at column 80.
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2011-02-26 Stig BjørlykkeAdded functionality for handling global profiles.
2011-02-19 Chris MaynardSort capture file types listed by "-F" like editcap...
2011-02-03 Gerald CombsFrom Huzaifa Sidhpurwala of the Red Hat Security Respon...
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-12-22 Jaap KeuterAvoid the need for cf_mark_frame stubs.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-05 Anders BromanBug fix: Running tshark with the following command...
2010-10-21 Stig BjørlykkeFixed "Compiled with" information in the About box.
2010-10-12 Bill MeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-07-16 Gerald CombsMake sure we call wtap_cleareof() before each read.
2010-07-15 Guy HarrisMove the code to get version information for libraries...
2010-07-14 Sake BlokAdd an option to print the first, the last or all occur...
2010-07-14 Sake BlokMake 'tshark -T fields' print all values for fields...
2010-07-14 Guy HarrisGet rid of no-longer-used variable.
2010-07-01 Guy HarrisFrom Petr Lautrbach: when capturing, return the exit...
2010-06-25 Gerald Combsr32715 fixed bug 4708 (zlib-1.2.5 cause wireshark to...
2010-06-18 Anders BromanFrom Jim Young:
2010-06-07 Guy HarrisAlas, the stuff to see whether the standard output...
2010-06-07 Guy HarrisIf we get an error reading the capture file, don't...
2010-06-05 Guy HarrisClarify an error message (and the corresponding comment).
2010-06-05 Guy HarrisCatch some cases that don't currently work.
2010-06-01 Guy Harriscapture() can, in some cases, return FALSE when the...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-28 Guy HarrisUse return rather than exit in main().
2010-05-27 Bill MeierFix bug #4735: tshark returns 0 on non-valid filter...
2010-05-27 Guy HarrisMake -q not a capture option again - it's used by tshar...
2010-05-27 Guy HarrisClean up the error reporting. An EOF from the sync...
2010-05-26 Guy HarrisDon't send ^T output to the standard error if we're...
2010-05-26 Guy HarrisIf dumpcap exits abnormally, report the error.
2010-05-26 Guy HarrisFix build without pcap.
2010-05-26 Guy HarrisAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-19 Guy HarrisFix indentation.
2010-05-17 Guy HarrisWhen dumpcap is run to get an interface list, interface...
2010-05-14 Guy HarrisUm, no, the problem with the Leopard x86 build is that...
2010-05-14 Guy HarrisSee whether the Leopard x86 buildbot is upset because...
2010-05-13 Guy HarrisFetch an indication of whether the interface supports...
2010-05-10 Bill MeierFix a gcc -Wshadow warning.
2010-05-08 Guy HarrisThe default capture buffer size is, in fact, *nominally...
2010-05-07 Guy HarrisAs with the list of data link types, so with the list...
2010-05-07 Guy HarrisAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-05-07 Guy HarrisFor TShark and Wireshark, get the list of link-layer...
2010-05-07 Guy HarrisAdd monitor mode support to TShark.
2010-05-07 Guy HarrisInstead, say that the default is platform-dependent.
2010-05-07 Guy HarrisNow that we support -B on various UN*X platforms as...
2010-05-06 Gerald CombsSet the timestamp seconds type to TS_SECONDS_DEFAULT...
2010-05-06 Guy HarrisJust check for pcap_create(); it first appeared in...
2010-05-06 Anders BromanChecking in Stigs changes from
2010-05-06 Stig BjørlykkeMoved command line option for seconds type to -u.
2010-04-16 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-03-04 Guy Harris"capture-pcap-util.h" include <pcap.h>, and <pcap.h...
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-26 Kovarththanan Raja... Free capture filename on shutdown
2009-09-26 Kovarththanan Raja... (Cosmetic) Reorder so that the failure message output...
2009-09-22 Kovarththanan Raja... Remove unused 'offset' parameter
2009-09-22 Kovarththanan Raja... Add initial support for "two pass analysis" in tshark...
2009-09-22 Kovarththanan Raja... Rename init_cap_file() to cap_file_init()
2009-09-22 Kovarththanan Raja... Always initialise fdata even when we don't dissect...
2009-09-22 Kovarththanan Raja... Simply some logic inside process_packet()
2009-09-22 Kovarththanan Raja... Make frame_data_set_after_dissect() callers do the...
2009-09-22 Kovarththanan Raja... Refactor frame_data_init() into frame_data_set_before_d...
next