aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj4-183/+61
2009-09-24Don't guard col_append_str with check_colkrj45-893/+286
2009-09-24Remove check_col() guardkrj30-286/+90
2009-09-24Remove unneeded #includes (along with C++ style comments added by mistake in ...wmeier1-3/+0
2009-09-24Minor: Use tvb_reported_length... not tvb_length...wmeier1-6/+6
2009-09-24Various: wmeier1-803/+834
2009-09-24The beginning of a Python script/tool that indexes capture files. It currentl...krj1-0/+89
2009-09-24Add what appear to be missing breaks in two cases of a switch () {...}.wmeier1-0/+2
2009-09-24Minor changes:wmeier1-60/+42
2009-09-24Minor changes:wmeier1-22/+15
2009-09-24Minor changes:wmeier1-71/+60
2009-09-24Get rid of some deprecated functions.etxrab1-24/+54
2009-09-24Minor changes: wmeier1-11/+7
2009-09-24Make sure that we also traverse the free_list while looking for valid pointerskrj1-8/+17
2009-09-24Use val_to_str_const() since we intend on passing the string to col_set_str (...krj1-1/+1
2009-09-24Update *.vcproj to visual studio 8etxrab13-22/+34
2009-09-24option menu -> combo box.etxrab1-18/+21
2009-09-24While trying to understand commit 30107, I found the following atjmayer1-1/+1
2009-09-24Call subdissector even when tree is NULLkrj1-70/+66
2009-09-23Run lemon from CMAKE_CFG_INTDIR.stig1-1/+1
2009-09-23Added Apple Cocoa library to processes dumping OSX version.stig1-1/+8
2009-09-23Add a few hints for OS X builds.jmayer1-0/+9
2009-09-23- Add $Id: $ tagsjmayer25-1/+76
2009-09-23Fix for bug 4046:jake1-1/+1
2009-09-23Small indent fix.stig1-1/+1
2009-09-23Define a global variable as static;wmeier1-4/+1
2009-09-23Try finding gpg-error library, to improve building on OSX.stig1-1/+2
2009-09-23Removed setting GLIB2_LIBRARIES to GLIB_LIBRARY, to improve build on OSX.stig1-3/+0
2009-09-23Try finding pixbuf and pango libraries to help building on OSX.stig1-0/+31
2009-09-23Change gchar foo[mm][nn] = {"xxx", "yyy", ...} to static const gchar *foo[mm]...wmeier1-47/+66
2009-09-23Build wiretap with cmake on OSX.stig1-0/+2
2009-09-23(Trivial) White space changeskrj1-246/+241
2009-09-23Quick fix for Bug #4040.wmeier1-2/+3
2009-09-23More fixes for OSX - might work now :-)jmayer4-0/+43
2009-09-23Propagate the changes to the .cnf file so they don't get lost when regenerati...etxrab2-12/+12
2009-09-23Hopefully fix wsutil build on OSX.jmayer1-0/+6
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...krj4-4/+0
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...krj10-20/+18
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...krj14-18/+18
2009-09-23Change option menu to combo box.etxrab1-25/+17
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj29-90/+4
2009-09-23Fix the debug code somewhat, we do not have a clist any more.etxrab1-14/+23
2009-09-23Build more plugins with cmake.jmayer7-6/+426
2009-09-22-P is no longer invalid. We use it for the 'two pass analysis'krj1-1/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj17-42/+39
2009-09-22(Cosmetic) Reorder functionskrj1-94/+94
2009-09-22(Trivial) Rework a comment slightly.wmeier1-3/+3
2009-09-22Fix: jyoung SVN #30065; Sort order at start of new capture.etxrab1-0/+6
2009-09-22Remove unused 'offset' parameterkrj1-2/+2
2009-09-22- new_packet_list_resize_column() if we get an empty string frometxrab1-5/+6