aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-02Get rid of "-F" - "-S" works, and has a more convenient UI.guy1-78/+62
1999-10-02Move the declaration of global variables involved with packet captureguy1-1/+5
1999-10-02Have "do_capture()" take, as an argument, a pointer to the name of theguy1-23/+24
1999-10-02A child process for a "-S" or "-F" capture should *always* exit when theguy1-26/+28
1999-10-01Move the definitions of "sync_mode", "sync_pipe", "fork_mode",guy1-1/+7
1999-09-30Add a new global flag "capture_child", which is TRUE if we're a childguy1-20/+38
1999-09-30If we're given the "-k" flag, don't start the capture until after we've:guy1-3/+3
1999-09-25Squelch a (justified, although the child process *shouldn't* ever sendguy1-2/+2
1999-09-23Close the capture file in "do_capture()", right before unlinking theguy1-14/+8
1999-09-23If we forcibly turn off "fork_mode" if the user doesn't enable "Updateguy1-4/+4
1999-09-23In fork mode, close the capture file in "do_capture()", because theguy1-44/+63
1999-09-23Move the toolkit-independent code to create a temporary capture file,guy1-224/+372
1999-09-11"capture.c" doesn't do socket "ioctl"s any more - the code to do that isguy1-5/+1
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.gram1-433/+3
1999-09-09More shuffling of GTK-related files to gtk subdirectory.gram1-2/+2
1999-09-08Don't include in the list of interfaces offered by the "capture" dialogguy1-6/+32
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printgram1-2/+2
1999-08-24Removed unnecessary #include "etypes.h" lines.gram1-2/+1
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningguy1-1/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.guy1-13/+4
1999-08-22Have the message boxes put up for "libpcap" errors include the errorguy1-7/+9
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsguy1-28/+111
1999-08-19Use "g_strdup()" rather than "strdup()".guy1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsguy1-5/+4
1999-08-18"wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itguy1-1/+7
1999-08-18Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkguy1-7/+38
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyguy1-33/+69
1999-08-15The "loop_data" structure is used only in "capture.c"; move itsguy1-1/+10
1999-08-15"open_cap_file()", if it succeeds, closes any capture file we had open;guy1-5/+3
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyguy1-5/+10
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -guy1-2/+2
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".guy1-3/+3
1999-08-14Add ICMP to the set of packet types counted in the window shown while aguy1-2/+11
1999-08-10Display counts of NetBEUI/NBF frames as "NetBIOS".guy1-3/+3
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2guy1-13/+22
1999-08-10Change the test of pcap_dispatch returned valuedeniel1-3/+3
1999-08-10Fix the -S option timeout handling:deniel1-23/+15
1999-08-10Add the ability to specify a filter to be used when reading the file toguy1-6/+3
1999-08-05Use execlp instead of execl to scan the PATH for thedeniel1-11/+11
1999-08-03Update version numbers to 0.7.0, and update win32 Makefiles. I made somegram1-1/+15
1999-08-02Changed the chmod() call to a pair of umask() calls that straddle thegram1-2/+9
1999-07-31chmod() the temporary capture file to 0600 so that only the user cangram1-2/+6
1999-07-28Fix the -S option :deniel1-4/+12
1999-07-28Added a bug fix from Erik Daughtrey that sets cf_filter to NULL after beinggerald1-1/+2
1999-07-24Have "close_cap_file()" disable all menu items that make sense only ifguy1-6/+16
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theguy1-2/+3
1999-07-20If doing a catpure with "-S", as soon as we've created the capture fileguy1-11/+10
1999-07-20Fix a comment.guy1-2/+2
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andgram1-7/+1
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatgram1-3/+5