Andrew Hood: don't rely on last modified date + use numeric compare
[metze/wireshark/wip.git] / file.c
2004-02-28 Ulf Lampingtweaked the simple_dialog texts, to reflect the current...
2004-02-23 Guy HarrisAdd a "force" argument to "filter_packets()" and
2004-02-22 Guy HarrisMake the message a bit more detailed (modeled after...
2004-02-22 Guy HarrisFrom Greg Morris: if a search reaches the end or beginn...
2004-02-21 Ulf Lampingrework of capture.c: better seperation of sync and...
2004-02-21 Guy HarrisAdd routines that can be called from dissectors to...
2004-02-17 Ulf Lampingfixed dialog box text and some comments
2004-02-11 Guy HarrisReplace the "cf_XXX_error_message()" routines with
2004-02-11 Guy HarrisAdd "write_failure_alert_box()" to put up an alert...
2004-02-11 Guy HarrisAdd an "open_failure_alert_box()" routine to pop up...
2004-02-11 Guy HarrisAdd a routine to be used to put up alert boxes for...
2004-02-03 Ulf Lampingenhanced some dialog messages,
2004-02-03 Guy HarrisUse "%ld", not "%u", to print "long" values.
2004-02-03 Ulf Lampingadded some more info to the statusbar (filesize, packet...
2004-01-31 Guy HarrisFix the spelling of "cumulative" (and variables whose...
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 Ulf Lampingrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-26 Ulf Lampingfilter_packets: don't refilter all the packets,
2004-01-25 Guy HarrisDon't use "cf_read_error_message()" when reporting...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 Guy HarrisThere's no need to keep a "FILE *" for the file being...
2004-01-24 Guy HarrisAs with "file_write_error_message()", so with
2004-01-24 Guy HarrisAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 Guy HarrisAdd a new "file_open_error_message()" routine in "epan...
2004-01-21 Ulf LampingThe progressbar had a parameter to specify the text...
2004-01-20 Ulf Lampinga.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-16 Guy HarrisReset the tap listeners in "retap_packets()" before...
2004-01-13 Guy HarrisAdd a routine "retap_packet()" that runs through all...
2004-01-10 Ulf Lampingclose the Save (As) dialog, when the capture file is...
2004-01-09 Guy HarrisHave a common "process_specified_packets()" routine...
2004-01-09 Guy HarrisWe don't need to keep the progress bar quantum or next...
2004-01-09 Ulf Lampinguse the same packet range things for "Print" dialog...
2004-01-09 Ulf Lampingsome code cleanup in range.c
2004-01-09 Olivier BiotFix the "unmarking a packet matching a color filter...
2004-01-02 Ulf Lampingbugfix: init progbar to NULL at the right place
2004-01-02 Ulf Lampingadded a progressbar, when saving a large capture file
2003-12-29 Ulf LampingFrom Dick Gooris (and me :-)
2003-12-19 Guy HarrisFrom Lars Roland:
2003-12-13 Ulf Lampingadded "most recently used" lists for
2003-12-09 Ulf Lampingprint system enhanced, more print ranges and expanded...
2003-12-09 Guy HarrisDon't automatically size the columns - that's expensive...
2003-12-06 Guy HarrisFrom Jeff Morriss: avoid at least some N^2 behavior...
2003-12-04 Guy HarrisDon't use GNodes for the protocol tree, put the sibling...
2003-12-02 Guy HarrisFrom Didier Gautheron: for each column format type...
2003-11-25 Ronnie Sahlbergremove another slow GMemChunk from ethereal making...
2003-11-15 Ulf Lampingremoved no longer used gtk includes
2003-11-13 Ronnie SahlbergFor Time Reference frames reset the counter for Culmul...
2003-11-12 Gerald CombsRemove MAX_DECODE_BUFFER_SIZE; it's no longer used.
2003-10-26 Ronnie SahlbergUpdate to cf_get_display_name()
2003-09-25 Guy HarrisCorrectly handle the case where the selected frame...
2003-09-25 Guy HarrisIf the currently selected frame doesn't pass the displa...
2003-09-24 Guy HarrisPass a pointer to a "capture_file" structure to
2003-09-24 Guy HarrisMake "finfo_selected" a member of a "capture_file"...
2003-09-19 Guy HarrisFrom Lars Roland: initialize the flags.ref_time field...
2003-09-15 Guy HarrisWe no longer pop up tap windows until we have a capture...
2003-09-15 Guy HarrisRename various capture file routines to have names...
2003-09-15 Guy HarrisAdd a routine to return the display name for a "capture...
2003-09-15 Guy HarrisKeep a "display name" as part of a capture_file structu...
2003-09-12 Ronnie SahlbergAdded TimeReference frames.
2003-09-10 Guy HarrisWhen saving packets, we have a "Save only marked packet...
2003-09-08 Ronnie SahlbergUpdate to the culmulative byte column.
2003-09-03 Guy HarrisIf you get a read error while doing a search, go back...
2003-09-03 Guy HarrisCheck for "wtap_seek_read()" failing.
2003-09-03 Ronnie SahlbergAnd for Cal,
2003-08-29 Guy HarrisGet rid of the EBCDIC stuff in the find dialog - it...
2003-08-14 Richard SharpeApply Greg Morris' buffer overflow prevention patch...
2003-08-11 Richard SharpeApplied the "Updated find capabilities...." from Greg...
2003-08-05 Guy HarrisFrom Greg Morris: add support for case-insensitive...
2003-07-22 Guy HarrisFrom Greg Morris: code to support searches for text...
2003-06-24 Guy HarrisFrom Tomas Kukosa: doubling the size of the line buffer...
2003-03-02 Guy HarrisThe frame number passed to "goto_frame()" wasn't necess...
2003-03-02 Guy HarrisHave "goto_frame()" put up error dialog boxes itself...
2002-12-01 Guy HarrisThe previous change caused the delta time to be the...
2002-11-29 Ronnie Sahlbergcalculate delta and rel time earlier and unconditionall...
2002-11-23 Guy HarrisFrom Tomas Kukosa: adjust the pointer into the line...
2002-10-17 Guy HarrisFrom Ronnie Sahlberg: don't have the tap code do a...
2002-10-14 Olivier AbadAnother problem found by valgrind :
2002-09-23 Olivier AbadChange to color filters :
2002-09-21 Olivier AbadRemoved all gtk calls in file.c :
2002-09-04 Ronnie SahlbergEnable the tap feature for ethereal as well. (will...
2002-08-31 Olivier AbadGTK+ v2 port.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-28 Guy HarrisFrom Ulf Lamping: extend the progress dialog box to...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-30 Guy HarrisFrom Graeme Hewson:
2002-07-21 Richard SharpeFix the problems WRT overwriting a capture file. From...
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-07-15 Richard SharpeThis seems to fix the problem of trying to save over...
2002-06-29 Guy HarrisHave "print_line()" take an indentation argument, and...
2002-06-22 Guy HarrisGet rid of trailing newline in lines passed to "print_l...
2002-06-22 Guy HarrisGet rid of separate "print_hex_data_text()" and "print_...
2002-06-07 Guy HarrisAdd a new error for attempts to open a pipe or FIFO...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-05-23 Guy HarrisClean up the file saving code a bit.
2002-05-23 Guy HarrisMake "save_cap_file()" return a Boolean (TRUE on succes...
2002-05-23 Guy HarrisThe "fname" argument to "save_cap_file()", and "cf...
2002-05-03 Guy HarrisFrom Didieer Gautheron:
2002-05-03 Guy HarrisClean up the handling of filter strings:
2002-04-24 Guy HarrisIf the progress fraction when reading in a file becomes...
2002-04-22 Richard SharpeMake sure that when we save a file, we don't overwrite...
next