aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Remove unneeded #includes (along with C++ style comments added by mistake in ...Bill Meier1-3/+0
2009-09-24Minor: Use tvb_reported_length... not tvb_length...Bill Meier1-6/+6
2009-09-24Various: Bill Meier1-803/+834
2009-09-24The beginning of a Python script/tool that indexes capture files. It currentl...Kovarththanan Rajaratnam1-0/+89
2009-09-24Add what appear to be missing breaks in two cases of a switch () {...}.Bill Meier1-0/+2
2009-09-24Minor changes:Bill Meier1-60/+42
2009-09-24Minor changes:Bill Meier1-22/+15
2009-09-24Minor changes:Bill Meier1-71/+60
2009-09-24Get rid of some deprecated functions.Anders Broman1-24/+54
2009-09-24Minor changes: Bill Meier1-11/+7
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 Broman13-22/+34
2009-09-24option menu -> combo box.Anders Broman1-18/+21
2009-09-24While trying to understand commit 30107, I found the following atJörg Mayer1-1/+1
2009-09-24Call subdissector even when tree is NULLKovarththanan Rajaratnam1-70/+66
2009-09-23Run lemon from CMAKE_CFG_INTDIR.Stig Bjørlykke1-1/+1
2009-09-23Added Apple Cocoa library to processes dumping OSX version.Stig Bjørlykke1-1/+8
2009-09-23Add a few hints for OS X builds.Jörg Mayer1-0/+9
2009-09-23- Add $Id: $ tagsJörg Mayer25-1/+76
2009-09-23Fix for bug 4046:Jaap Keuter1-1/+1
2009-09-23Small indent fix.Stig Bjørlykke1-1/+1
2009-09-23Define a global variable as static;Bill Meier1-4/+1
2009-09-23Try finding gpg-error library, to improve building on OSX.Stig Bjørlykke1-1/+2
2009-09-23Removed setting GLIB2_LIBRARIES to GLIB_LIBRARY, to improve build on OSX.Stig Bjørlykke1-3/+0
2009-09-23Try finding pixbuf and pango libraries to help building on OSX.Stig Bjørlykke1-0/+31
2009-09-23Change gchar foo[mm][nn] = {"xxx", "yyy", ...} to static const gchar *foo[mm]...Bill Meier1-47/+66
2009-09-23Build wiretap with cmake on OSX.Stig Bjørlykke1-0/+2
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 Mayer4-0/+43
2009-09-23Propagate the changes to the .cnf file so they don't get lost when regenerati...Anders Broman2-12/+12
2009-09-23Hopefully fix wsutil build on OSX.Jörg Mayer1-0/+6
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 Rajaratnam10-20/+18
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam14-18/+18
2009-09-23Change option menu to combo box.Anders Broman1-25/+17
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam29-90/+4
2009-09-23Fix the debug code somewhat, we do not have a clist any more.Anders Broman1-14/+23
2009-09-23Build more plugins with cmake.Jörg Mayer7-6/+426
2009-09-22-P is no longer invalid. We use it for the 'two pass analysis'Kovarththanan Rajaratnam1-1/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam17-42/+39
2009-09-22(Cosmetic) Reorder functionsKovarththanan Rajaratnam1-94/+94
2009-09-22(Trivial) Rework a comment slightly.Bill Meier1-3/+3
2009-09-22Fix: jyoung SVN #30065; Sort order at start of new capture.Anders Broman1-0/+6
2009-09-22Remove unused 'offset' parameterKovarththanan Rajaratnam1-2/+2
2009-09-22- new_packet_list_resize_column() if we get an empty string fromAnders Broman1-5/+6
2009-09-22Add initial support for "two pass analysis" in tshark. This allows tshark to ...Kovarththanan Rajaratnam2-28/+284
2009-09-22From Vincent Helfre:Anders Broman1-3/+22
2009-09-22Select the first packet when doing a live capture. In the old packet list thi...Anders Broman2-0/+6