aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-35/+35
* Not all compilers allow labels that don't have a statement followingGuy Harris2002-08-131-3/+3
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-16/+12
* From Graeme Hewson:Guy Harris2002-07-161-2/+2
* From Graeme Hewson:Guy Harris2002-07-161-6/+3
* Update the "NT sucks for PPP capture" note to include NT 5.1 (XP andGuy Harris2002-07-151-25/+24
* On Windows, there's no "pipe_fd", so don't refer to it.Guy Harris2002-06-221-17/+20
* From Graeme Hewson: fix capture-from-pipe not to block when reading fromGuy Harris2002-06-131-157/+333
* Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris2002-06-071-11/+18
* Just have "pcap_dispatch()" cons up a "strut pcap_pkthdr" and callGuy Harris2002-06-071-46/+38
* Have a common routine for doing the packet counter stuff, rather thanGuy Harris2002-06-071-68/+37
* Pass the captured length, not the full length, to the "capture_"Guy Harris2002-06-071-10/+17
* From Michael Tuexen: remove the old workaround for "select()"s notGuy Harris2002-06-061-14/+1
* From Michael Tuexen: treat Darwin/MacOS X like the other BSDs, as itsGuy Harris2002-06-041-3/+3
* From Graeme Hewson:Guy Harris2002-06-041-53/+48
* From Joerg Mayer: get rid of some unused arguments, and mark others asGuy Harris2002-05-041-9/+16
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-3/+3
* Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris2002-04-081-1/+2
* Put all the capture options into a structure.Guy Harris2002-02-241-39/+36
* "autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris2002-02-241-22/+43
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-11/+16
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Separate the promiscuous mode, "Update list of packets in real time",Guy Harris2002-01-101-4/+6
* Add a routine to kill a capture child if it exists, so that if we exitGuy Harris2002-01-081-2/+17
* As per Michael Tuexen's suggestion, set the libpcap open timeout to 1Guy Harris2002-01-041-1/+14
* Make the "go" member of the "loop_data" structure in Ethereal aGuy Harris2002-01-031-2/+26
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-19/+67
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-2/+35
* Add support for LocalTalk Link Access Protocol.Guy Harris2001-11-301-2/+12
* Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris2001-11-281-1/+5
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-13/+1
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-18/+18
* Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris2001-11-091-2/+7
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-3/+3
* Use "g_warning" to print warning messages from "pcap_open_live()", asGuy Harris2001-10-251-2/+2
* Handle "pcap_open_live()" succeeding but returning a warning; print theGuy Harris2001-10-251-14/+24
* Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris2001-06-181-2/+3
* If the capture child process sends the parent an error message with aGuy Harris2001-06-151-15/+18
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-2/+2
* Changes to structure initializations not to initialize some but not allGuy Harris2001-06-021-12/+12
* "prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldGuy Harris2001-05-011-2/+2
* Added the ethereal capture preferences to the preference file.Jeff Foster2001-04-131-6/+4
* The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2Guy Harris2001-04-111-12/+9
* WinPcap 2.1 allows you to capture on Token Ring, so remove the noteGuy Harris2001-04-041-4/+3
* Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris2001-03-301-3/+3
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-2/+6
* Rename "SP_ERROR" to "SP_ERROR_MSG" to avoid a #define collision withGuy Harris2001-02-141-5/+5
* In an "Update list of packets in real time" capture, pass the number ofGuy Harris2001-02-111-4/+27
* Change the protocol between the parent and child processes in an "UpdateGuy Harris2001-02-111-40/+89
* Report failures of "pcap_stats()", as tcpdump does.Guy Harris2001-02-111-1/+6