aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.hGilbert Ramirez1999-10-201-1/+2
* Get rid of "-F" - "-S" works, and has a more convenient UI.Guy Harris1999-10-021-78/+62
* Move the declaration of global variables involved with packet captureGuy Harris1999-10-021-1/+5
* Have "do_capture()" take, as an argument, a pointer to the name of theGuy Harris1999-10-021-23/+24
* A child process for a "-S" or "-F" capture should *always* exit when theGuy Harris1999-10-021-26/+28
* Move the definitions of "sync_mode", "sync_pipe", "fork_mode",Guy Harris1999-10-011-1/+7
* Add a new global flag "capture_child", which is TRUE if we're a childGuy Harris1999-09-301-20/+38
* If we're given the "-k" flag, don't start the capture until after we've:Guy Harris1999-09-301-3/+3
* Squelch a (justified, although the child process *shouldn't* ever sendGuy Harris1999-09-251-2/+2
* Close the capture file in "do_capture()", right before unlinking theGuy Harris1999-09-231-14/+8
* If we forcibly turn off "fork_mode" if the user doesn't enable "UpdateGuy Harris1999-09-231-4/+4
* In fork mode, close the capture file in "do_capture()", because theGuy Harris1999-09-231-44/+63
* Move the toolkit-independent code to create a temporary capture file,Guy Harris1999-09-231-224/+372
* "capture.c" doesn't do socket "ioctl"s any more - the code to do that isGuy Harris1999-09-111-5/+1
* More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1999-09-091-433/+3
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-091-2/+2
* Don't include in the list of interfaces offered by the "capture" dialogGuy Harris1999-09-081-6/+32
* Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1999-09-011-2/+2
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1999-08-241-1/+2
* Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1999-08-221-13/+4
* Have the message boxes put up for "libpcap" errors include the errorGuy Harris1999-08-221-7/+9
* DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1999-08-221-28/+111
* Use "g_strdup()" rather than "strdup()".Guy Harris1999-08-191-2/+2
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-5/+4
* "wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itGuy Harris1999-08-181-1/+7
* Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris1999-08-181-7/+38
* Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1999-08-181-33/+69
* The "loop_data" structure is used only in "capture.c"; move itsGuy Harris1999-08-151-1/+10
* "open_cap_file()", if it succeeds, closes any capture file we had open;Guy Harris1999-08-151-5/+3
* Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1999-08-151-5/+10
* "read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1999-08-151-2/+2
* Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1999-08-151-3/+3
* Add ICMP to the set of packet types counted in the window shown while aGuy Harris1999-08-141-2/+11
* Display counts of NetBEUI/NBF frames as "NetBIOS".Guy Harris1999-08-101-3/+3
* Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1999-08-101-13/+22
* Change the test of pcap_dispatch returned valueLaurent Deniel1999-08-101-3/+3
* Fix the -S option timeout handling:Laurent Deniel1999-08-101-23/+15
* Add the ability to specify a filter to be used when reading the file toGuy Harris1999-08-101-6/+3
* Use execlp instead of execl to scan the PATH for theLaurent Deniel1999-08-051-11/+11
* Update version numbers to 0.7.0, and update win32 Makefiles. I made someGilbert Ramirez1999-08-031-1/+15
* Changed the chmod() call to a pair of umask() calls that straddle theGilbert Ramirez1999-08-021-2/+9
* chmod() the temporary capture file to 0600 so that only the user canGilbert Ramirez1999-07-311-2/+6
* Fix the -S option :Laurent Deniel1999-07-281-4/+12
* Added a bug fix from Erik Daughtrey that sets cf_filter to NULL after beingGerald Combs1999-07-281-1/+2
* Have "close_cap_file()" disable all menu items that make sense only ifGuy Harris1999-07-241-6/+16
* Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1999-07-231-2/+3
* If doing a catpure with "-S", as soon as we've created the capture fileGuy Harris1999-07-201-11/+10
* Fix a comment.Guy Harris1999-07-201-2/+2
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-131-7/+1