aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-1/+13
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...stig1-3/+0
2007-12-14Warning fixes: function declaration isn’t a prototypejmayer1-2/+2
2007-11-22If we only captured 1 packet, print "1 packet", not "1 packets".guy1-1/+2
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same assfisher1-0/+2
2007-10-24"sa_mask" in a "struct sigaction" is a sigset_t, which is notguy1-2/+2
2007-10-24Use sigaction(), not signal(), so we know what its semantics are (and soguy1-29/+21
2007-10-01Add 'C' as a valid -N option in error message.wmeier1-1/+2
2007-09-29Get rid of a forward declaration of a routine that no longer exists.guy1-2/+0
2007-09-29Clean up indentation a bit.guy1-16/+22
2007-09-28Specify that -l causes tshark to flush the *standard* output (from bug 1875)....morriss1-1/+1
2007-09-27Load wpcap.dll, since we still use it for some things. This should hopefullygerald1-14/+12
2007-09-27(Try to) get tshark capturing working on *NIX (it works for me anyway):morriss1-47/+57
2007-09-26the Ubuntu / OS X buildbots don't seem to like G_STATIC_MUTEX_INIT (for whate...ulfl1-1/+1
2007-09-26solve some more of the unix specific buildbot problemsulfl1-10/+9
2007-09-25add a dummy function, so unix/linux version should at least compileulfl1-1/+17
2007-09-25as "advertised" some days ago:ulfl1-475/+372
2007-09-15Add routines under Windows to check if npf.sys is running, and togerald1-0/+15
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkgerald1-0/+21
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :morriss1-4/+2
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...lego1-1/+0
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifygerald1-1/+1
2007-06-11One more step in privilege separation.gerald1-9/+9
2007-05-25The libpcap callback "user" argument *should* have been a "void *", asguy1-1/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.lego1-5/+0
2007-05-25Fix for bug 1614:jake1-3/+16
2007-05-24Prepare wireshark and tshark for wiretap pluginslego1-0/+1
2007-05-21From Sake Blok:sfisher1-6/+6
2007-05-21Have init_progfile_dir() also check whetherguy1-5/+5
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. gal1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-04-03Fix warnings on Linux/gcc 4.1.1sfisher1-1/+2
2007-03-26The signature for load_cap_file changed in 21211sahlberg1-1/+1
2007-03-26From Doug Pratley:sfisher1-25/+80
2007-03-23From Sake Blok:sfisher1-10/+26
2007-02-28Fix problem where specifying -b duration:xx on tshark wasn't working bysfisher1-7/+5
2007-02-19Squelch a few unused parameter warnings.morriss1-3/+3
2007-02-06From Eric Hall to fix bug 1289:morriss1-2/+2
2007-02-01make tshark compile and work also when pcap is not availablesahlberg1-0/+11
2007-01-31Don't send G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_FLAG_FATAL|G_LOG_FLAG...morriss1-4/+1
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-4/+9
2006-12-23Have -X options defined before epan_init() gets called.lego1-2/+22
2006-12-05From Douglas Pratley with trivial changes and documentation changes sfisher1-1/+3
2006-11-23Fix for bug #1211. Patch from Joshua Wright to add -S option to tshark'ssfisher1-0/+1
2006-11-21We also need the memory allocation subsystem initialized in anythingguy1-4/+0
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -guy1-3/+0
2006-11-21Squelch a compiler warning.guy1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2006-10-19Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()gerald1-1/+1
2006-10-19Clean up the word wrap stuff a bit. (Arguably, that should be done inguy1-1/+1