aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-28Added a bug fix from Erik Daughtrey that sets cf_filter to NULL after beingGerald Combs1-1/+2
1999-07-24Have "close_cap_file()" disable all menu items that make sense only ifGuy Harris1-6/+16
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-2/+3
1999-07-20If doing a catpure with "-S", as soon as we've created the capture fileGuy Harris1-11/+10
1999-07-20Fix a comment.Guy Harris1-2/+2
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1-7/+1
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1-3/+5
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-1/+3
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1-19/+14
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-51/+14
1999-06-12Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1-8/+21
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-2/+11
1999-06-05Don't "g_strdup()" what "gtk_entry_get_text()" returns as the contentsGuy Harris1-3/+2
1999-06-01When constructing the list for the "Count" combo box in the "Capture"Guy Harris1-2/+2
1999-05-11Live data capture and display enhancement that allows network capture andLaurent Deniel1-3/+96
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1-54/+39
1999-02-11Have MIN_PACKET_SIZE, rather than 1, be the minimum value in the spinGuy Harris1-3/+3
1999-02-11Make the minimum and maximum packet sizes #defines.Guy Harris1-6/+6
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-50/+40