aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
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