aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam1-9/+9
2009-09-21Remove second (redundant) assignment to fdata->cum_bytesKovarththanan Rajaratnam1-3/+1
2009-09-21Reverse order of NEW_PACKET_LIST guard, i.e. #ifdef NEW_PACKET_LIST instead o...Kovarththanan Rajaratnam1-88/+86
2009-09-21Fix typo in commentStephen Fisher1-1/+1
2009-09-21(cosmetic change) - reset cumulative bytes together with 'first_ts' and 'prev...Kovarththanan Rajaratnam1-476/+474
2009-09-21cf->dfilter is only set if it's valid so assert if that's not the caseKovarththanan Rajaratnam1-20/+15
2009-09-21Reset cumulative bytes when we open the fileKovarththanan Rajaratnam1-2/+2
2009-09-21Set fdata->num up front and roll back if necessaryKovarththanan Rajaratnam1-4/+8
2009-09-21Shuffle NEW_PACKET_LIST guardKovarththanan Rajaratnam1-6/+4
2009-09-21Introduce a NEW_PACKET_LIST specialized version of add_packet_to_packet_list(...Kovarththanan Rajaratnam1-21/+138
2009-09-21cf_change_time_formats() is not needed with new packet list.Anders Broman1-27/+16
2009-09-21Add NEW_PACKET_LIST guard wrt fdata->col_textKovarththanan Rajaratnam1-3/+5
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam1-17/+6
2009-09-15From Jakub Zawadzki:Kovarththanan Rajaratnam1-4/+2
2009-09-15Fix:Anders Broman1-1/+8
2009-09-11Fix warning that variable may be unused and then declare volatile so itStephen Fisher1-1/+1
2009-09-11Only move to last row if it's vissible.Anders Broman1-2/+7
2009-09-11New_packet_listAnders Broman1-28/+316
2009-09-09Allocate col_text and col_text_len when the fdata struct is allocated.Anders Broman1-0/+2
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-4/+4
2009-09-07Make sure that reset the elapsed time to load a file before we reload/rescan ...Kovarththanan Rajaratnam1-17/+27
2009-09-07Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() be...Kovarththanan Rajaratnam1-2/+2
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam1-1/+3
2009-09-07Fixed arguments to new_packet_list_set_time_width().Stig Bjørlykke1-1/+1
2009-09-07col_fmt not needed.Anders Broman1-1/+1
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam1-0/+1