Don't try to include epan/config.h.win32 in the distribution.
[metze/wireshark/wip.git] / capture.h
2004-04-13 Michael TüxenFrom Jon Oberheide: Add interface name to the capture...
2004-03-13 Ulf Lampingexperimental: make usage of pcap_setbuff to increase...
2004-03-04 Ulf Lampingfixed differences between capture GUI frontend and...
2004-03-02 Ulf Lampingimplemented capture dialog 3rd (+x) proposal
2004-02-28 Ulf LampingCapturing: "Number of files" switches between normal...
2004-02-21 Ulf Lampingquit_after_cap should be a gboolean, not an int, and...
2004-02-21 Ulf Lampingrework of capture.c: better seperation of sync and...
2003-11-15 Ulf Lampingseperated capture dialog from capture.c and put into...
2003-11-01 Guy HarrisBased on a patch from Brian Fundakowski Feldman, add...
2003-09-15 Guy HarrisDon't pop up tap windows specified with "-z" options...
2003-05-15 Laurent DenielImplement a ring buffer switch duration:
2003-01-09 Guy HarrisFrom Albert Chin: "sync_pipe[]" isn't exported by ...
2002-09-09 Guy HarrisFrom Graeme Hewson:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-02-24 Guy HarrisPut all the capture options into a structure.
2002-02-24 Guy Harris"autostop_filesize" and "autostop_duration" don't need...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2002-01-10 Guy HarrisSeparate the promiscuous mode, "Update list of packets...
2002-01-08 Guy HarrisAdd a routine to kill a capture child if it exists...
2001-04-13 Jeff FosterAdded the ethereal capture preferences to the preferenc...
2001-02-11 Guy HarrisIn Ethereal, attempt to get the packet statistics from...
2000-10-11 Guy HarrisSanteri Paavolainen's patch to add a "Capture->Stop...
2000-09-15 Guy HarrisAdd a "-p" command-line option, and a checkbox in the...
2000-01-05 Gerald CombsWhen initializing a capture filter, assign a pointer...
1999-10-02 Guy HarrisGet rid of "-F" - "-S" works, and has a more convenient UI.
1999-10-02 Guy HarrisMove the declaration of global variables involved with...
1999-10-02 Guy HarrisHave "do_capture()" take, as an argument, a pointer...
1999-10-02 Guy HarrisA child process for a "-S" or "-F" capture should ...
1999-09-30 Guy HarrisAdd a new global flag "capture_child", which is TRUE...
1999-09-30 Guy HarrisIf we're given the "-k" flag, don't start the capture...
1999-09-23 Guy HarrisMove the toolkit-independent code to create a temporary...
1999-09-09 Gilbert RamirezMore shuffling of GTK-related routines to gtk subdirectory.
1999-08-18 Gilbert RamirezRe-arranged Ethereal's definitions of DLT_RAW et al...
1999-08-15 Guy HarrisThe "loop_data" structure is used only in "capture...
1999-08-10 Laurent DenielFix the -S option timeout handling:
1999-07-28 Laurent DenielFix the -S option :
1999-07-20 Guy HarrisIf doing a catpure with "-S", as soon as we've created...
1999-07-09 Gilbert RamirezAdded the ability to create a read-only ethereal, i...
1999-06-19 Guy HarrisAdded "Capture" and "Display" menus; "Capture" has...
1999-05-11 Laurent DenielLive data capture and display enhancement that allows...
1999-04-06 Gilbert RamirezCapturing packets from ethereal now saves the capture...
1999-02-09 Guy HarrisWhen doing a capture, decode enough of the incoming...
1998-09-29 hannesChanges to capture.c and capture.h to support more...
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision