| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't do the "select()" in the capture codepath on Win32; it's not | Guy Harris | 2001-01-09 | 1 | -4/+20 |
* | It turns out that the read timeout in Solaris's "bufmod" STREAMS module | Guy Harris | 2000-12-28 | 1 | -9/+30 |
* | If the capture child process exits unexpectedly, give more information | Guy Harris | 2000-12-27 | 1 | -117/+176 |
* | IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB. | Guy Harris | 2000-11-15 | 1 | -1/+5 |
* | Instead of failing if we can't find a netmask for the interface on which | Guy Harris | 2000-11-01 | 1 | -4/+11 |
* | Capture statistics box improvements from Santeri Paavolainen. | Guy Harris | 2000-10-21 | 1 | -79/+52 |
* | Santeri Paavolainen's patch to add a "Capture->Stop" menu item to let | Guy Harris | 2000-10-11 | 1 | -2/+34 |
* | Change addresses from ethereal.zing.org to www.ethereal.com. | Gerald Combs | 2000-10-08 | 1 | -2/+2 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -3/+3 |
* | libpcap unconditionally includes <net/if.h> on UNIX systems, as that is, | Guy Harris | 2000-09-17 | 1 | -5/+1 |
* | Add a "-p" command-line option, and a checkbox in the "Capture | Guy Harris | 2000-09-15 | 1 | -22/+102 |
* | Corrected startup // shutdown of windows sockets to allow name resolution to ... | Graham Bloice | 2000-09-14 | 1 | -1/+6 |
* | Change #include "wtap-int.h" to #include "wtap.h" | Gilbert Ramirez | 2000-09-14 | 1 | -2/+2 |
* | Given that DLT_ values and libpcap appear to mutate almost as fast as | Guy Harris | 2000-08-22 | 1 | -3/+4 |
* | Instead of having the normal-weight and bold fonts set separately, | Guy Harris | 2000-08-20 | 1 | -2/+2 |
* | Fix potential buffer overflows. | Laurent Deniel | 2000-08-19 | 1 | -4/+6 |
* | PPP/WAN captures work on Windows 9x, so speak of them not working only | Guy Harris | 2000-08-14 | 1 | -2/+3 |
* | On Win32, if the attempt to open the capture device fails, don't talk | Guy Harris | 2000-08-13 | 1 | -18/+54 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -6/+4 |
* | Fix it to compile on non-Linux UNIX-flavored systems and Win32 systems. | Guy Harris | 2000-07-31 | 1 | -6/+22 |
* | Add missing function prototypes. | Olivier Abad | 2000-07-30 | 1 | -1/+7 |
* | Support for capturing packet data from a pipe (a FIFO, or standard input). | Olivier Abad | 2000-07-30 | 1 | -37/+313 |
* | Get rid of "Playback" in capture window title. | Gilbert Ramirez | 2000-07-21 | 1 | -2/+2 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -8/+13 |
* | To make windows modal, use "gtk_window_set_modal()" rather than | Guy Harris | 2000-07-05 | 1 | -2/+2 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -5/+59 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -65/+65 |
* | Changes from Graham Bloice to support "Update list of packets in real | Guy Harris | 2000-06-15 | 1 | -19/+131 |
* | Mark Clayton's patch to add support for capturing on ATM interfaces on | Guy Harris | 2000-06-15 | 1 | -1/+5 |
* | Support for SCTP in the capture dialog, from Michael Tuexen. | Guy Harris | 2000-05-26 | 1 | -2/+11 |
* | Convert dissect_ppp() and friends to use tvbuffs. | Gilbert Ramirez | 2000-05-25 | 1 | -2/+2 |
* | Move the closes of the save file FD around: | Guy Harris | 2000-05-19 | 1 | -10/+18 |
* | Close capture file descriptor. | Gilbert Ramirez | 2000-05-19 | 1 | -1/+5 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -2/+2 |
* | Check whether "pipe()" succeeds, and pop up a message box and quit if it | Guy Harris | 2000-05-06 | 1 | -3/+12 |
* | If the attempt to execute Ethereal in a child process fails, have the | Guy Harris | 2000-05-06 | 1 | -85/+117 |
* | Paul Welchinski's changes to, on Win32 systems: | Guy Harris | 2000-03-21 | 1 | -1/+18 |
* | Used register_init_routine() to register "reinit_x25_hashtable()" as a | Olivier Abad | 2000-02-19 | 1 | -6/+1 |
* | Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it ! | Olivier Abad | 2000-02-18 | 1 | -1/+6 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+8 |
* | Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap | Gilbert Ramirez | 2000-02-09 | 1 | -2/+14 |
* | Also listen for GDK_INPUT_EXCEPTION on the sync pipe. On Solaris 2.6 | Gilbert Ramirez | 2000-02-02 | 1 | -3/+3 |
* | added support for clicking capture window's close box to stop capture | Nathan Neulinger | 2000-01-30 | 1 | -1/+11 |
* | In case the "ts" field of a libpcap per-packet header isn't a "struct | Guy Harris | 2000-01-26 | 1 | -2/+7 |
* | In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of | Guy Harris | 2000-01-23 | 1 | -7/+13 |
* | Joerg Mayer's updates to the VINES dissector and to protocol layers | Guy Harris | 2000-01-20 | 1 | -2/+11 |
* | Enough is enough. Requiring anybody who uses Ethereal on Linux to | Guy Harris | 2000-01-12 | 1 | -2/+45 |
* | Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c", | Guy Harris | 2000-01-03 | 1 | -2/+2 |
* | Have "gtk/menu.c" (and, in the future, code for other UIs) export a set | Guy Harris | 2000-01-03 | 1 | -2/+1 |
* | Move the GTK+ implementations of various UI utilities out of "util.c" | Guy Harris | 1999-12-09 | 1 | -1/+2 |