aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Fix minor formating issues by hand(bug 4001).etxrab1-12/+12
2009-09-22From Julian Fielding:jake1-7/+7
2009-09-22Make sure that the old packet list works with the changes introduced in r30047krj1-4/+4
2009-09-22Constify colour sourcekrj2-16/+12
2009-09-21Fix for bug 4034:jake1-10/+9
2009-09-21Set svn properties and fix Id keyword.jake9-9/+9
2009-09-21Minor white space cleanup.sfisher1-2/+1
2009-09-21Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...krj2-12/+19
2009-09-21Constify (missed in r30051)krj1-1/+1
2009-09-21Only set cumulative bytes after passing the display filter testkrj1-3/+1
2009-09-21Move 'Delta timestamp to previous captured frame' calculation inside add_pack...krj2-7/+20
2009-09-21Store 'color_filter' as const in 'frame_data'krj5-5/+5
2009-09-21Don't include header files that are not requiredkrj1-6/+0
2009-09-21Remove unused 'vers' member in capture_filekrj1-1/+0
2009-09-21Remove unused 'pstats' member in capture_filekrj2-3/+2
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...krj8-46/+46
2009-09-21Remove second (redundant) assignment to fdata->cum_byteskrj1-3/+1
2009-09-21Reverse order of NEW_PACKET_LIST guard, i.e. #ifdef NEW_PACKET_LIST instead o...krj1-88/+86
2009-09-21Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTkrj2-46/+51
2009-09-21Fix typo in commentsfisher1-1/+1
2009-09-21(cosmetic change) - reset cumulative bytes together with 'first_ts' and 'prev...krj1-476/+474
2009-09-21cf->dfilter is only set if it's valid so assert if that's not the casekrj1-20/+15
2009-09-21Reset cumulative bytes when we open the filekrj1-2/+2
2009-09-21Set fdata->num up front and roll back if necessarykrj1-4/+8
2009-09-21Shuffle NEW_PACKET_LIST guardkrj1-6/+4
2009-09-21Add unsigned int type castkrj1-1/+1
2009-09-21Introduce a NEW_PACKET_LIST specialized version of add_packet_to_packet_list(...krj1-21/+138
2009-09-21Add initial support for DNS/SCTP.tuexen1-5/+24
2009-09-21cf_change_time_formats() is not needed with new packet list.etxrab3-30/+24
2009-09-21Move frame_data_init() declaration to frame_data.hkrj4-22/+17
2009-09-21Make sure that we track the amount allocated when we're doling out memory fro...krj1-0/+4
2009-09-21Add a more verbose error printout.etxrab1-20/+36
2009-09-21Add NEW_PACKET_LIST guard wrt fdata->col_textkrj1-3/+5
2009-09-21CMake:jmayer12-16/+215
2009-09-20From Gerasimos Dimitriadis:etxrab1-2/+22
2009-09-20Try to fix(take II):etxrab1-1/+1
2009-09-20From Kjell Hultman:jake1-1/+840
2009-09-20From Jim Young via bug 4033:krj1-0/+10
2009-09-20Fix return type for frame_data_init()krj3-2/+3
2009-09-20Introduce frame_data_cleanup() and start using itkrj6-35/+21
2009-09-20Use frame_data_init() instead of the locally defined fill_in_fdata(), which w...krj1-70/+11
2009-09-20Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.ckrj3-74/+91
2009-09-20Move verbose banner output to show_version() and tighten scope of some variableskrj1-19/+28
2009-09-20Make cf_mark_frame() an empty stub in tshark.c. We only need it to satisfy a ...krj2-18/+12
2009-09-20Remove unused cf_unmark_frame() functionkrj1-15/+0
2009-09-20Move verbose banner output to show_version() and tighten scope of some variableskrj1-21/+29
2009-09-20[Automatic manuf and enterprise-numbers update for 2009-09-20]gerald2-14/+218
2009-09-20Only duplicate string the first time around, i.e. 'pinfo->fd->flags.visited =...krj1-18/+18
2009-09-20Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't pas...krj1-0/+5
2009-09-20Add ep_verify_pointer()/se_verify_pointer() which checks whether the given po...krj2-3/+36