aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris1-2/+12
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-1/+5
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-13/+1
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-18/+18
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-2/+7
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-3/+3
2001-10-25Use "g_warning" to print warning messages from "pcap_open_live()", asGuy Harris1-2/+2
2001-10-25Handle "pcap_open_live()" succeeding but returning a warning; print theGuy Harris1-14/+24
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris1-2/+3
2001-06-15If the capture child process sends the parent an error message with aGuy Harris1-15/+18
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-2/+2
2001-06-02Changes to structure initializations not to initialize some but not allGuy Harris1-12/+12
2001-05-01"prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldGuy Harris1-2/+2
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-6/+4
2001-04-11The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2Guy Harris1-12/+9
2001-04-04WinPcap 2.1 allows you to capture on Token Ring, so remove the noteGuy Harris1-4/+3