aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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-21Add unsigned int type castKovarththanan Rajaratnam1-1/+1
2009-09-21Introduce a NEW_PACKET_LIST specialized version of add_packet_to_packet_list(...Kovarththanan Rajaratnam1-21/+138
2009-09-21Add initial support for DNS/SCTP.Michael Tüxen1-5/+24
2009-09-21cf_change_time_formats() is not needed with new packet list.Anders Broman3-30/+24
2009-09-21Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam4-22/+17
2009-09-21Make sure that we track the amount allocated when we're doling out memory fro...Kovarththanan Rajaratnam1-0/+4
2009-09-21Add a more verbose error printout.Anders Broman1-20/+36
2009-09-21Add NEW_PACKET_LIST guard wrt fdata->col_textKovarththanan Rajaratnam1-3/+5
2009-09-21CMake:Jörg Mayer12-16/+215
2009-09-20From Gerasimos Dimitriadis:Anders Broman1-2/+22
2009-09-20Try to fix(take II):Anders Broman1-1/+1
2009-09-20From Kjell Hultman:Jaap Keuter1-1/+840
2009-09-20From Jim Young via bug 4033:Kovarththanan Rajaratnam1-0/+10
2009-09-20Fix return type for frame_data_init()Kovarththanan Rajaratnam3-2/+3
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam6-35/+21