aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-30Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris1-3/+3
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-2/+6
2001-02-14Rename "SP_ERROR" to "SP_ERROR_MSG" to avoid a #define collision withGuy Harris1-5/+5
2001-02-11In an "Update list of packets in real time" capture, pass the number ofGuy Harris1-4/+27
2001-02-11Change the protocol between the parent and child processes in an "UpdateGuy Harris1-40/+89
2001-02-11Report failures of "pcap_stats()", as tcpdump does.Guy Harris1-1/+6
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-24/+68
2001-02-10Check for errors when writing a capture file.Guy Harris1-25/+84
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris1-7/+6
2001-01-13Actually call capture_sll() from the capture loop.Gilbert Ramirez1-1/+5
2001-01-09Don't do the "select()" in the capture codepath on Win32; it's notGuy Harris1-4/+20
2000-12-28It turns out that the read timeout in Solaris's "bufmod" STREAMS moduleGuy Harris1-9/+30
2000-12-27If the capture child process exits unexpectedly, give more informationGuy Harris1-117/+176
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-1/+5
2000-11-01Instead of failing if we can't find a netmask for the interface on whichGuy Harris1-4/+11
2000-10-21Capture statistics box improvements from Santeri Paavolainen.Guy Harris1-79/+52
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris1-2/+34
2000-10-08Change addresses from ethereal.zing.org to www.ethereal.com.Gerald Combs1-2/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+3
2000-09-17libpcap unconditionally includes <net/if.h> on UNIX systems, as that is,Guy Harris1-5/+1
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris1-22/+102
2000-09-14Corrected startup // shutdown of windows sockets to allow name resolution to ...Graham Bloice1-1/+6