aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-14Change #include "wtap-int.h" to #include "wtap.h"Gilbert Ramirez1-2/+2
2000-08-22Given that DLT_ values and libpcap appear to mutate almost as fast asGuy Harris1-3/+4
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris1-2/+2
2000-08-19Fix potential buffer overflows.Laurent Deniel1-4/+6
2000-08-14PPP/WAN captures work on Windows 9x, so speak of them not working onlyGuy Harris1-2/+3
2000-08-13On Win32, if the attempt to open the capture device fails, don't talkGuy Harris1-18/+54
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+4
2000-07-31Fix it to compile on non-Linux UNIX-flavored systems and Win32 systems.Guy Harris1-6/+22
2000-07-30Add missing function prototypes.Olivier Abad1-1/+7
2000-07-30Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad1-37/+313
2000-07-21Get rid of "Playback" in capture window title.Gilbert Ramirez1-2/+2
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-8/+13
2000-07-05To make windows modal, use "gtk_window_set_modal()" rather thanGuy Harris1-2/+2
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-5/+59
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-65/+65
2000-06-15Changes from Graham Bloice to support "Update list of packets in realGuy Harris1-19/+131
2000-06-15Mark Clayton's patch to add support for capturing on ATM interfaces onGuy Harris1-1/+5
2000-05-26Support for SCTP in the capture dialog, from Michael Tuexen.Guy Harris1-2/+11
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez1-2/+2
2000-05-19Move the closes of the save file FD around:Guy Harris1-10/+18