aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam10-20/+18
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam14-18/+18
2009-09-23Change option menu to combo box.Anders Broman1-25/+17
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam29-90/+4
2009-09-23Fix the debug code somewhat, we do not have a clist any more.Anders Broman1-14/+23
2009-09-23Build more plugins with cmake.Jörg Mayer7-6/+426
2009-09-22-P is no longer invalid. We use it for the 'two pass analysis'Kovarththanan Rajaratnam1-1/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam17-42/+39
2009-09-22(Cosmetic) Reorder functionsKovarththanan Rajaratnam1-94/+94
2009-09-22(Trivial) Rework a comment slightly.Bill Meier1-3/+3
2009-09-22Fix: jyoung SVN #30065; Sort order at start of new capture.Anders Broman1-0/+6
2009-09-22Remove unused 'offset' parameterKovarththanan Rajaratnam1-2/+2
2009-09-22- new_packet_list_resize_column() if we get an empty string fromAnders Broman1-5/+6
2009-09-22Add initial support for "two pass analysis" in tshark. This allows tshark to ...Kovarththanan Rajaratnam2-28/+284
2009-09-22From Vincent Helfre:Anders Broman1-3/+22
2009-09-22Select the first packet when doing a live capture. In the old packet list thi...Anders Broman2-0/+6
2009-09-22Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam5-5/+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 Rajaratnam3-10/+17
2009-09-22Always initialise fdata even when we don't dissect (we access some of fdatas ...Kovarththanan Rajaratnam1-2/+2
2009-09-22Simply some logic inside process_packet()Kovarththanan Rajaratnam1-14/+8
2009-09-22Make frame_data_set_after_dissect() callers do the necessary checks insteadKovarththanan Rajaratnam3-22/+15
2009-09-22Switch Wireshark GUI (file.c) over to using frame_data.cKovarththanan Rajaratnam2-88/+10
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam5-18/+63
2009-09-22- Add new_packet_list_set_sel_browse()Anders Broman3-11/+65
2009-09-22From Gerasimos Dimitriadis:Anders Broman2-5/+5
2009-09-22Fix minor formating issues by hand(bug 4001).Anders Broman1-2/+2
2009-09-22Fix minor formating issues by hand(bug 4001).Anders Broman1-12/+12
2009-09-22From Julian Fielding:Jaap Keuter1-7/+7
2009-09-22Make sure that the old packet list works with the changes introduced in r30047Kovarththanan Rajaratnam1-4/+4
2009-09-22Constify colour sourceKovarththanan Rajaratnam2-16/+12
2009-09-21Fix for bug 4034:Jaap Keuter1-10/+9
2009-09-21Set svn properties and fix Id keyword.Jaap Keuter9-9/+9
2009-09-21Minor white space cleanup.Stephen Fisher1-2/+1
2009-09-21Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...Kovarththanan Rajaratnam2-12/+19
2009-09-21Constify (missed in r30051)Kovarththanan Rajaratnam1-1/+1
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 Rajaratnam2-7/+20
2009-09-21Store 'color_filter' as const in 'frame_data'Kovarththanan Rajaratnam5-5/+5
2009-09-21Don't include header files that are not requiredKovarththanan Rajaratnam1-6/+0
2009-09-21Remove unused 'vers' member in capture_fileKovarththanan Rajaratnam1-1/+0
2009-09-21Remove unused 'pstats' member in capture_fileKovarththanan Rajaratnam2-3/+2
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam8-46/+46
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-21Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTKovarththanan Rajaratnam2-46/+51
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