aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-20Use frame_data_init() instead of the locally defined fill_in_fdata(), which w...Kovarththanan Rajaratnam1-70/+11
2009-09-20Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam3-74/+91
2009-09-20Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam1-19/+28
2009-09-20Make cf_mark_frame() an empty stub in tshark.c. We only need it to satisfy a ...Kovarththanan Rajaratnam2-18/+12
2009-09-20Remove unused cf_unmark_frame() functionKovarththanan Rajaratnam1-15/+0
2009-09-20Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam1-21/+29
2009-09-20[Automatic manuf and enterprise-numbers update for 2009-09-20]Gerald Combs2-14/+218
2009-09-20Only duplicate string the first time around, i.e. 'pinfo->fd->flags.visited =...Kovarththanan Rajaratnam1-18/+18
2009-09-20Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't pas...Kovarththanan Rajaratnam1-0/+5
2009-09-20Add ep_verify_pointer()/se_verify_pointer() which checks whether the given po...Kovarththanan Rajaratnam2-3/+36
2009-09-20Assert on null string in col_set_str(). This is reasonable behaviour since th...Kovarththanan Rajaratnam1-0/+2
2009-09-20Remove unused/dead codeKovarththanan Rajaratnam1-28/+0
2009-09-20Make se_trees static in emem.cKovarththanan Rajaratnam2-29/+21
2009-09-20Bump version number after release of first development snapshot.Jaap Keuter3-4/+4
2009-09-20Add myself and Kovarththanan Rajaratnam as co authors.Anders Broman2-0/+2
2009-09-20Use g_new()Kovarththanan Rajaratnam1-3/+3
2009-09-20Add NEW_PACKET_LIST guardKovarththanan Rajaratnam1-4/+7
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak (should have been part of r29...Kovarththanan Rajaratnam1-6/+3
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam2-12/+9
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam2-24/+24
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-29/+25