NFS v2 setattr call: non-set values are marked as such.
[metze/wireshark/wip.git] / capture.c
1999-11-25 Guy HarrisOn a "wtap_dump_close()" error, if it's not one of...
1999-10-20 Gilbert RamirezMove GTK-related stuff out of globals.h and put it...
1999-10-02 Guy HarrisGet rid of "-F" - "-S" works, and has a more convenient UI.
1999-10-02 Guy HarrisMove the declaration of global variables involved with...
1999-10-02 Guy HarrisHave "do_capture()" take, as an argument, a pointer...
1999-10-02 Guy HarrisA child process for a "-S" or "-F" capture should ...
1999-10-01 Guy HarrisMove the definitions of "sync_mode", "sync_pipe", ...
1999-09-30 Guy HarrisAdd a new global flag "capture_child", which is TRUE...
1999-09-30 Guy HarrisIf we're given the "-k" flag, don't start the capture...
1999-09-25 Guy HarrisSquelch a (justified, although the child process *shoul...
1999-09-23 Guy HarrisClose the capture file in "do_capture()", right before...
1999-09-23 Guy HarrisIf we forcibly turn off "fork_mode" if the user doesn...
1999-09-23 Guy HarrisIn fork mode, close the capture file in "do_capture...
1999-09-23 Guy HarrisMove the toolkit-independent code to create a temporary...
1999-09-11 Guy Harris"capture.c" doesn't do socket "ioctl"s any more - the...
1999-09-09 Gilbert RamirezMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-09 Gilbert RamirezMore shuffling of GTK-related files to gtk subdirectory.
1999-09-08 Guy HarrisDon't include in the list of interfaces offered by...
1999-09-01 Gilbert RamirezMoved GTK-dependent routines for file dialogues, print...
1999-08-24 Gilbert RamirezRemoved unnecessary #include "etypes.h" lines.
1999-08-24 Guy HarrisAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 Guy HarrisGet rid of some cruft left in by previous checkins...
1999-08-22 Guy HarrisHave the message boxes put up for "libpcap" errors...
1999-08-22 Guy HarrisDLT_NULL, from "libpcap", means different things on...
1999-08-19 Guy HarrisUse "g_strdup()" rather than "strdup()".
1999-08-19 Guy HarrisHave the per-capture-file-type open routines "wtap_open...
1999-08-18 Guy Harris"wtap_pcap_encap_to_wtap_encap()" shouldn't return...
1999-08-18 Guy HarrisMake "wtap_dump()" and "wtap_dump_close()" return error...
1999-08-18 Guy HarrisAdd to Wiretap the ability to write capture files;...
1999-08-15 Guy HarrisThe "loop_data" structure is used only in "capture...
1999-08-15 Guy Harris"open_cap_file()", if it succeeds, closes any capture...
1999-08-15 Guy HarrisDon't preserve the read filter from file to file -...
1999-08-15 Guy Harris"read_cap_file()" doesn't need to be passed a file...
1999-08-15 Guy HarrisSplit "load_cap_file()" into "open_cap_file()" and...
1999-08-14 Guy HarrisAdd ICMP to the set of packet types counted in the...
1999-08-10 Guy HarrisDisplay counts of NetBEUI/NBF frames as "NetBIOS".
1999-08-10 Guy HarrisJeff Foster's changes to add support for NetBEUI/NBF...
1999-08-10 Laurent DenielChange the test of pcap_dispatch returned value
1999-08-10 Laurent DenielFix the -S option timeout handling:
1999-08-10 Guy HarrisAdd the ability to specify a filter to be used when...
1999-08-05 Laurent DenielUse execlp instead of execl to scan the PATH for the
1999-08-03 Gilbert RamirezUpdate version numbers to 0.7.0, and update win32 Makef...
1999-08-02 Gilbert RamirezChanged the chmod() call to a pair of umask() calls...
1999-07-31 Gilbert Ramirezchmod() the temporary capture file to 0600 so that...
1999-07-28 Laurent DenielFix the -S option :
1999-07-28 Gerald CombsAdded a bug fix from Erik Daughtrey that sets cf_filter...
1999-07-24 Guy HarrisHave "close_cap_file()" disable all menu items that...
1999-07-23 Guy HarrisAdd a "File/Print" menu item, which prints *all* the...
1999-07-20 Guy HarrisIf doing a catpure with "-S", as soon as we've created...
1999-07-20 Guy HarrisFix a comment.
1999-07-13 Gilbert RamirezSince ethereal is now dependent on GTK+-1.2.x (because...
1999-07-09 Gilbert RamirezAdded the ability to create a read-only ethereal, i...
1999-06-22 Gilbert RamirezAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-06-21 Gilbert RamirezFound some erroneous usages of gtk_signal_connect_objec...
1999-06-19 Guy HarrisAdded "Capture" and "Display" menus; "Capture" has...
1999-06-12 Guy HarrisImprove the alert boxes put up for file open/read/write...
1999-06-11 Gilbert RamirezAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-06-05 Guy HarrisDon't "g_strdup()" what "gtk_entry_get_text()" returns...
1999-06-01 Guy HarrisWhen constructing the list for the "Count" combo box...
1999-05-11 Laurent DenielLive data capture and display enhancement that allows...
1999-04-06 Gilbert RamirezCapturing packets from ethereal now saves the capture...
1999-02-11 Guy HarrisHave MIN_PACKET_SIZE, rather than 1, be the minimum...
1999-02-11 Guy HarrisMake the minimum and maximum packet sizes #defines.
1999-02-09 Guy HarrisWhen doing a capture, decode enough of the incoming...
1999-02-02 Guy HarrisNo need to disable filter-related widgets for packet...
1998-12-29 Gerald Combs* Added Joerg Mayer's Vines patch
1998-12-22 Gilbert RamirezFixed more bugs with dialogues and gtk+-1.1.x.
1998-12-22 Gilbert RamirezStopped the "TCP Follow" screen from producing an error...
1998-12-17 Gilbert RamirezA patch spread across many files to let Ethereal compil...
1998-11-18 Gerald Combs* Disable filter-related widgets if we're using wiretap.
1998-11-17 Guy HarrisAdd a "acinclude.m4" file that defines a "AC_ETHEREAL_S...
1998-11-15 Guy HarrisBack out some changes accidentally commited by the...
1998-11-15 Guy HarrisAdd support to wiretap for reading Sun "snoop" capture...
1998-10-28 Gerald Combs* Added preference file saves and reads.
1998-10-13 Guy HarrisSquelch a number of "-Wall" errors by:
1998-10-12 Gerald Combs- Added match_strval function to packet.c
1998-10-10 Gerald Combs* OSPF alignment fixes (Gerald)
1998-09-29 hannesChanges to capture.c and capture.h to support more...
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision