aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-31Don't send G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_FLAG_FATAL|G_LOG_FLAG...Jeff Morriss1-4/+1
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-4/+9
2006-12-23Have -X options defined before epan_init() gets called.Luis Ontanon1-2/+22
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-1/+3
2006-11-23Fix for bug #1211. Patch from Joshua Wright to add -S option to tshark'sStephen Fisher1-0/+1
2006-11-21We also need the memory allocation subsystem initialized in anythingGuy Harris1-4/+0
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris1-3/+0
2006-11-21Squelch a compiler warning.Guy Harris1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2006-10-19Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()Gerald Combs1-1/+1
2006-10-19Clean up the word wrap stuff a bit. (Arguably, that should be done inGuy Harris1-1/+1
2006-10-19Fix up the changes to put the Portaudio information at the end of theGuy Harris1-1/+1
2006-10-08from Richard van der Hoff:Ulf Lamping1-5/+2