Fix a warning in a table (which results in an error in Fop 0.95). Reformat
[metze/wireshark/wip.git] / tshark.c
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.
2008-03-01 Stephen FisherCustom column updates:
2008-02-15 Sake BlokMake -c work properly in tshark when a read filter...
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-02-03 Sake BlokFrom Balint Reczey (bug 2233):
2008-01-14 Stig BjørlykkeThis patch adds support for configuration profiles...
2008-01-14 Stig BjørlykkeFixed a few "statement not reached" warnings and a...
2007-12-14 Jörg MayerWarning fixes: function declaration isn’t a prototype
2007-11-22 Guy HarrisIf we only captured 1 packet, print "1 packet", not...
2007-11-19 Stephen FisherIntroduce a new field type called FT_EBCDIC. This...
2007-10-24 Guy Harris"sa_mask" in a "struct sigaction" is a sigset_t, which...
2007-10-24 Guy HarrisUse sigaction(), not signal(), so we know what its...
2007-10-01 Bill MeierAdd 'C' as a valid -N option in error message.
2007-09-29 Guy HarrisGet rid of a forward declaration of a routine that...
2007-09-29 Guy HarrisClean up indentation a bit.
2007-09-28 Jeff MorrissSpecify that -l causes tshark to flush the *standard...
2007-09-27 Gerald CombsLoad wpcap.dll, since we still use it for some things...
2007-09-27 Jeff Morriss(Try to) get tshark capturing working on *NIX (it works...
2007-09-26 Ulf Lampingthe Ubuntu / OS X buildbots don't seem to like G_STATIC...
2007-09-26 Ulf Lampingsolve some more of the unix specific buildbot problems
2007-09-25 Ulf Lampingadd a dummy function, so unix/linux version should...
2007-09-25 Ulf Lampingas "advertised" some days ago:
2007-09-15 Gerald CombsAdd routines under Windows to check if npf.sys is runni...
2007-08-30 Gerald CombsChange the "--enable-setuid-install" option to install...
2007-08-22 Jeff MorrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-08-07 Luis OntanonMake sure that wiretap plugins are loaded before dissec...
2007-07-20 Gerald CombsRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 Gerald CombsOne more step in privilege separation.
2007-05-25 Guy HarrisThe libpcap callback "user" argument *should* have...
2007-05-25 Luis OntanonHave editcap and capinfos loading the wiretap plugins.
2007-05-25 Jaap KeuterFix for bug 1614:
2007-05-24 Luis OntanonPrepare wireshark and tshark for wiretap plugins
2007-05-21 Stephen FisherFrom Sake Blok:
2007-05-21 Guy HarrisHave init_progfile_dir() also check whether
2007-05-07 Graeme LuntUpdated splash screen for Wireshark that shows the...
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-04-03 Stephen FisherFix warnings on Linux/gcc 4.1.1
2007-03-26 Ronnie SahlbergThe signature for load_cap_file changed in 21211
2007-03-26 Stephen FisherFrom Doug Pratley:
2007-03-23 Stephen FisherFrom Sake Blok:
2007-02-28 Stephen FisherFix problem where specifying -b duration:xx on tshark...
2007-02-19 Jeff MorrissSquelch a few unused parameter warnings.
2007-02-06 Jeff MorrissFrom Eric Hall to fix bug 1289:
2007-02-01 Ronnie Sahlbergmake tshark compile and work also when pcap is not...
2007-01-31 Jeff MorrissDon't send G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG...
2007-01-02 Guy HarrisAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-12-23 Luis OntanonHave -X options defined before epan_init() gets called.
2006-12-05 Stephen FisherFrom Douglas Pratley with trivial changes and documenta...
2006-11-23 Stephen FisherFix for bug #1211. Patch from Joshua Wright to add...
2006-11-21 Guy HarrisWe also need the memory allocation subsystem initialize...
2006-11-21 Guy HarrisCall guids_init() in epan_init(), so anything that...
2006-11-21 Guy HarrisSquelch a compiler warning.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
next