aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
AgeCommit message (Expand)AuthorFilesLines
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-2/+2
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris1-1/+4
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris1-1/+2
2000-01-05When initializing a capture filter, assign a pointer to an empty stringGerald Combs1-1/+3
1999-10-02Get rid of "-F" - "-S" works, and has a more convenient UI.Guy Harris1-5/+4
1999-10-02Move the declaration of global variables involved with packet captureGuy Harris1-21/+7
1999-10-02Have "do_capture()" take, as an argument, a pointer to the name of theGuy Harris1-8/+4
1999-10-02A child process for a "-S" or "-F" capture should *always* exit when theGuy Harris1-2/+2
1999-09-30Add a new global flag "capture_child", which is TRUE if we're a childGuy Harris1-1/+9
1999-09-30If we're given the "-k" flag, don't start the capture until after we've:Guy Harris1-1/+4
1999-09-23Move the toolkit-independent code to create a temporary capture file,Guy Harris1-1/+2
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-3/+1
1999-08-18Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.cGilbert Ramirez1-1/+18
1999-08-15The "loop_data" structure is used only in "capture.c"; move itsGuy Harris1-10/+1
1999-08-10Fix the -S option timeout handling:Laurent Deniel1-2/+1
1999-07-28Fix the -S option :Laurent Deniel1-1/+2
1999-07-20If doing a catpure with "-S", as soon as we've created the capture fileGuy Harris1-2/+1
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1-1/+8
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-10/+1
1999-05-11Live data capture and display enhancement that allows network capture andLaurent Deniel1-1/+3
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1-2/+2
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-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.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+49