aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-22From Graeme Hewson:Gerald Combs1-23/+22
2002-09-09From Graeme Hewson:Guy Harris1-5/+15
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-35/+35
2002-08-13Not all compilers allow labels that don't have a statement followingGuy Harris1-3/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-16/+12
2002-07-16From Graeme Hewson:Guy Harris1-2/+2
2002-07-16From Graeme Hewson:Guy Harris1-6/+3
2002-07-15Update the "NT sucks for PPP capture" note to include NT 5.1 (XP andGuy Harris1-25/+24
2002-06-22On Windows, there's no "pipe_fd", so don't refer to it.Guy Harris1-17/+20
2002-06-13From Graeme Hewson: fix capture-from-pipe not to block when reading fromGuy Harris1-157/+333
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris1-11/+18
2002-06-07Just have "pcap_dispatch()" cons up a "strut pcap_pkthdr" and callGuy Harris1-46/+38
2002-06-07Have a common routine for doing the packet counter stuff, rather thanGuy Harris1-68/+37
2002-06-07Pass the captured length, not the full length, to the "capture_"Guy Harris1-10/+17
2002-06-06From Michael Tuexen: remove the old workaround for "select()"s notGuy Harris1-14/+1
2002-06-04From Michael Tuexen: treat Darwin/MacOS X like the other BSDs, as itsGuy Harris1-3/+3
2002-06-04From Graeme Hewson:Guy Harris1-53/+48
2002-05-04From Joerg Mayer: get rid of some unused arguments, and mark others asGuy Harris1-9/+16
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-3/+3
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-1/+2
2002-02-24Put all the capture options into a structure.Guy Harris1-39/+36
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris1-22/+43
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-11/+16
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris1-4/+6
2002-01-08Add a routine to kill a capture child if it exists, so that if we exitGuy Harris1-2/+17
2002-01-04As per Michael Tuexen's suggestion, set the libpcap open timeout to 1Guy Harris1-1/+14
2002-01-03Make the "go" member of the "loop_data" structure in Ethereal aGuy Harris1-2/+26
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-19/+67
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-2/+35