Don't increment after reading last outheader value (as reported by clang).
[metze/wireshark/wip.git] / tshark.c
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...
2009-09-21 Kovarththanan Raja... Move frame_data_init() declaration to frame_data.h
2009-09-20 Kovarththanan Raja... Fix return type for frame_data_init()
2009-09-20 Kovarththanan Raja... Introduce frame_data_cleanup() and start using it
2009-09-20 Kovarththanan Raja... Introduce frame_data_init() and get rid of fill_in_fdat...
2009-09-20 Kovarththanan Raja... Make cf_mark_frame() an empty stub in tshark.c. We...
2009-09-20 Kovarththanan Raja... Remove unused cf_unmark_frame() function
2009-09-20 Kovarththanan Raja... Move verbose banner output to show_version() and tighte...
2009-09-08 Kovarththanan Raja... Add an option to col_fill_in() to allow us to disable...
2009-09-08 Kovarththanan Raja... Make tshark and rawshark use build_column_format_array...
2009-09-07 Kovarththanan Raja... Store the packet encapsulation type as gint8. Saves...
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-08-13 Kovarththanan Raja... Introduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-08 Guy HarrisNote that the new behavior matches what Wireshark does.
2009-08-07 Bill Meiertshark: console_log_level preference now controls which...
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-23 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-08 Guy HarrisClarify that "-w" specifies a *pcap-format* file to...
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-03-22 Guy HarrisChange the signature of init_progfile_dir() so the...
2009-03-22 Guy HarrisIn Solaris, the second argument to dladdr() is just...
2009-03-22 Guy HarrisAttempt to use dladdr() to get the pathname of the...
2009-03-15 Stig BjørlykkeFrom Jakub Zawadzki:
2009-02-15 Bill MeierFor tshark -b -S -w: close files after reading them...
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2009-02-07 Bill Meier#include <epan/conversation.h> not req'd ...
2008-10-03 Ronnie Sahlbergadd a -K command line option to provide the name of...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-08-19 Guy HarrisThe packet counts and drop counts reported by libpcap...
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-23 Guy HarrisRename capture_opts to global_capture_opts - that's...
2008-05-30 Guy HarrisFree up the err_info string returned by wtap_read().
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-06 Stig BjørlykkeRemoved an unused break.
2008-04-30 Guy HarrisGet rid of extra blank lines at the end of the file.
2008-04-30 Guy HarrisUse report_failure() to report failures in capture_sync...
2008-04-03 Luis Ontanonwireshark.org/lists/wireshark-dev/200803/msg00308.html
2008-03-21 Sake BlokMake tshark and rawshark behave similar to wireshark...
2008-03-17 Stig BjørlykkeAllow tshark to print custom columns.
next