aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-20Introduce frame_data_cleanup() and start using itkrj1-17/+6
2009-09-15From Jakub Zawadzki:krj1-4/+2
2009-09-15Fix:etxrab1-1/+8
2009-09-11Fix warning that variable may be unused and then declare volatile so itsfisher1-1/+1
2009-09-11Only move to last row if it's vissible.etxrab1-2/+7
2009-09-11New_packet_listetxrab1-28/+316
2009-09-09Allocate col_text and col_text_len when the fdata struct is allocated.etxrab1-0/+2
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...krj1-4/+4
2009-09-07Make sure that reset the elapsed time to load a file before we reload/rescan ...krj1-17/+27
2009-09-07Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() be...krj1-2/+2
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetkrj1-1/+3
2009-09-07Fixed arguments to new_packet_list_set_time_width().stig1-1/+1
2009-09-07col_fmt not needed.etxrab1-1/+1
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...krj1-0/+1