Patch from Ben Fowler to rename the global variable "cf" to "cfile", to
[obnox/wireshark/wip.git] / file.c
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-18 guyHave "proto_tree_is_visible" false except when we're...
2000-05-15 guyWe can't trust "cf->current_frame" to refer to the...
2000-05-12 gramBen Fowler <wapdev@leedsnet.com>'s "usage of fd" patch.
2000-05-06 guyFix indentation so that it looks correct if tabs are...
2000-04-14 gramChange dfilter_apply() to 4-argument function. 4th...
2000-04-13 gramConsolidate flags in struct frame_data, and add "visite...
2000-04-07 guyWhen searching for a frame that matches a filter expres...
2000-04-07 guyPlug a memory leak in the "Find Frame" code - we weren...
2000-04-06 guyAfter destroying the mem chunk for the packet list...
2000-04-04 guyAllocate the new mem chunk for the capture in "open_cap...
2000-04-03 gramSet cf->plist_chunk in the other place where needed...
2000-04-03 guyNote that it didn't seem to save a significant amount...
2000-04-03 guyUse a GMemChunk for allocating and freeing "frame_data...
2000-03-31 oabadAdd a counter : "enabled_plugins_number", to record...
2000-03-28 guyPatches from Andreas Sikkema:
2000-03-26 sharpeSet the per frame data pointer to NULL when a new frame...
2000-03-20 guyIn "add_packet_to_packet_list()", always use the "buf...
2000-03-12 guyMaking the "frame_data" structure for a frame the data...
2000-03-08 guyWe already set the foreground and background color...
2000-02-29 guyJeff Foster's changes, with my additions, to allow...
2000-02-21 guyDon't use a fixed-size line buffer for summary lines...
2000-02-19 oabadUsed register_init_routine() to register "reinit_x25_ha...
2000-02-19 guyUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-02-18 oabadRenamed init_dissect_x25() to reinit_x25_hashtable...
2000-02-14 guyGet rid of redundant include of <stdio.h> - one is...
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...
next