aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss1-4/+2
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon1-1/+0
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-1/+1
2007-06-11One more step in privilege separation.Gerald Combs1-9/+9
2007-05-25The libpcap callback "user" argument *should* have been a "void *", asGuy Harris1-1/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-5/+0
2007-05-25Fix for bug 1614:Jaap Keuter1-3/+16
2007-05-24Prepare wireshark and tshark for wiretap pluginsLuis Ontanon1-0/+1
2007-05-21From Sake Blok:Stephen Fisher1-6/+6
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-5/+5
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-1/+2
2007-03-26The signature for load_cap_file changed in 21211Ronnie Sahlberg1-1/+1
2007-03-26From Doug Pratley:Stephen Fisher1-25/+80
2007-03-23From Sake Blok:Stephen Fisher1-10/+26
2007-02-28Fix problem where specifying -b duration:xx on tshark wasn't working byStephen Fisher1-7/+5
2007-02-19Squelch a few unused parameter warnings.Jeff Morriss1-3/+3
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss1-2/+2
2007-02-01make tshark compile and work also when pcap is not availableRonnie Sahlberg1-0/+11