Update the Win32 Nmakefiles to reflect the move of the color code into
[obnox/wireshark/wip.git] / file.c
2000-02-03 guyChange from Ed Meaney - when doing a "Save" or "Save...
2000-01-27 gramIf a file is opened, and then closed, the File|Open...
2000-01-25 gramAdd O_BINARY flag to open() for win32.
2000-01-25 guyEncapsulate the code to take a pointer to a pathname...
2000-01-25 guy"If there aren't any packets to select" means "if there...
2000-01-25 guyIf there aren't any packets to select, don't try to...
2000-01-25 guyOn Win32, when splitting file names into directory...
2000-01-24 guyOpen files with "rb" rather than "r" - this may fix...
2000-01-18 guyJerry Talkington's changes to support, in the packet...
2000-01-15 gramMerge in the final code to make Ethereal run on Win32...
2000-01-13 guyAssign a frame number to a frame only when reading...
2000-01-10 guyMove the code in "column.c" that implements the column...
2000-01-08 guyDon't recompute "cf->count" when filtering packets...
2000-01-06 guyPrinting multiple pages of PostScript wasn't as tricky...
2000-01-05 guyWhen we select the row for the frame found by "Find...
2000-01-03 guyBefore adding a frame to the list of displayed frames...
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...
2000-01-03 guyFix a nasty side-effect of running the packet list in
1999-12-29 gramChanged the protocol tree widget from a GtkTree to...
1999-12-29 guyMove the stuff to fill in those columns not filled...
1999-12-19 guyDon't keep the CList of color filters around; create...
1999-12-19 guyMake the color filter list global, and have the code...
1999-12-15 gramOops. My last commit was made form the wrong tree and...
1999-12-15 gramAdd Dearborn Group Technology's Gryphon dissector as...
1999-12-12 oabadCopy the pseudo_header from frame_data to the wtap_pkth...
1999-12-09 oabadplugins support (i.e. Dynamically loadable dissectors)
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-12-04 guyTo find out the file's packet encapsulation type (which...
1999-12-04 guyNow that "wtap_file_type_string()" takes a file type...
1999-12-04 guyMore infrastructure changes for Ethereal - make
1999-12-04 guyWhen doing a live display of a live capture, don't...
1999-12-01 gramAdded Florian Lohoff's <flo@rfc822.org> patch to enable...
1999-11-30 guyThere's no need to put a "Could not save to" message...
1999-11-30 guyAllow the user to save either all of the current captur...
1999-11-30 guyIn "Go To Frame", distinguish between "there is no...
1999-11-30 guyStuff in "colors.c" largely need work only on a "colfil...
1999-11-29 guyMove the callback for input available on the sync pipe...
1999-11-29 guyWhen a capture completes, the capture file is a tempora...
1999-11-25 geraldChange display filter entry widget to a GtkCombo.
1999-11-22 gramA "character encoding" variable is now set per packet...
1999-11-19 gramChange match_selected() to produce a display filter...
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-08 guyAdd a "Go To Frame" menu item, which lets you go to...
1999-11-06 guyPop up a message box if a search for a frame fails.
1999-11-06 guyAdd a "Find Frame" menu item under "Display"; it lets...
1999-10-31 gramAdd a module to wiretap to be able to read trace files...
1999-10-29 guyUwe Girlich's ONC RPC and NFS dissectors.
1999-10-22 guyAdd in a missing include of "packet-vines.h", to declare
1999-10-22 guyAdd support for SNA FID type 4 addresses to the code...
1999-10-22 guyAdd support for Banyan Vines addresses to the code...
1999-10-22 guyAdd support for Appletalk DDP addresses to the code...
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-20 gramAdded Nathan's patch for AFS and RX dissection.
1999-10-12 guyHave "dfilter_compile()" return 0 on success and 1...
1999-10-12 gramRe-implemented fix to keep display filter from reading...
1999-10-11 gramFixed bug reported by Laurent regarding byte-string...
1999-10-11 guyWhen a new display filter is to be applied, don't set...
1999-10-10 sharpeBig bunch of fixes to packet-smb.c for things I need.
1999-10-05 gramAdded Santeri Paavolainen's <santtu@ssh.fi> patch to...
1999-09-30 gramAdded check for <sys/wait.h> #ifdef'ed the SIGSYS block...
1999-09-30 guyWhen we get an EOF on the sync pipe in sync mode, wait...
1999-09-29 guyAdd an item to the "File/Print" dialog box to ask that...
1999-09-29 gramAdded and extended Santeri Paavolainen's <santtu@ssh...
1999-09-24 gramRe-enable progress bar movement during display filter...
1999-09-23 guyMake the buffer into which we read from the sync pipe...
1999-09-23 ashoknAdds progress bar functionality back for loading files...
1999-09-23 guy"sync_mode" isn't used in "file.c", so there's no need...
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-19 denielAdded "Automatic scrolling in live capture".
1999-09-13 guyHave a progress bar for "File/Print".
1999-09-12 guyAdd a "Expand all levels"/"Print as displayed" pair...
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-09-11 denielCollapse/Expand All protocol tree added in Display...
1999-09-11 geraldAdded support for Lucent/Ascend packet traces. The...
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...
1999-08-28 gramStop processing of colorization display filters after...
1999-08-28 guyDon't do file-read progress bar updates with a timeout...
1999-08-26 gramIntroduces a new global gboolean variable: proto_tree_i...
1999-08-25 gramFixed CPP #ifdef and comment.
1999-08-24 gramAdded John McDermott's colorization routines. There...
1999-08-22 guyRemove the include of <sys/time.h> from "file.h" -...
1999-08-22 guyAdd a "wtap_strerror()" routine, which takes as an...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-20 gramEnabled error reporting for bad ETHER values in display...
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-15 gramFixed segfault with new gtk_tree_item deselection routi...
1999-08-15 guyDon't preserve the read filter from file to file -...
1999-08-15 gramFixed the problem with an assert coming from gtkwidget...
1999-08-15 guyHave "wtap_open_offline()" return, on failure, an indic...
1999-08-15 guy"read_cap_file()" doesn't need to be passed a file...
1999-08-15 guyOops, forgot to get rid of the "open_cap_file()" in...
1999-08-15 guySplit "load_cap_file()" into "open_cap_file()" and...
1999-08-14 gramFixed segfault with combination of new dfilter struct...
1999-08-14 guyHave the "delta" format for time stamps show the time...
1999-08-14 guyFix up the code that changes the "command-line-specifie...
1999-08-14 guyEnable the "Display/Options" menu item when we're captu...
1999-08-14 guyIn "change_time_formats()", you have to set "fd->cinfo...
next