aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Given that DLT_ values and libpcap appear to mutate almost as fast asGuy Harris2000-08-221-3/+4
* Instead of having the normal-weight and bold fonts set separately,Guy Harris2000-08-201-2/+2
* Fix potential buffer overflows.Laurent Deniel2000-08-191-4/+6
* PPP/WAN captures work on Windows 9x, so speak of them not working onlyGuy Harris2000-08-141-2/+3
* On Win32, if the attempt to open the capture device fails, don't talkGuy Harris2000-08-131-18/+54
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+4
* Fix it to compile on non-Linux UNIX-flavored systems and Win32 systems.Guy Harris2000-07-311-6/+22
* Add missing function prototypes.Olivier Abad2000-07-301-1/+7
* Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad2000-07-301-37/+313
* Get rid of "Playback" in capture window title.Gilbert Ramirez2000-07-211-2/+2
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-8/+13
* To make windows modal, use "gtk_window_set_modal()" rather thanGuy Harris2000-07-051-2/+2
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-271-5/+59
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-65/+65
* Changes from Graham Bloice to support "Update list of packets in realGuy Harris2000-06-151-19/+131