aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Use consistent indentation;Bill Meier2010-04-281-198/+198
* Keep a copy of the interface description and capture filter around so thatGerald Combs2010-04-011-1/+38
* Squelch a compiler warning.Guy Harris2010-03-271-1/+1
* Measure the filtering time.Anders Broman2010-03-151-0/+6
* Uh, no need to check for having custom columns to callStig Bjørlykke2010-02-241-6/+3
* Fix for bug 4323 & 4511:Stig Bjørlykke2010-02-241-0/+6
* Another Laura bug: Don't reset the file load time in the status bar whenGerald Combs2010-02-171-6/+4
* Don't freeze/thaw the list when stoping a live capture.Anders Broman2010-02-011-2/+4
* Don't freeze/thaw the list when doing live captures.Anders Broman2010-02-011-4/+7
* From Jim Young:Anders Broman2010-01-201-1/+1
* Introduce "Ignore Packet" in the packet list.Stig Bjørlykke2009-12-171-0/+30
* From Valerio Messina:Jaap Keuter2009-12-141-14/+23
* From Stig:Anders Broman2009-11-101-0/+2
* Add the ability to push temporary (and highlighted) messages onto theGerald Combs2009-11-041-20/+6
* Fixed 'Delta timestamp to previous captured frame' calculation inStig Bjørlykke2009-10-291-49/+4
* Made some functions static.Stig Bjørlykke2009-10-191-1/+1
* Prime interesting fields when selecting a package, so Lua's ProtoFieldStig Bjørlykke2009-10-021-0/+1
* Select the first packet when doing a live capture. In the old packet list thi...Anders Broman2009-09-221-0/+5
* dfilter_free() can handle a NULL pointer so don't guard against that before c...Kovarththanan Rajaratnam2009-09-221-13/+6
* Introduce cap_file_add_fdata() and start using itKovarththanan Rajaratnam2009-09-221-10/+3
* Switch Wireshark GUI (file.c) over to using frame_data.cKovarththanan Rajaratnam2009-09-221-81/+6
* Make sure that the old packet list works with the changes introduced in r30047Kovarththanan Rajaratnam2009-09-221-4/+4
* Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...Kovarththanan Rajaratnam2009-09-211-5/+6
* Only set cumulative bytes after passing the display filter testKovarththanan Rajaratnam2009-09-211-3/+1
* Move 'Delta timestamp to previous captured frame' calculation inside add_pack...Kovarththanan Rajaratnam2009-09-211-6/+19
* Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam2009-09-211-9/+9
* Remove second (redundant) assignment to fdata->cum_bytesKovarththanan Rajaratnam2009-09-211-3/+1
* Reverse order of NEW_PACKET_LIST guard, i.e. #ifdef NEW_PACKET_LIST instead o...Kovarththanan Rajaratnam2009-09-211-88/+86
* Fix typo in commentStephen Fisher2009-09-211-1/+1
* (cosmetic change) - reset cumulative bytes together with 'first_ts' and 'prev...Kovarththanan Rajaratnam2009-09-211-476/+474
* cf->dfilter is only set if it's valid so assert if that's not the caseKovarththanan Rajaratnam2009-09-211-20/+15
* Reset cumulative bytes when we open the fileKovarththanan Rajaratnam2009-09-211-2/+2
* Set fdata->num up front and roll back if necessaryKovarththanan Rajaratnam2009-09-211-4/+8
* Shuffle NEW_PACKET_LIST guardKovarththanan Rajaratnam2009-09-211-6/+4
* Introduce a NEW_PACKET_LIST specialized version of add_packet_to_packet_list(...Kovarththanan Rajaratnam2009-09-211-21/+138
* cf_change_time_formats() is not needed with new packet list.Anders Broman2009-09-211-27/+16
* Add NEW_PACKET_LIST guard wrt fdata->col_textKovarththanan Rajaratnam2009-09-211-3/+5
* Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam2009-09-201-17/+6
* From Jakub Zawadzki:Kovarththanan Rajaratnam2009-09-151-4/+2
* Fix:Anders Broman2009-09-151-1/+8
* Fix warning that variable may be unused and then declare volatile so itStephen Fisher2009-09-111-1/+1
* Only move to last row if it's vissible.Anders Broman2009-09-111-2/+7
* New_packet_listAnders Broman2009-09-111-28/+316
* Allocate col_text and col_text_len when the fdata struct is allocated.Anders Broman2009-09-091-0/+2
* Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam2009-09-081-4/+4
* Make sure that reset the elapsed time to load a file before we reload/rescan ...Kovarththanan Rajaratnam2009-09-071-17/+27
* Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() be...Kovarththanan Rajaratnam2009-09-071-2/+2
* Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam2009-09-071-1/+3
* Fixed arguments to new_packet_list_set_time_width().Stig Bjørlykke2009-09-071-1/+1
* col_fmt not needed.Anders Broman2009-09-071-1/+1