aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-21bugfix from previous check inUlf Lamping1-23/+23
2004-02-21quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping1-6/+6
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping1-279/+352
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris1-4/+3
2004-02-09bugfix: close capture file again, if empty after capturingUlf Lamping1-1/+11
2004-02-03Tweak the error messages for bad capture filters.Guy Harris1-5/+6
2004-02-03ups, moved previously missing %s to the right placeUlf Lamping1-3/+3
2004-02-03Add a missing "%s" to the format string.Guy Harris1-2/+2
2004-02-03enhanced some dialog messages,Ulf Lamping1-9/+17
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-20/+21
2004-01-31Add some more information to the error message for invalid captureGuy Harris1-3/+5
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-9/+9
2004-01-31If "pcap_compile()" fails to compile an empty filter string (because,Guy Harris1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-2/+2
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris1-2/+3
2004-01-22Use "fork_child" rather than "child_process" - on Win32, "child_process"Guy Harris1-12/+6
2004-01-22bugfix: wrong parameter nameUlf Lamping1-2/+2
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping1-103/+38
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-3/+3
2004-01-18Update the Win32 information given when we fail to open a capture deviceGuy Harris1-3/+5
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-3/+5
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-3/+3
2003-12-18Top-of-tree and top-of-0.8-branch libpcap support limited filtering onGuy Harris1-3/+3
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-3/+3
2003-11-17Fix a typo.Guy Harris1-2/+2
2003-11-17Get rid of a no-longer-used variable.Guy Harris1-2/+1
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.cUlf Lamping1-142/+24
2003-11-14When it comes to whether to use "select()" or not, even if you'reGuy Harris1-13/+10
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-2/+20
2003-10-11Part 3 of display vs. capture syntax confusion patches: Detect probableJörg Mayer1-3/+15
2003-09-15Make sure we return FALSE in all the failure paths in "do_capture()".Guy Harris1-89/+111
2003-09-15Don't pop up tap windows specified with "-z" options until we have aGuy Harris1-10/+12
2003-09-15Rename various capture file routines to have names starting with "cf_".Guy Harris1-16/+15
2003-07-23Give a more detailed message when WSAStartup fails.Guy Harris1-9/+42
2003-05-15Implement a ring buffer switch duration:Laurent Deniel1-1/+21
2003-04-24Don't ignore SIGCHLD - doing so means that, on many platforms, we don'tGuy Harris1-2/+1
2003-01-23From a look at the Linux ARCNET code, it appears that no frame deliveredGuy Harris1-3/+3
2003-01-23Add a "capture_arcnet()" routine and use it when capturing.Guy Harris1-1/+8
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-2/+2
2003-01-01Re-word-wrap the "you can't capture on PPP/WAN interfaces on NT"Guy Harris1-3/+3
2002-12-31Use _WIN32 rather than WIN32 throughout (both of them appear to work - IGuy Harris1-4/+4
2002-12-31Clean up the comments a bit.Guy Harris1-2/+3
2002-12-29Fix a typo.Guy Harris1-2/+2
2002-12-29"&magic" is a "guint32 *", so adding a byte count to it points thatGuy Harris1-2/+2
2002-12-18Correctly compute the minutes portion of the elapsed time.Guy Harris1-2/+2
2002-12-08Add a capture routine for IP-over-FC, and call it from the capture code.Guy Harris1-1/+5
2002-10-19Suppress compiler warnings on platforms where "time_t" is a "long",Guy Harris1-3/+4
2002-10-16From Ulf Lamping: show total running time of capture in capture progressGuy Harris1-5/+35
2002-10-14From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris1-1/+3
2002-10-09From Ulf Lamping: keep "Update list of packets in real time" fromGuy Harris1-2/+5