aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-09-23Close the capture file in "do_capture()", right before unlinking theGuy Harris1-14/+8
1999-09-23If we forcibly turn off "fork_mode" if the user doesn't enable "UpdateGuy Harris1-4/+4
1999-09-23In fork mode, close the capture file in "do_capture()", because theGuy Harris1-44/+63
1999-09-23Move the toolkit-independent code to create a temporary capture file,Guy Harris1-224/+372
1999-09-11"capture.c" doesn't do socket "ioctl"s any more - the code to do that isGuy Harris1-5/+1
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-433/+3
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-09-08Don't include in the list of interfaces offered by the "capture" dialogGuy Harris1-6/+32
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-2/+2
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-1/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-13/+4
1999-08-22Have the message boxes put up for "libpcap" errors include the errorGuy Harris1-7/+9
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-28/+111
1999-08-19Use "g_strdup()" rather than "strdup()".Guy Harris1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-5/+4
1999-08-18"wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itGuy Harris1-1/+7
1999-08-18Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris1-7/+38
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-33/+69
1999-08-15The "loop_data" structure is used only in "capture.c"; move itsGuy Harris1-1/+10
1999-08-15"open_cap_file()", if it succeeds, closes any capture file we had open;Guy Harris1-5/+3
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1-5/+10