aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Make sure that we also traverse the free_list while looking for valid pointersKovarththanan Rajaratnam1-8/+17
2009-09-24Use val_to_str_const() since we intend on passing the string to col_set_str (...Kovarththanan Rajaratnam1-1/+1
2009-09-24Update *.vcproj to visual studio 8Anders Broman2-2/+4
2009-09-24Call subdissector even when tree is NULLKovarththanan Rajaratnam1-70/+66
2009-09-23Fix for bug 4046:Jaap Keuter1-1/+1
2009-09-23Define a global variable as static;Bill Meier1-4/+1
2009-09-23Change gchar foo[mm][nn] = {"xxx", "yyy", ...} to static const gchar *foo[mm]...Bill Meier1-47/+66
2009-09-23(Trivial) White space changesKovarththanan Rajaratnam1-246/+241
2009-09-23Quick fix for Bug #4040.Bill Meier1-2/+3
2009-09-23More fixes for OSX - might work now :-)Jörg Mayer3-0/+37
2009-09-23Propagate the changes to the .cnf file so they don't get lost when regenerati...Anders Broman1-5/+5
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam4-4/+0
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam6-14/+13
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam8-9/+9
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam17-69/+4
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam8-30/+30
2009-09-22(Cosmetic) Reorder functionsKovarththanan Rajaratnam1-94/+94
2009-09-22(Trivial) Rework a comment slightly.Bill Meier1-3/+3
2009-09-22From Vincent Helfre:Anders Broman1-3/+22
2009-09-22Make frame_data_set_after_dissect() callers do the necessary checks insteadKovarththanan Rajaratnam1-18/+15
2009-09-22Switch Wireshark GUI (file.c) over to using frame_data.cKovarththanan Rajaratnam1-7/+4
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam3-9/+46
2009-09-22From Gerasimos Dimitriadis:Anders Broman2-5/+5
2009-09-22From Julian Fielding:Jaap Keuter1-7/+7
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-21Bring frame_data_init() and add_packet_to_packet_list() more in sync by addin...Kovarththanan Rajaratnam1-7/+13
2009-09-21Store 'color_filter' as const in 'frame_data'Kovarththanan Rajaratnam2-2/+2
2009-09-21Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LISTKovarththanan Rajaratnam2-46/+51
2009-09-21Add unsigned int type castKovarththanan Rajaratnam1-1/+1
2009-09-21Add initial support for DNS/SCTP.Michael Tüxen1-5/+24
2009-09-21Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam2-5/+14
2009-09-21Make sure that we track the amount allocated when we're doling out memory fro...Kovarththanan Rajaratnam1-0/+4
2009-09-21CMake:Jörg Mayer1-0/+15
2009-09-20From Gerasimos Dimitriadis:Anders Broman1-2/+22
2009-09-20From Kjell Hultman:Jaap Keuter1-1/+840
2009-09-20Fix return type for frame_data_init()Kovarththanan Rajaratnam1-0/+1
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam3-0/+13
2009-09-20Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam2-4/+78
2009-09-20[Automatic manuf and enterprise-numbers update for 2009-09-20]Gerald Combs1-14/+190
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-20Use g_new()Kovarththanan Rajaratnam1-3/+3
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 Rajaratnam1-4/+2
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam2-24/+24