aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Automatically adjust the time column width when time format changes.Anders Broman1-1/+15
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-8/+12
2009-09-05Get rid off GtkTreeModelFilter because the time to sort becomes unbearable wh...Kovarththanan Rajaratnam1-0/+2
2009-09-03Remove superfluous assignmentKovarththanan Rajaratnam1-3/+2
2009-09-03Make sure that we stop auto scroll if we start scrolling manually. Kovarththanan Rajaratnam1-0/+2
2009-09-02Only try and select the last row if not already selected. This fix doesn't se...Kovarththanan Rajaratnam1-1/+1
2009-09-02Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ ...Kovarththanan Rajaratnam1-3/+3
2009-09-02Make sure that we select the last row if autoscroll is enabled. The scrolling...Kovarththanan Rajaratnam1-13/+19
2009-09-01Add volatile to avoid clobbered by longjmp warning.Martin Mathieson1-1/+1
2009-09-01- Read a min number if packets before checking if the progress bar should be ...Anders Broman1-24/+36
2009-08-28Compute the loading time and show it in the main status bar.Anders Broman1-0/+21
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+2
2009-08-21Use col_text in frame data.Anders Broman1-4/+4
2009-08-19We shouldn't conditionalise on _filtering_ tap listerners to determine whethe...Kovarththanan Rajaratnam1-6/+2
2009-08-15Inline a few checks in the add_packet_to_packet_list() function since it's ca...Kovarththanan Rajaratnam1-3/+8
2009-08-14Make display filtering work for NEW_PACKET_LIST. This didn't work previously ...Kovarththanan Rajaratnam1-7/+19
2009-08-14Always add packet to the new packet list regardless of whether the packet pas...Kovarththanan Rajaratnam1-12/+13
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-70/+70
2009-08-10From Kovarththanan Rajaratnam:Anders Broman1-16/+21
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-1/+1
2009-08-07Free frame data slice on file resetKovarththanan Rajaratnam1-0/+2
2009-07-29From Kovarththanan Rajaratnam:Anders Broman1-11/+11
2009-07-29Add pinfo to new_packet_list_append() this should give us the abillityAnders Broman1-1/+1
2009-07-28Pacify the build bot.Anders Broman1-4/+4
2009-07-28Set reftime without recreating the packet list.Anders Broman1-1/+81
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-4/+8
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-0/+7
2009-07-25Remove two unused variables and mark a function paramter as unusedStephen Fisher1-2/+2
2009-07-25From Kovarththanan Rajaratnam:Anders Broman1-8/+8
2009-07-24Use g_slice if glib >=2.10Anders Broman1-3/+27
2009-07-24When using the new packet list select the first packet when the file read is ...Anders Broman1-2/+5
2009-07-22From kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-07-22Minor indentation fixes.Anders Broman1-7/+7
2009-07-21From didier gautheron via bug 3762:Stig Bjørlykke1-29/+0
2009-07-20Implement new_packet_list_find_row_from_data()Anders Broman1-14/+22
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whenStephen Fisher1-2/+5
2009-07-06Removed an incorrect optimalization for invalidating packet in row 0.Stig Bjørlykke1-1/+1
2009-07-01Updates to create_tempfile:Gerald Combs1-2/+2
2009-07-01Realy make the new packet list compile under Windows...Anders Broman1-1/+1
2009-07-01Make the new packet list compile on Windows.Anders Broman1-3/+0
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-4/+106
2009-06-11Optimized criteria for invalidate packet in row 0.Stig Bjørlykke1-1/+1
2009-06-06Clean up white space.Guy Harris1-12/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-21/+81
2009-06-01Popup a dialog in case we match a row outside the loaded frame area.Stig Bjørlykke1-1/+6
2009-06-01From Kovarththanan Rajaratnam via bug 3429:Stig Bjørlykke1-1/+5
2009-05-31Fix bug 3489:Jaap Keuter1-2/+0
2009-05-26Fix the build.Gerald Combs1-0/+2
2009-05-25From Didier Gautheron via bug 3391:Gerald Combs1-6/+10
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-10/+10