| Commit message (Expand) | Author | Age | Files | Lines |
* | From Dirk Jagdmann via bug 5875: | Gerald Combs | 2011-05-19 | 1 | -1/+1 |
* | More eradication of old-style function definitions. | Guy Harris | 2011-05-17 | 1 | -2/+2 |
* | Packet editor: support for saving changed frames. | Jakub Zawadzki | 2011-05-12 | 1 | -0/+22 |
* | When closing capture file, set number of frames to 0. It fix bug #5903. | Jakub Zawadzki | 2011-05-10 | 1 | -1/+2 |
* | From Jakub Zawadzki: for file read progress bars, use the raw offset in | Guy Harris | 2011-05-09 | 1 | -15/+7 |
* | TShark doesn't need column text attached to each frame; move col_text | Guy Harris | 2011-05-03 | 1 | -22/+0 |
* | Restore updating packet bar while loading file (removed in r36851) | Jakub Zawadzki | 2011-04-27 | 1 | -0/+12 |
* | Don't free the frame_data_sequence unless we have one. | Guy Harris | 2011-04-27 | 1 | -2/+4 |
* | Create a new frame_data_sequence data type; it represents a dense | Guy Harris | 2011-04-27 | 1 | -10/+15 |
* | Get rid of some code that's no longer relevant with the new tree | Guy Harris | 2011-04-26 | 1 | -12/+0 |
* | from Jakub Zawadzki: | Anders Broman | 2011-04-25 | 1 | -16/+1 |
* | Store the frame_data structures in a tree, rather than a linked list. | Guy Harris | 2011-04-25 | 1 | -65/+31 |
* | Make the packet count an unsigned value, as frame numbers are unsigned. | Guy Harris | 2011-04-25 | 1 | -19/+30 |
* | new_packet_list_find_row_from_data() is always used to select a packet, | Guy Harris | 2011-04-24 | 1 | -9/+26 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -0/+23 |
* | Now that wtap_read() checks for delayed errors on EOF, there's no need | Guy Harris | 2011-04-12 | 1 | -14/+5 |
* | Allow wtap_sequential_close() and wtap_close() to return an error; this | Guy Harris | 2011-04-12 | 1 | -5/+14 |
* | Add initial pcapng name resolution record support. Wireshark has read | Gerald Combs | 2011-03-24 | 1 | -0/+4 |
* | Clarify a comment. | Gerald Combs | 2011-03-22 | 1 | -1/+5 |
* | Allocate correct size of fdata col_text and col_text_len. | Stig Bjørlykke | 2011-03-22 | 1 | -2/+2 |
* | We have to initialize the elements of the fdata->col_text array to null | Guy Harris | 2011-03-22 | 1 | -8/+1 |
* | When we allocate the col_text array, initialize it to a bunch of | Guy Harris | 2011-03-22 | 1 | -14/+28 |
* | Removal of the old packet-list in favor of the new packet list. | Sake Blok | 2011-03-08 | 1 | -746/+2 |
* | Fix some dead code and zero division issues found by Clang scan-build. | Gerald Combs | 2011-02-18 | 1 | -4/+3 |
* | Clean up indentation. | Guy Harris | 2011-02-04 | 1 | -6/+6 |
* | From Cal Turney: | Anders Broman | 2011-01-31 | 1 | -8/+13 |
* | From Cal Turney via enhancement bug #5587: In hex or string searches of the | Stephen Fisher | 2011-01-19 | 1 | -0/+3 |
* | Move main_statusbar.h to the top-level directory; none of its routines | Guy Harris | 2010-11-27 | 1 | -6/+7 |
* | (Trivial) Fix a typo in a comment. | Bill Meier | 2010-10-23 | 1 | -1/+1 |
* | Fix the win64 build | Jeff Morriss | 2010-10-18 | 1 | -1/+1 |
* | Fix progress bar when loading compressed files. | Jeff Morriss | 2010-10-18 | 1 | -13/+32 |
* | (Trivial) Fix a typo | Bill Meier | 2010-08-27 | 1 | -1/+1 |
* | From Cal Turney: | Anders Broman | 2010-08-16 | 1 | -0/+1 |
* | Fix compilation error when compiling for "old packet list". | Bill Meier | 2010-08-15 | 1 | -2/+0 |
* | Instead of using a Boolean for the search direction, use an enum, so | Guy Harris | 2010-08-13 | 1 | -240/+324 |
* | Make sure we call wtap_cleareof() before each read. | Gerald Combs | 2010-07-16 | 1 | -2/+5 |
* | Reverting | Anders Broman | 2010-06-30 | 1 | -5/+0 |
* | Increase the displayed_count before we add the packet to the packet list, | Stig Bjørlykke | 2010-06-26 | 1 | -2/+3 |
* | Add cf_fake_continue_tail() which is called when real-time capture | Gerald Combs | 2010-05-27 | 1 | -0/+5 |
* | Another attempt at bug 4669: Properly set the previous-displayed-packet | Gerald Combs | 2010-05-26 | 1 | -3/+11 |
* | From Jakub Zawadzki: | Anders Broman | 2010-05-26 | 1 | -10/+20 |
* | Zlib has an officially-sanctioned way of clearing EOF when we're tailing | Gerald Combs | 2010-05-07 | 1 | -0/+1 |
* | Use consistent indentation; | Bill Meier | 2010-04-28 | 1 | -198/+198 |
* | Keep a copy of the interface description and capture filter around so that | Gerald Combs | 2010-04-01 | 1 | -1/+38 |
* | Squelch a compiler warning. | Guy Harris | 2010-03-27 | 1 | -1/+1 |
* | Measure the filtering time. | Anders Broman | 2010-03-15 | 1 | -0/+6 |
* | Uh, no need to check for having custom columns to call | Stig Bjørlykke | 2010-02-24 | 1 | -6/+3 |
* | Fix for bug 4323 & 4511: | Stig Bjørlykke | 2010-02-24 | 1 | -0/+6 |
* | Another Laura bug: Don't reset the file load time in the status bar when | Gerald Combs | 2010-02-17 | 1 | -6/+4 |
* | Don't freeze/thaw the list when stoping a live capture. | Anders Broman | 2010-02-01 | 1 | -2/+4 |