aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam2009-09-071-0/+1
* Automatically adjust the time column width when time format changes.Anders Broman2009-09-071-1/+15
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-8/+12
* Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam2009-09-051-0/+2
* Remove superfluous assignmentKovarththanan Rajaratnam2009-09-031-3/+2
* Make sure that we stop auto scroll if we start scrolling manually. Kovarththanan Rajaratnam2009-09-031-0/+2
* Only try and select the last row if not already selected. This fix doesn't se...Kovarththanan Rajaratnam2009-09-021-1/+1
* Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ ...Kovarththanan Rajaratnam2009-09-021-3/+3
* Make sure that we select the last row if autoscroll is enabled. The scrolling...Kovarththanan Rajaratnam2009-09-021-13/+19
* Add volatile to avoid clobbered by longjmp warning.Martin Mathieson2009-09-011-1/+1
* - Read a min number if packets before checking if the progress bar should be ...Anders Broman2009-09-011-24/+36
* Compute the loading time and show it in the main status bar.Anders Broman2009-08-281-0/+21
* Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam2009-08-211-0/+2
* Use col_text in frame data.Anders Broman2009-08-211-4/+4
* We shouldn't conditionalise on _filtering_ tap listerners to determine whethe...Kovarththanan Rajaratnam2009-08-191-6/+2
* Inline a few checks in the add_packet_to_packet_list() function since it's ca...Kovarththanan Rajaratnam2009-08-151-3/+8
* Make display filtering work for NEW_PACKET_LIST. This didn't work previously ...Kovarththanan Rajaratnam2009-08-141-7/+19
* Always add packet to the new packet list regardless of whether the packet pas...Kovarththanan Rajaratnam2009-08-141-12/+13
* Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam2009-08-131-70/+70
* From Kovarththanan Rajaratnam:Anders Broman2009-08-101-16/+21
* Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam2009-08-091-1/+1
* Free frame data slice on file resetKovarththanan Rajaratnam2009-08-071-0/+2
* From Kovarththanan Rajaratnam:Anders Broman2009-07-291-11/+11
* Add pinfo to new_packet_list_append() this should give us the abillityAnders Broman2009-07-291-1/+1
* Pacify the build bot.Anders Broman2009-07-281-4/+4
* Set reftime without recreating the packet list.Anders Broman2009-07-281-1/+81
* From Kovarththanan Rajaratnam:Anders Broman2009-07-271-4/+8
* From Kovarththanan Rajaratnam:Anders Broman2009-07-261-0/+7
* Remove two unused variables and mark a function paramter as unusedStephen Fisher2009-07-251-2/+2
* From Kovarththanan Rajaratnam:Anders Broman2009-07-251-8/+8
* Use g_slice if glib >=2.10Anders Broman2009-07-241-3/+27
* When using the new packet list select the first packet when the file read is ...Anders Broman2009-07-241-2/+5
* From kovarththanan Rajaratnam:Anders Broman2009-07-221-1/+1
* Minor indentation fixes.Anders Broman2009-07-221-7/+7
* From didier gautheron via bug 3762:Stig Bjørlykke2009-07-211-29/+0
* Implement new_packet_list_find_row_from_data()Anders Broman2009-07-201-14/+22
* Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whenStephen Fisher2009-07-201-2/+5
* Removed an incorrect optimalization for invalidating packet in row 0.Stig Bjørlykke2009-07-061-1/+1
* Updates to create_tempfile:Gerald Combs2009-07-011-2/+2
* Realy make the new packet list compile under Windows...Anders Broman2009-07-011-1/+1
* Make the new packet list compile on Windows.Anders Broman2009-07-011-3/+0
* Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher2009-06-301-4/+106
* Optimized criteria for invalidate packet in row 0.Stig Bjørlykke2009-06-111-1/+1
* Clean up white space.Guy Harris2009-06-061-12/+8
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-21/+81