aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Have a common "process_specified_packets()" routine for processingGuy Harris2004-01-091-268/+301
* We don't need to keep the progress bar quantum or next step in theGuy Harris2004-01-091-23/+31
* use the same packet range things for "Print" dialog, as already implementedUlf Lamping2004-01-091-20/+25
* some code cleanup in range.cUlf Lamping2004-01-091-2/+4
* Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot2004-01-091-22/+35
* bugfix: init progbar to NULL at the right placeUlf Lamping2004-01-021-3/+2
* added a progressbar, when saving a large capture fileUlf Lamping2004-01-021-28/+91
* From Dick Gooris (and me :-)Ulf Lamping2003-12-291-38/+47
* From Lars Roland:Guy Harris2003-12-191-1/+3
* added "most recently used" lists forUlf Lamping2003-12-131-1/+10
* print system enhanced, more print ranges and expanded statesUlf Lamping2003-12-091-3/+7
* Don't automatically size the columns - that's expensive in largeGuy Harris2003-12-091-57/+6
* From Jeff Morriss: avoid at least some N^2 behavior when changing theGuy Harris2003-12-061-3/+38
* Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2003-12-041-7/+6
* From Didier Gautheron: for each column format type, save the first andGuy Harris2003-12-021-3/+7
* remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg2003-11-251-3/+3
* removed no longer used gtk includesUlf Lamping2003-11-151-4/+1
* For Time Reference frames reset the counter for CulmulativeBytes.Ronnie Sahlberg2003-11-131-1/+6
* Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.Gerald Combs2003-11-121-3/+1
* Update to cf_get_display_name()Ronnie Sahlberg2003-10-261-2/+6
* Correctly handle the case where the selected frame doesn't pass theGuy Harris2003-09-251-11/+18
* If the currently selected frame doesn't pass the display filter, selectGuy Harris2003-09-251-14/+80
* Pass a pointer to a "capture_file" structure toGuy Harris2003-09-241-6/+7
* Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris2003-09-241-5/+11
* From Lars Roland: initialize the flags.ref_time field of a frame_dataGuy Harris2003-09-191-1/+2
* We no longer pop up tap windows until we have a capture file open, so weGuy Harris2003-09-151-7/+3
* Rename various capture file routines to have names starting with "cf_".Guy Harris2003-09-151-72/+71
* Add a routine to return the display name for a "capture_file" structure,Guy Harris2003-09-151-29/+38
* Keep a "display name" as part of a capture_file structure; for liveGuy Harris2003-09-151-26/+29
* Added TimeReference frames.Ronnie Sahlberg2003-09-121-3/+18
* When saving packets, we have a "Save only marked packets" option; labelGuy Harris2003-09-101-3/+3
* Update to the culmulative byte column.Ronnie Sahlberg2003-09-081-3/+7
* If you get a read error while doing a search, go back to the frame whereGuy Harris2003-09-031-1/+4
* Check for "wtap_seek_read()" failing.Guy Harris2003-09-031-15/+27
* And for Cal,Ronnie Sahlberg2003-09-031-1/+6
* Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris2003-08-291-508/+311
* Apply Greg Morris' buffer overflow prevention patch to the find enhancements.Richard Sharpe2003-08-141-4/+20
* Applied the "Updated find capabilities...." from Greg Morris.Richard Sharpe2003-08-111-1/+289
* From Greg Morris: add support for case-insensitive full-text searches.Guy Harris2003-08-051-3/+14
* From Greg Morris: code to support searches for text or raw binary dataGuy Harris2003-07-221-1/+241
* From Tomas Kukosa: doubling the size of the line buffer when printingGuy Harris2003-06-241-3/+3
* The frame number passed to "goto_frame()" wasn't necessarily explicitlyGuy Harris2003-03-021-4/+4
* Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris2003-03-021-7/+16
* The previous change caused the delta time to be the delta between aGuy Harris2002-12-011-4/+7
* calculate delta and rel time earlier and unconditionally of whether the packe...Ronnie Sahlberg2002-11-291-30/+30
* From Tomas Kukosa: adjust the pointer into the line buffer if the lineGuy Harris2002-11-231-1/+6
* From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris2002-10-171-4/+7
* Another problem found by valgrind :Olivier Abad2002-10-141-1/+3
* Change to color filters :Olivier Abad2002-09-231-20/+4
* Removed all gtk calls in file.c :Olivier Abad2002-09-211-101/+47