Patch from Ben Fowler to rename the global variable "cf" to "cfile", to
[obnox/wireshark/wip.git] / capture.c
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-06-15 guyChanges from Graham Bloice to support "Update list...
2000-06-15 guyMark Clayton's patch to add support for capturing on...
2000-05-26 guySupport for SCTP in the capture dialog, from Michael...
2000-05-25 gramConvert dissect_ppp() and friends to use tvbuffs.
2000-05-19 guyMove the closes of the save file FD around:
2000-05-19 gramClose capture file descriptor.
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-06 guyCheck whether "pipe()" succeeds, and pop up a message...
2000-05-06 guyIf the attempt to execute Ethereal in a child process...
2000-03-21 guyPaul Welchinski's changes to, on Win32 systems:
2000-02-19 oabadUsed register_init_routine() to register "reinit_x25_ha...
2000-02-18 oabadRenamed init_dissect_x25() to reinit_x25_hashtable...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-02-09 gramIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-02 gramAlso listen for GDK_INPUT_EXCEPTION on the sync pipe...
2000-01-30 nneuladded support for clicking capture window's close box...
2000-01-26 guyIn case the "ts" field of a libpcap per-packet header...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-20 guyJoerg Mayer's updates to the VINES dissector and to...
2000-01-12 guyEnough is enough. Requiring anybody who uses Ethereal...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
2000-01-03 guyHave "gtk/menu.c" (and, in the future, code for other...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-11-30 gramAdd IPX to packet stats during capture.
1999-11-30 guyAllow the user to save either all of the current captur...
1999-11-29 guyMove the callback for input available on the sync pipe...
1999-11-28 guyPass the right argument to the "simple_dialog()" call...
1999-11-25 guyOn a "wtap_dump_close()" error, if it's not one of...
1999-10-20 gramMove GTK-related stuff out of globals.h and put it...
1999-10-02 guyGet rid of "-F" - "-S" works, and has a more convenient UI.
1999-10-02 guyMove the declaration of global variables involved with...
1999-10-02 guyHave "do_capture()" take, as an argument, a pointer...
1999-10-02 guyA child process for a "-S" or "-F" capture should ...
1999-10-01 guyMove the definitions of "sync_mode", "sync_pipe", ...
1999-09-30 guyAdd a new global flag "capture_child", which is TRUE...
1999-09-30 guyIf we're given the "-k" flag, don't start the capture...
1999-09-25 guySquelch a (justified, although the child process *shoul...
1999-09-23 guyClose the capture file in "do_capture()", right before...
1999-09-23 guyIf we forcibly turn off "fork_mode" if the user doesn...
1999-09-23 guyIn fork mode, close the capture file in "do_capture...
1999-09-23 guyMove the toolkit-independent code to create a temporary...
1999-09-11 guy"capture.c" doesn't do socket "ioctl"s any more - the...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-09-08 guyDon't include in the list of interfaces offered by...
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...
1999-08-24 gramRemoved unnecessary #include "etypes.h" lines.
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 guyGet rid of some cruft left in by previous checkins...
1999-08-22 guyHave the message boxes put up for "libpcap" errors...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-19 guyUse "g_strdup()" rather than "strdup()".
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-18 guy"wtap_pcap_encap_to_wtap_encap()" shouldn't return...
1999-08-18 guyMake "wtap_dump()" and "wtap_dump_close()" return error...
1999-08-18 guyAdd to Wiretap the ability to write capture files;...
1999-08-15 guyThe "loop_data" structure is used only in "capture...
1999-08-15 guy"open_cap_file()", if it succeeds, closes any capture...
1999-08-15 guyDon't preserve the read filter from file to file -...
1999-08-15 guy"read_cap_file()" doesn't need to be passed a file...
1999-08-15 guySplit "load_cap_file()" into "open_cap_file()" and...
1999-08-14 guyAdd ICMP to the set of packet types counted in the...
1999-08-10 guyDisplay counts of NetBEUI/NBF frames as "NetBIOS".
1999-08-10 guyJeff Foster's changes to add support for NetBEUI/NBF...
1999-08-10 denielChange the test of pcap_dispatch returned value
1999-08-10 denielFix the -S option timeout handling:
1999-08-10 guyAdd the ability to specify a filter to be used when...
1999-08-05 denielUse execlp instead of execl to scan the PATH for the
1999-08-03 gramUpdate version numbers to 0.7.0, and update win32 Makef...
1999-08-02 gramChanged the chmod() call to a pair of umask() calls...
1999-07-31 gramchmod() the temporary capture file to 0600 so that...
1999-07-28 denielFix the -S option :
1999-07-28 geraldAdded a bug fix from Erik Daughtrey that sets cf_filter...
1999-07-24 guyHave "close_cap_file()" disable all menu items that...
1999-07-23 guyAdd a "File/Print" menu item, which prints *all* the...
1999-07-20 guyIf doing a catpure with "-S", as soon as we've created...
1999-07-20 guyFix a comment.
1999-07-13 gramSince ethereal is now dependent on GTK+-1.2.x (because...
1999-07-09 gramAdded the ability to create a read-only ethereal, i...
1999-06-22 gramAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-06-21 gramFound some erroneous usages of gtk_signal_connect_objec...
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-06-12 guyImprove the alert boxes put up for file open/read/write...
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-06-05 guyDon't "g_strdup()" what "gtk_entry_get_text()" returns...
1999-06-01 guyWhen constructing the list for the "Count" combo box...
1999-05-11 denielLive data capture and display enhancement that allows...
1999-04-06 gramCapturing packets from ethereal now saves the capture...
1999-02-11 guyHave MIN_PACKET_SIZE, rather than 1, be the minimum...
1999-02-11 guyMake the minimum and maximum packet sizes #defines.
1999-02-09 guyWhen doing a capture, decode enough of the incoming...
1999-02-02 guyNo need to disable filter-related widgets for packet...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-22 gramFixed more bugs with dialogues and gtk+-1.1.x.
1998-12-22 gramStopped the "TCP Follow" screen from producing an error...
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-11-18 gerald* Disable filter-related widgets if we're using wiretap.
1998-11-17 guyAdd a "acinclude.m4" file that defines a "AC_ETHEREAL_S...
1998-11-15 guyBack out some changes accidentally commited by the...
next