aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-11/+13
2009-08-08Note that the new behavior matches what Wireshark does.Guy Harris1-1/+1
2009-08-07tshark: console_log_level preference now controls which log msgs are sent to ...Bill Meier1-6/+41
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-07-23From Kovarththanan Rajaratnam:Anders Broman1-0/+7
2009-07-08Clarify that "-w" specifies a *pcap-format* file to be written to.Guy Harris1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-11/+40
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-1/+2
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-2/+1
2009-02-15For tshark -b -S -w: close files after reading them; fixes bug #3172;Bill Meier1-7/+10
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-4/+16
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
2008-10-03add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg1-1/+7
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.Guy Harris1-12/+12
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-06-23Rename capture_opts to global_capture_opts - that's what it's called inGuy Harris1-37/+37
2008-05-30Free up the err_info string returned by wtap_read().Guy Harris1-0/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+1
2008-05-06Removed an unused break.Stig Bjørlykke1-1/+0
2008-04-30Get rid of extra blank lines at the end of the file.Guy Harris1-2/+0
2008-04-30Use report_failure() to report failures in capture_sync.c; that will doGuy Harris1-23/+1
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-0/+2
2008-03-21Make tshark and rawshark behave similar to wireshark when "frame.time_delta_d...Sake Blok1-4/+8
2008-03-17Allow tshark to print custom columns.Stig Bjørlykke1-1/+8
2008-03-01Custom column updates:Stephen Fisher1-2/+2
2008-02-15Make -c work properly in tshark when a read filter is used.Sake Blok1-3/+4
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+2
2008-02-03From Balint Reczey (bug 2233):Sake Blok1-0/+28
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+13
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...Stig Bjørlykke1-3/+0
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-2/+2
2007-11-22If we only captured 1 packet, print "1 packet", not "1 packets".Guy Harris1-1/+2
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+2
2007-10-24"sa_mask" in a "struct sigaction" is a sigset_t, which is notGuy Harris1-2/+2
2007-10-24Use sigaction(), not signal(), so we know what its semantics are (and soGuy Harris1-29/+21
2007-10-01Add 'C' as a valid -N option in error message.Bill Meier1-1/+2
2007-09-29Get rid of a forward declaration of a routine that no longer exists.Guy Harris1-2/+0
2007-09-29Clean up indentation a bit.Guy Harris1-16/+22
2007-09-28Specify that -l causes tshark to flush the *standard* output (from bug 1875)....Jeff Morriss1-1/+1
2007-09-27Load wpcap.dll, since we still use it for some things. This should hopefullyGerald Combs1-14/+12
2007-09-27(Try to) get tshark capturing working on *NIX (it works for me anyway):Jeff Morriss1-47/+57
2007-09-26the Ubuntu / OS X buildbots don't seem to like G_STATIC_MUTEX_INIT (for whate...Ulf Lamping1-1/+1
2007-09-26solve some more of the unix specific buildbot problemsUlf Lamping1-10/+9
2007-09-25add a dummy function, so unix/linux version should at least compileUlf Lamping1-1/+17
2007-09-25as "advertised" some days ago:Ulf Lamping1-475/+372
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs1-0/+15
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+21