aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-21On an I/O error, merge_read_packet() and merge_append_read_packet() needGuy Harris1-2/+7
2011-11-20Fix "'Closing File!' Dialog Hangs" bug 3046: https://bugs.wireshark.org/bugzi...Chris Maynard1-2/+1
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-67/+100
2011-10-17From Michael Mann: Add cf_callback_invoke to cf_open to tidy up the currently...Chris Maynard1-0/+1
2011-09-21Whitespace cleanup:Bill Meier1-3/+3
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-1/+1
2011-05-17More eradication of old-style function definitions.Guy Harris1-2/+2
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-0/+22
2011-05-10When closing capture file, set number of frames to 0. It fix bug #5903.Jakub Zawadzki1-1/+2
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris1-15/+7
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris1-22/+0
2011-04-27Restore updating packet bar while loading file (removed in r36851)Jakub Zawadzki1-0/+12
2011-04-27Don't free the frame_data_sequence unless we have one.Guy Harris1-2/+4
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-10/+15
2011-04-26Get rid of some code that's no longer relevant with the new treeGuy Harris1-12/+0
2011-04-25from Jakub Zawadzki:Anders Broman1-16/+1
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-65/+31
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris1-19/+30
2011-04-24new_packet_list_find_row_from_data() is always used to select a packet,Guy Harris1-9/+26
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-0/+23
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needGuy Harris1-14/+5
2011-04-12Allow wtap_sequential_close() and wtap_close() to return an error; thisGuy Harris1-5/+14
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-0/+4
2011-03-22Clarify a comment.Gerald Combs1-1/+5
2011-03-22Allocate correct size of fdata col_text and col_text_len.Stig Bjørlykke1-2/+2
2011-03-22We have to initialize the elements of the fdata->col_text array to nullGuy Harris1-8/+1
2011-03-22When we allocate the col_text array, initialize it to a bunch ofGuy Harris1-14/+28
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-746/+2
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-4/+3
2011-02-04Clean up indentation.Guy Harris1-6/+6
2011-01-31From Cal Turney:Anders Broman1-8/+13
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher1-0/+3
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-6/+7
2010-10-23(Trivial) Fix a typo in a comment.Bill Meier1-1/+1
2010-10-18Fix the win64 buildJeff Morriss1-1/+1
2010-10-18Fix progress bar when loading compressed files.Jeff Morriss1-13/+32
2010-08-27(Trivial) Fix a typoBill Meier1-1/+1
2010-08-16From Cal Turney:Anders Broman1-0/+1
2010-08-15Fix compilation error when compiling for "old packet list".Bill Meier1-2/+0
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-240/+324
2010-07-16Make sure we call wtap_cleareof() before each read.Gerald Combs1-2/+5
2010-06-30RevertingAnders Broman1-5/+0
2010-06-26Increase the displayed_count before we add the packet to the packet list,Stig Bjørlykke1-2/+3
2010-05-27Add cf_fake_continue_tail() which is called when real-time captureGerald Combs1-0/+5
2010-05-26Another attempt at bug 4669: Properly set the previous-displayed-packetGerald Combs1-3/+11
2010-05-26From Jakub Zawadzki:Anders Broman1-10/+20
2010-05-07Zlib has an officially-sanctioned way of clearing EOF when we're tailingGerald Combs1-0/+1
2010-04-28Use consistent indentation;Bill Meier1-198/+198
2010-04-01Keep a copy of the interface description and capture filter around so thatGerald Combs1-1/+38