aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-19Close capture file descriptor.Gilbert Ramirez1-1/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-2/+2
2000-05-06Check whether "pipe()" succeeds, and pop up a message box and quit if itGuy Harris1-3/+12
2000-05-06If the attempt to execute Ethereal in a child process fails, have theGuy Harris1-85/+117
2000-03-21Paul Welchinski's changes to, on Win32 systems:Guy Harris1-1/+18
2000-02-19Used register_init_routine() to register "reinit_x25_hashtable()" as aOlivier Abad1-6/+1
2000-02-18Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !Olivier Abad1-1/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+8
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-2/+14
2000-02-02Also listen for GDK_INPUT_EXCEPTION on the sync pipe. On Solaris 2.6Gilbert Ramirez1-3/+3
2000-01-30added support for clicking capture window's close box to stop captureNathan Neulinger1-1/+11
2000-01-26In case the "ts" field of a libpcap per-packet header isn't a "structGuy Harris1-2/+7
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-7/+13
2000-01-20Joerg Mayer's updates to the VINES dissector and to protocol layersGuy Harris1-2/+11
2000-01-12Enough is enough. Requiring anybody who uses Ethereal on Linux toGuy Harris1-2/+45
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-2/+2
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris1-2/+1
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-1/+2
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-2/+11
1999-11-30Allow the user to save either all of the current capture, or only theGuy Harris1-17/+24
1999-11-29Move the callback for input available on the sync pipe from "file.c" toGuy Harris1-15/+229
1999-11-28Pass the right argument to the "simple_dialog()" call to put up the "weGuy Harris1-2/+2
1999-11-25On a "wtap_dump_close()" error, if it's not one of the errors for whichGuy Harris1-10/+3
1999-10-20Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.hGilbert Ramirez1-1/+2
1999-10-02Get rid of "-F" - "-S" works, and has a more convenient UI.Guy Harris1-78/+62
1999-10-02Move the declaration of global variables involved with packet captureGuy Harris1-1/+5
1999-10-02Have "do_capture()" take, as an argument, a pointer to the name of theGuy Harris1-23/+24
1999-10-02A child process for a "-S" or "-F" capture should *always* exit when theGuy Harris1-26/+28
1999-10-01Move the definitions of "sync_mode", "sync_pipe", "fork_mode",Guy Harris1-1/+7
1999-09-30Add a new global flag "capture_child", which is TRUE if we're a childGuy Harris1-20/+38
1999-09-30If we're given the "-k" flag, don't start the capture until after we've:Guy Harris1-3/+3
1999-09-25Squelch a (justified, although the child process *shouldn't* ever sendGuy Harris1-2/+2