| Commit message (Expand) | Author | Age | Files | Lines |
* | Have a common "process_specified_packets()" routine for processing | Guy Harris | 2004-01-09 | 1 | -268/+301 |
* | We don't need to keep the progress bar quantum or next step in the | Guy Harris | 2004-01-09 | 1 | -23/+31 |
* | use the same packet range things for "Print" dialog, as already implemented | Ulf Lamping | 2004-01-09 | 1 | -20/+25 |
* | some code cleanup in range.c | Ulf Lamping | 2004-01-09 | 1 | -2/+4 |
* | Fix the "unmarking a packet matching a color filter does not apply the color | Olivier Biot | 2004-01-09 | 1 | -22/+35 |
* | bugfix: init progbar to NULL at the right place | Ulf Lamping | 2004-01-02 | 1 | -3/+2 |
* | added a progressbar, when saving a large capture file | Ulf Lamping | 2004-01-02 | 1 | -28/+91 |
* | From Dick Gooris (and me :-) | Ulf Lamping | 2003-12-29 | 1 | -38/+47 |
* | From Lars Roland: | Guy Harris | 2003-12-19 | 1 | -1/+3 |
* | added "most recently used" lists for | Ulf Lamping | 2003-12-13 | 1 | -1/+10 |
* | print system enhanced, more print ranges and expanded states | Ulf Lamping | 2003-12-09 | 1 | -3/+7 |
* | Don't automatically size the columns - that's expensive in large | Guy Harris | 2003-12-09 | 1 | -57/+6 |
* | From Jeff Morriss: avoid at least some N^2 behavior when changing the | Guy Harris | 2003-12-06 | 1 | -3/+38 |
* | Don't use GNodes for the protocol tree, put the sibling pointer, and | Guy Harris | 2003-12-04 | 1 | -7/+6 |
* | From Didier Gautheron: for each column format type, save the first and | Guy Harris | 2003-12-02 | 1 | -3/+7 |
* | remove another slow GMemChunk from ethereal making ethereal a little bit faster | Ronnie Sahlberg | 2003-11-25 | 1 | -3/+3 |
* | removed no longer used gtk includes | Ulf Lamping | 2003-11-15 | 1 | -4/+1 |
* | For Time Reference frames reset the counter for CulmulativeBytes. | Ronnie Sahlberg | 2003-11-13 | 1 | -1/+6 |
* | Remove MAX_DECODE_BUFFER_SIZE; it's no longer used. | Gerald Combs | 2003-11-12 | 1 | -3/+1 |
* | Update to cf_get_display_name() | Ronnie Sahlberg | 2003-10-26 | 1 | -2/+6 |
* | Correctly handle the case where the selected frame doesn't pass the | Guy Harris | 2003-09-25 | 1 | -11/+18 |
* | If the currently selected frame doesn't pass the display filter, select | Guy Harris | 2003-09-25 | 1 | -14/+80 |
* | Pass a pointer to a "capture_file" structure to | Guy Harris | 2003-09-24 | 1 | -6/+7 |
* | Make "finfo_selected" a member of a "capture_file" structure rather than | Guy Harris | 2003-09-24 | 1 | -5/+11 |
* | From Lars Roland: initialize the flags.ref_time field of a frame_data | Guy Harris | 2003-09-19 | 1 | -1/+2 |
* | We no longer pop up tap windows until we have a capture file open, so we | Guy Harris | 2003-09-15 | 1 | -7/+3 |
* | Rename various capture file routines to have names starting with "cf_". | Guy Harris | 2003-09-15 | 1 | -72/+71 |
* | Add a routine to return the display name for a "capture_file" structure, | Guy Harris | 2003-09-15 | 1 | -29/+38 |
* | Keep a "display name" as part of a capture_file structure; for live | Guy Harris | 2003-09-15 | 1 | -26/+29 |
* | Added TimeReference frames. | Ronnie Sahlberg | 2003-09-12 | 1 | -3/+18 |
* | When saving packets, we have a "Save only marked packets" option; label | Guy Harris | 2003-09-10 | 1 | -3/+3 |
* | Update to the culmulative byte column. | Ronnie Sahlberg | 2003-09-08 | 1 | -3/+7 |
* | If you get a read error while doing a search, go back to the frame where | Guy Harris | 2003-09-03 | 1 | -1/+4 |
* | Check for "wtap_seek_read()" failing. | Guy Harris | 2003-09-03 | 1 | -15/+27 |
* | And for Cal, | Ronnie Sahlberg | 2003-09-03 | 1 | -1/+6 |
* | Get rid of the EBCDIC stuff in the find dialog - it's not supported yet, | Guy Harris | 2003-08-29 | 1 | -508/+311 |
* | Apply Greg Morris' buffer overflow prevention patch to the find enhancements. | Richard Sharpe | 2003-08-14 | 1 | -4/+20 |
* | Applied the "Updated find capabilities...." from Greg Morris. | Richard Sharpe | 2003-08-11 | 1 | -1/+289 |
* | From Greg Morris: add support for case-insensitive full-text searches. | Guy Harris | 2003-08-05 | 1 | -3/+14 |
* | From Greg Morris: code to support searches for text or raw binary data | Guy Harris | 2003-07-22 | 1 | -1/+241 |
* | From Tomas Kukosa: doubling the size of the line buffer when printing | Guy Harris | 2003-06-24 | 1 | -3/+3 |
* | The frame number passed to "goto_frame()" wasn't necessarily explicitly | Guy Harris | 2003-03-02 | 1 | -4/+4 |
* | Have "goto_frame()" put up error dialog boxes itself, rather than having | Guy Harris | 2003-03-02 | 1 | -7/+16 |
* | The previous change caused the delta time to be the delta between a | Guy Harris | 2002-12-01 | 1 | -4/+7 |
* | calculate delta and rel time earlier and unconditionally of whether the packe... | Ronnie Sahlberg | 2002-11-29 | 1 | -30/+30 |
* | From Tomas Kukosa: adjust the pointer into the line buffer if the line | Guy Harris | 2002-11-23 | 1 | -1/+6 |
* | From Ronnie Sahlberg: don't have the tap code do a dissection, leave | Guy Harris | 2002-10-17 | 1 | -4/+7 |
* | Another problem found by valgrind : | Olivier Abad | 2002-10-14 | 1 | -1/+3 |
* | Change to color filters : | Olivier Abad | 2002-09-23 | 1 | -20/+4 |
* | Removed all gtk calls in file.c : | Olivier Abad | 2002-09-21 | 1 | -101/+47 |