aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-39/+28
2006-08-26Go back to setting the capture filter to an empty string when we start;Guy Harris1-10/+3
2006-08-21Initialize the cfilter field of a capture_opts structure to a nullGuy Harris1-4/+11
2006-08-18guids are not olnly used in dcerpc interfaces and they often occur in many ...Ronnie Sahlberg1-0/+3
2006-08-01Reported by Stephen Fisher <stephentfisher@yahoo.com>:Jörg Mayer1-1/+1
2006-06-30Call init_progfile_dir() - on Windows, at least, it's necessary in orderGuy Harris1-0/+10
2006-06-02image/wireshark.rc.inJörg Mayer1-8/+8
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-0/+3067