aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
AgeCommit message (Expand)AuthorFilesLines
2008-02-21Constify some arguments.Guy Harris1-1/+1
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-0/+23
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-0/+5
2007-06-11One more step in privilege separation.Gerald Combs1-1/+6
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping1-1/+1
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-5/+11
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-117/+1
2005-12-03add missing functions (to complete/cleanup of interface):Ulf Lamping1-0/+10
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-1/+1
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping1-0/+6
2005-04-27add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping1-0/+10
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping1-2/+2
2005-04-12capture engine: Ulf Lamping1-2/+6
2005-04-10Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping1-0/+3
2005-03-28various (minor) capture code cleanupUlf Lamping1-17/+9
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping1-2/+1
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping1-5/+9
2005-03-28a lot more capture engine code cleanupUlf Lamping1-4/+12
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer1-4/+2
2005-02-28Another step towards using the parent/child mode for ALL captures.Ulf Lamping1-0/+6
2005-02-27some clarification of the capture child thingUlf Lamping1-1/+1
2005-02-27minor comment additionsUlf Lamping1-2/+4
2005-02-23CHILD_NAME is only used #ifdef HAVE_LIBPCAPUlf Lamping1-2/+2
2005-02-23use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping1-1/+1
2005-02-06Clean up indentation.Guy Harris1-24/+24
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-3/+8
2005-02-06instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping1-0/+4
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping1-1/+1
2005-02-05updated some commentsUlf Lamping1-4/+8
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-2/+7
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-0/+1
2004-12-29move global capture_child flag into capture_optionsUlf Lamping1-3/+1
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-11/+8
2004-10-30split capture_loop from capture.c, some more code cleanupUlf Lamping1-10/+16
2004-10-30move quit_after_cap into capture_optsUlf Lamping1-4/+8
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-06Make sure child processes don't create a splash screen. Make the verbs inGerald Combs1-3/+3
2004-06-20added an option to "avoid" the capture info dialog completely.Ulf Lamping1-1/+2
2004-06-04add more details for doxygenUlf Lamping1-37/+46
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen1-2/+3
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping1-1/+4
2004-03-04fixed differences between capture GUI frontend and backendUlf Lamping1-13/+12
2004-03-02implemented capture dialog 3rd (+x) proposalUlf Lamping1-8/+16
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping1-2/+2
2004-02-21quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping1-2/+2
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping1-5/+1
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.cUlf Lamping1-1/+34
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-1/+3
2003-09-15Don't pop up tap windows specified with "-z" options until we have aGuy Harris1-5/+5