aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* From Dirk Jagdmann via bug 5875:Gerald Combs2011-05-191-1/+1
* More eradication of old-style function definitions.Guy Harris2011-05-171-2/+2
* Packet editor: support for saving changed frames.Jakub Zawadzki2011-05-121-0/+22
* When closing capture file, set number of frames to 0. It fix bug #5903.Jakub Zawadzki2011-05-101-1/+2
* From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris2011-05-091-15/+7
* TShark doesn't need column text attached to each frame; move col_textGuy Harris2011-05-031-22/+0
* Restore updating packet bar while loading file (removed in r36851)Jakub Zawadzki2011-04-271-0/+12
* Don't free the frame_data_sequence unless we have one.Guy Harris2011-04-271-2/+4
* Create a new frame_data_sequence data type; it represents a denseGuy Harris2011-04-271-10/+15
* Get rid of some code that's no longer relevant with the new treeGuy Harris2011-04-261-12/+0
* from Jakub Zawadzki:Anders Broman2011-04-251-16/+1
* Store the frame_data structures in a tree, rather than a linked list. Guy Harris2011-04-251-65/+31
* Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris2011-04-251-19/+30
* new_packet_list_find_row_from_data() is always used to select a packet,Guy Harris2011-04-241-9/+26
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-0/+23
* Now that wtap_read() checks for delayed errors on EOF, there's no needGuy Harris2011-04-121-14/+5
* Allow wtap_sequential_close() and wtap_close() to return an error; thisGuy Harris2011-04-121-5/+14
* Add initial pcapng name resolution record support. Wireshark has readGerald Combs2011-03-241-0/+4
* Clarify a comment.Gerald Combs2011-03-221-1/+5
* Allocate correct size of fdata col_text and col_text_len.Stig Bjørlykke2011-03-221-2/+2
* We have to initialize the elements of the fdata->col_text array to nullGuy Harris2011-03-221-8/+1
* When we allocate the col_text array, initialize it to a bunch ofGuy Harris2011-03-221-14/+28
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-746/+2
* Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs2011-02-181-4/+3
* Clean up indentation.Guy Harris2011-02-041-6/+6
* From Cal Turney:Anders Broman2011-01-311-8/+13
* From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher2011-01-191-0/+3
* Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris2010-11-271-6/+7
* (Trivial) Fix a typo in a comment.Bill Meier2010-10-231-1/+1
* Fix the win64 buildJeff Morriss2010-10-181-1/+1
* Fix progress bar when loading compressed files.Jeff Morriss2010-10-181-13/+32
* (Trivial) Fix a typoBill Meier2010-08-271-1/+1
* From Cal Turney:Anders Broman2010-08-161-0/+1
* Fix compilation error when compiling for "old packet list".Bill Meier2010-08-151-2/+0
* Instead of using a Boolean for the search direction, use an enum, soGuy Harris2010-08-131-240/+324
* Make sure we call wtap_cleareof() before each read.Gerald Combs2010-07-161-2/+5
* RevertingAnders Broman2010-06-301-5/+0
* Increase the displayed_count before we add the packet to the packet list,Stig Bjørlykke2010-06-261-2/+3
* Add cf_fake_continue_tail() which is called when real-time captureGerald Combs2010-05-271-0/+5
* Another attempt at bug 4669: Properly set the previous-displayed-packetGerald Combs2010-05-261-3/+11
* From Jakub Zawadzki:Anders Broman2010-05-261-10/+20
* Zlib has an officially-sanctioned way of clearing EOF when we're tailingGerald Combs2010-05-071-0/+1
* Use consistent indentation;Bill Meier2010-04-281-198/+198
* Keep a copy of the interface description and capture filter around so thatGerald Combs2010-04-011-1/+38
* Squelch a compiler warning.Guy Harris2010-03-271-1/+1
* Measure the filtering time.Anders Broman2010-03-151-0/+6
* Uh, no need to check for having custom columns to callStig Bjørlykke2010-02-241-6/+3
* Fix for bug 4323 & 4511:Stig Bjørlykke2010-02-241-0/+6
* Another Laura bug: Don't reset the file load time in the status bar whenGerald Combs2010-02-171-6/+4
* Don't freeze/thaw the list when stoping a live capture.Anders Broman2010-02-011-2/+4