aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Fix the win64 buildmorriss1-1/+1
2010-10-18Fix progress bar when loading compressed files.morriss1-13/+32
2010-08-27(Trivial) Fix a typowmeier1-1/+1
2010-08-16From Cal Turney:etxrab1-0/+1
2010-08-15Fix compilation error when compiling for "old packet list".wmeier1-2/+0
2010-08-13Instead of using a Boolean for the search direction, use an enum, soguy1-240/+324
2010-07-16Make sure we call wtap_cleareof() before each read.gerald1-2/+5
2010-06-30Revertingetxrab1-5/+0
2010-06-26Increase the displayed_count before we add the packet to the packet list,stig1-2/+3
2010-05-27Add cf_fake_continue_tail() which is called when real-time capturegerald1-0/+5
2010-05-26Another attempt at bug 4669: Properly set the previous-displayed-packetgerald1-3/+11
2010-05-26From Jakub Zawadzki:etxrab1-10/+20
2010-05-07Zlib has an officially-sanctioned way of clearing EOF when we're tailinggerald1-0/+1
2010-04-28Use consistent indentation;wmeier1-198/+198
2010-04-01Keep a copy of the interface description and capture filter around so thatgerald1-1/+38
2010-03-27Squelch a compiler warning.guy1-1/+1
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-0/+6
2010-02-24Fix for bug 3926:dimeg1-6/+3
2010-02-24Fix for bug 4323 & 4511:stig1-0/+6
2010-02-17Another Laura bug: Don't reset the file load time in the status bar whengerald1-6/+4
2010-02-01Don't freeze/thaw the list when stoping a live capture.etxrab1-2/+4
2010-02-01Don't freeze/thaw the list when doing live captures.etxrab1-4/+7
2010-01-20From Jim Young:etxrab1-1/+1
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+30
2009-12-14From Valerio Messina:jake1-14/+23
2009-11-10From Stig:etxrab1-0/+2
2009-11-04Add the ability to push temporary (and highlighted) messages onto thegerald1-20/+6
2009-10-29Fixed 'Delta timestamp to previous captured frame' calculation instig1-49/+4
2009-10-19Made some functions static.stig1-1/+1
2009-10-02Prime interesting fields when selecting a package, so Lua's ProtoFieldstig1-0/+1
2009-09-22Select the first packet when doing a live capture. In the old packet list thi...etxrab1-0/+5
2009-09-22dfilter_free() can handle a NULL pointer so don't guard against that before c...krj1-13/+6
2009-09-22Introduce cap_file_add_fdata() and start using itkrj1-10/+3
2009-09-22Switch Wireshark GUI (file.c) over to using frame_data.ckrj1-81/+6
2009-09-22Make sure that the old packet list works with the changes introduced in r30047krj1-4/+4
2009-09-21Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...krj1-5/+6
2009-09-21Only set cumulative bytes after passing the display filter testkrj1-3/+1
2009-09-21Move 'Delta timestamp to previous captured frame' calculation inside add_pack...krj1-6/+19
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...krj1-9/+9
2009-09-21Remove second (redundant) assignment to fdata->cum_byteskrj1-3/+1
2009-09-21Reverse order of NEW_PACKET_LIST guard, i.e. #ifdef NEW_PACKET_LIST instead o...krj1-88/+86
2009-09-21Fix typo in commentsfisher1-1/+1
2009-09-21(cosmetic change) - reset cumulative bytes together with 'first_ts' and 'prev...krj1-476/+474
2009-09-21cf->dfilter is only set if it's valid so assert if that's not the casekrj1-20/+15
2009-09-21Reset cumulative bytes when we open the filekrj1-2/+2
2009-09-21Set fdata->num up front and roll back if necessarykrj1-4/+8
2009-09-21Shuffle NEW_PACKET_LIST guardkrj1-6/+4
2009-09-21Introduce a NEW_PACKET_LIST specialized version of add_packet_to_packet_list(...krj1-21/+138
2009-09-21cf_change_time_formats() is not needed with new packet list.etxrab1-27/+16
2009-09-21Add NEW_PACKET_LIST guard wrt fdata->col_textkrj1-3/+5