aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-27Squelch a compiler warning.Guy Harris1-1/+1
2010-03-15Measure the filtering time.Anders Broman1-0/+6
2010-02-24Uh, no need to check for having custom columns to callStig Bjørlykke1-6/+3
2010-02-24Fix for bug 4323 & 4511:Stig Bjørlykke1-0/+6
2010-02-17Another Laura bug: Don't reset the file load time in the status bar whenGerald Combs1-6/+4
2010-02-01Don't freeze/thaw the list when stoping a live capture.Anders Broman1-2/+4
2010-02-01Don't freeze/thaw the list when doing live captures.Anders Broman1-4/+7
2010-01-20From Jim Young:Anders Broman1-1/+1
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+30
2009-12-14From Valerio Messina:Jaap Keuter1-14/+23
2009-11-10From Stig:Anders Broman1-0/+2
2009-11-04Add the ability to push temporary (and highlighted) messages onto theGerald Combs1-20/+6
2009-10-29Fixed 'Delta timestamp to previous captured frame' calculation inStig Bjørlykke1-49/+4
2009-10-19Made some functions static.Stig Bjørlykke1-1/+1
2009-10-02Prime interesting fields when selecting a package, so Lua's ProtoFieldStig Bjørlykke1-0/+1
2009-09-22Select the first packet when doing a live capture. In the old packet list thi...Anders Broman1-0/+5
2009-09-22dfilter_free() can handle a NULL pointer so don't guard against that before c...Kovarththanan Rajaratnam1-13/+6
2009-09-22Introduce cap_file_add_fdata() and start using itKovarththanan Rajaratnam1-10/+3
2009-09-22Switch Wireshark GUI (file.c) over to using frame_data.cKovarththanan Rajaratnam1-81/+6
2009-09-22Make sure that the old packet list works with the changes introduced in r30047Kovarththanan Rajaratnam1-4/+4
2009-09-21Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...Kovarththanan Rajaratnam1-5/+6
2009-09-21Only set cumulative bytes after passing the display filter testKovarththanan Rajaratnam1-3/+1
2009-09-21Move 'Delta timestamp to previous captured frame' calculation inside add_pack...Kovarththanan Rajaratnam1-6/+19