aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1-2/+2
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1-3/+3
1999-08-14Add ICMP to the set of packet types counted in the window shown while aGuy Harris1-2/+11
1999-08-10Display counts of NetBEUI/NBF frames as "NetBIOS".Guy Harris1-3/+3
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1-13/+22
1999-08-10Change the test of pcap_dispatch returned valueLaurent Deniel1-3/+3
1999-08-10Fix the -S option timeout handling:Laurent Deniel1-23/+15
1999-08-10Add the ability to specify a filter to be used when reading the file toGuy Harris1-6/+3
1999-08-05Use execlp instead of execl to scan the PATH for theLaurent Deniel1-11/+11
1999-08-03Update version numbers to 0.7.0, and update win32 Makefiles. I made someGilbert Ramirez1-1/+15
1999-08-02Changed the chmod() call to a pair of umask() calls that straddle theGilbert Ramirez1-2/+9
1999-07-31chmod() the temporary capture file to 0600 so that only the user canGilbert Ramirez1-2/+6
1999-07-28Fix the -S option :Laurent Deniel1-4/+12