aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark Clayton's patch to add support for capturing on ATM interfaces onGuy Harris2000-06-151-1/+5
* Support for SCTP in the capture dialog, from Michael Tuexen.Guy Harris2000-05-261-2/+11
* Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez2000-05-251-2/+2
* Move the closes of the save file FD around:Guy Harris2000-05-191-10/+18
* Close capture file descriptor.Gilbert Ramirez2000-05-191-1/+5
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-2/+2
* Check whether "pipe()" succeeds, and pop up a message box and quit if itGuy Harris2000-05-061-3/+12
* If the attempt to execute Ethereal in a child process fails, have theGuy Harris2000-05-061-85/+117
* Paul Welchinski's changes to, on Win32 systems:Guy Harris2000-03-211-1/+18
* Used register_init_routine() to register "reinit_x25_hashtable()" as aOlivier Abad2000-02-191-6/+1
* Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !Olivier Abad2000-02-181-1/+6
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+8
* Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2000-02-091-2/+14
* Also listen for GDK_INPUT_EXCEPTION on the sync pipe. On Solaris 2.6Gilbert Ramirez2000-02-021-3/+3
* added support for clicking capture window's close box to stop captureNathan Neulinger2000-01-301-1/+11
* In case the "ts" field of a libpcap per-packet header isn't a "structGuy Harris2000-01-261-2/+7
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-7/+13
* Joerg Mayer's updates to the VINES dissector and to protocol layersGuy Harris2000-01-201-2/+11
* Enough is enough. Requiring anybody who uses Ethereal on Linux toGuy Harris2000-01-121-2/+45
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-2/+2
* Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris2000-01-031-2/+1
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-1/+2