aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
AgeCommit message (Expand)AuthorFilesLines
2004-06-20added an option to "avoid" the capture info dialog completely.ulfl1-1/+2
2004-06-04add more details for doxygenulfl1-37/+46
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowtuexen1-2/+3
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeulfl1-1/+4
2004-03-04fixed differences between capture GUI frontend and backendulfl1-13/+12
2004-03-02implemented capture dialog 3rd (+x) proposalulfl1-8/+16
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,ulfl1-2/+2
2004-02-21quit_after_cap should be a gboolean, not an int, and it should be initializedulfl1-2/+2
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingulfl1-5/+1
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.culfl1-1/+34
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingguy1-1/+3
2003-09-15Don't pop up tap windows specified with "-z" options until we have aguy1-5/+5
2003-05-15Implement a ring buffer switch duration:deniel1-1/+3
2003-01-09From Albert Chin: "sync_pipe[]" isn't exported by "capture.c", so itguy1-2/+1
2002-09-09From Graeme Hewson:guy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-02-24Put all the capture options into a structure.guy1-11/+22
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theguy1-1/+8
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-1/+3
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",guy1-1/+3
2002-01-08Add a routine to kill a capture child if it exists, so that if we exitguy1-1/+4
2001-04-13Added the ethereal capture preferences to the preference file.jfoster1-3/+1
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenguy1-2/+2
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letguy1-1/+4
2000-09-15Add a "-p" command-line option, and a checkbox in the "Captureguy1-1/+2
2000-01-05When initializing a capture filter, assign a pointer to an empty stringgerald1-1/+3
1999-10-02Get rid of "-F" - "-S" works, and has a more convenient UI.guy1-5/+4
1999-10-02Move the declaration of global variables involved with packet captureguy1-21/+7
1999-10-02Have "do_capture()" take, as an argument, a pointer to the name of theguy1-8/+4
1999-10-02A child process for a "-S" or "-F" capture should *always* exit when theguy1-2/+2
1999-09-30Add a new global flag "capture_child", which is TRUE if we're a childguy1-1/+9
1999-09-30If we're given the "-k" flag, don't start the capture until after we've:guy1-1/+4
1999-09-23Move the toolkit-independent code to create a temporary capture file,guy1-1/+2
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.gram1-3/+1
1999-08-18Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.cgram1-1/+18
1999-08-15The "loop_data" structure is used only in "capture.c"; move itsguy1-10/+1
1999-08-10Fix the -S option timeout handling:deniel1-2/+1
1999-07-28Fix the -S option :deniel1-1/+2
1999-07-20If doing a catpure with "-S", as soon as we've created the capture fileguy1-2/+1
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatgram1-1/+8
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichguy1-10/+1
1999-05-11Live data capture and display enhancement that allows network capture anddeniel1-1/+3
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...gram1-2/+2
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-6/+3
1998-09-29Changes to capture.c and capture.h to support more detail in the capturehannes1-1/+2
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+49