aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-24/+68
* Check for errors when writing a capture file.Guy Harris2001-02-101-25/+84
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-281-7/+6
* Actually call capture_sll() from the capture loop.Gilbert Ramirez2001-01-131-1/+5
* Don't do the "select()" in the capture codepath on Win32; it's notGuy Harris2001-01-091-4/+20
* It turns out that the read timeout in Solaris's "bufmod" STREAMS moduleGuy Harris2000-12-281-9/+30
* If the capture child process exits unexpectedly, give more informationGuy Harris2000-12-271-117/+176
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-151-1/+5
* Instead of failing if we can't find a netmask for the interface on whichGuy Harris2000-11-011-4/+11
* Capture statistics box improvements from Santeri Paavolainen.Guy Harris2000-10-211-79/+52
* Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris2000-10-111-2/+34
* Change addresses from ethereal.zing.org to www.ethereal.com.Gerald Combs2000-10-081-2/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+3
* libpcap unconditionally includes <net/if.h> on UNIX systems, as that is,Guy Harris2000-09-171-5/+1
* Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris2000-09-151-22/+102
* Corrected startup // shutdown of windows sockets to allow name resolution to ...Graham Bloice2000-09-141-1/+6
* Change #include "wtap-int.h" to #include "wtap.h"Gilbert Ramirez2000-09-141-2/+2