aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-02bugfix: init progbar to NULL at the right placeUlf Lamping1-3/+2
2004-01-02added a progressbar, when saving a large capture fileUlf Lamping1-28/+91
2003-12-29From Dick Gooris (and me :-)Ulf Lamping1-38/+47
2003-12-19From Lars Roland:Guy Harris1-1/+3
2003-12-13added "most recently used" lists forUlf Lamping1-1/+10
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-3/+7
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris1-57/+6
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theGuy Harris1-3/+38
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris1-7/+6
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-3/+7
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg1-3/+3
2003-11-15removed no longer used gtk includesUlf Lamping1-4/+1
2003-11-13For Time Reference frames reset the counter for CulmulativeBytes.Ronnie Sahlberg1-1/+6
2003-11-12Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.Gerald Combs1-3/+1
2003-10-26Update to cf_get_display_name()Ronnie Sahlberg1-2/+6
2003-09-25Correctly handle the case where the selected frame doesn't pass theGuy Harris1-11/+18
2003-09-25If the currently selected frame doesn't pass the display filter, selectGuy Harris1-14/+80
2003-09-24Pass a pointer to a "capture_file" structure toGuy Harris1-6/+7
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-5/+11
2003-09-19From Lars Roland: initialize the flags.ref_time field of a frame_dataGuy Harris1-1/+2
2003-09-15We no longer pop up tap windows until we have a capture file open, so weGuy Harris1-7/+3
2003-09-15Rename various capture file routines to have names starting with "cf_".Guy Harris1-72/+71
2003-09-15Add a routine to return the display name for a "capture_file" structure,Guy Harris1-29/+38
2003-09-15Keep a "display name" as part of a capture_file structure; for liveGuy Harris1-26/+29
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-3/+18
2003-09-10When saving packets, we have a "Save only marked packets" option; labelGuy Harris1-3/+3
2003-09-08Update to the culmulative byte column.Ronnie Sahlberg1-3/+7
2003-09-03If you get a read error while doing a search, go back to the frame whereGuy Harris1-1/+4
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris1-15/+27
2003-09-03And for Cal,Ronnie Sahlberg1-1/+6
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris1-508/+311
2003-08-14Apply Greg Morris' buffer overflow prevention patch to the find enhancements.Richard Sharpe1-4/+20
2003-08-11Applied the "Updated find capabilities...." from Greg Morris.Richard Sharpe1-1/+289
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.Guy Harris1-3/+14
2003-07-22From Greg Morris: code to support searches for text or raw binary dataGuy Harris1-1/+241
2003-06-24From Tomas Kukosa: doubling the size of the line buffer when printingGuy Harris1-3/+3
2003-03-02The frame number passed to "goto_frame()" wasn't necessarily explicitlyGuy Harris1-4/+4
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris1-7/+16
2002-12-01The previous change caused the delta time to be the delta between aGuy Harris1-4/+7
2002-11-29calculate delta and rel time earlier and unconditionally of whether the packe...Ronnie Sahlberg1-30/+30
2002-11-23From Tomas Kukosa: adjust the pointer into the line buffer if the lineGuy Harris1-1/+6
2002-10-17From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris1-4/+7
2002-10-14Another problem found by valgrind :Olivier Abad1-1/+3
2002-09-23Change to color filters :Olivier Abad1-20/+4
2002-09-21Removed all gtk calls in file.c :Olivier Abad1-101/+47
2002-09-04Enable the tap feature for ethereal as well. (will only update in real time f...Ronnie Sahlberg1-2/+6
2002-08-31GTK+ v2 port.Olivier Abad1-1/+23
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-17/+17
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris1-28/+60
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-11/+3