summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Windows changes for main_window_update ....Luis Ontanon3-4/+4
2013-06-27forgot from the las commit...Luis Ontanon1-2/+2
2013-06-27Add functions hf_try_val_to_str[_const]Jakub Zawadzki1-63/+33
2013-06-27cleanup, use packet_list_iter_nth_child() in another place.Jakub Zawadzki1-19/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon17-80/+90
2013-06-27For now, don't turn on -Wcast-align by default. There are at least someGuy Harris2-2/+6
2013-06-27Don't assume the system include files are under /usr/include; trick theGuy Harris3-3/+30
2013-06-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8857 :Pascal Quantin1-1/+1
2013-06-27*sigh*Evan Huus1-3/+5
2013-06-27MS: Pong from the dispatcher!Luis Ontanon7-207/+441
2013-06-27Misc little cleanups to wmem tree (comments, whitespace, assertions)Evan Huus1-9/+4
2013-06-27Remove debugging lines from wmem_test, I think I've figured out the problem.Evan Huus1-26/+0
2013-06-27From Audric Schiltknecht, bug 8521 (https://bugs.wireshark.org/bugzilla/show_...Michael Mann1-1/+2
2013-06-27Bugfix implementation of RFC 4379. Reported through bug 8835 (https://bugs.w...Michael Mann1-38/+93
2013-06-27Don't assume that compilers not named "clang" will, by default, reportGuy Harris2-13/+24
2013-06-26Don't assume that compilers that need an extra option to report errors,Guy Harris2-15/+41
2013-06-26#gtk #packet-list simplify, use gtk_tree_view_column_add_attribute() for text...Jakub Zawadzki1-15/+3
2013-06-26Another clang issue to work around:Guy Harris1-1/+6
2013-06-26Suppress -Wformat-nonliteral when building GLib, to avoid a clang bugGuy Harris1-2/+5
2013-06-26(Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8813 :Jeff Morriss1-5/+5
2013-06-26packet-editor: Allow focus for byteview, it should fix problems with field he...Jakub Zawadzki1-0/+3
2013-06-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8853 :Pascal Quantin1-0/+1
2013-06-26Don't link wireshark against the Qt libraries and don't like wireshark-qtJeff Morriss1-5/+3
2013-06-26Adjust when name_len offset is used. Part of bug 8776 (https://bugs.wireshar...Michael Mann1-4/+5
2013-06-26echld is not an optional package, it's an optional Wireshark feature: useJeff Morriss1-11/+6
2013-06-26If the user enables gtk3, (silently) disable gtk2 rather than forcing the userJeff Morriss1-16/+20
2013-06-26openSAFETY: CRC Maintenance, new CRC, new expert interface implemented. Bug ...Michael Mann3-34/+133
2013-06-26Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss13-14/+12
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss20-30/+19
2013-06-26Nothing uses the HAVE_GTK #define, so get rid of it. (Keep theGuy Harris1-5/+0
2013-06-26editcap no longer has to link against nstime.o, it's in libwsutil now.Jeff Morriss1-1/+0
2013-06-26This file is in the top-level directory. Don't try to include things from ../Jeff Morriss1-3/+3
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss21-19/+19
2013-06-25Put wsutil/*.h into the wireshark-dev package (in a blind attempt to fix the ...Jeff Morriss1-0/+1
2013-06-25There's no need to compile timestats.c any more--it's now in libwsutil.Jeff Morriss1-1/+0
2013-06-25Arrays seems to be where the failure is, so remove excess verbiage around otherEvan Huus1-47/+19
2013-06-25Link this plugin with libwsutil too (in order to pick up time symbols).Jeff Morriss1-1/+1
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss62-86/+56
2013-06-25Fix build with packet editor enabled. (Fix a typo while we're at it.)Guy Harris2-32/+32
2013-06-25Last changes to autofoo, rename the files as they live now in their own dir...Luis Ontanon9-13/+17
2013-06-25From Reinhard Speyerer via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-1/+1
2013-06-25Look for moc-qt4 before moc and uic-qt4 before uic, because (at least on myEvan Huus1-4/+4
2013-06-25Of course I forgot to test the normal/default case (where no --with argumentsJeff Morriss1-1/+1
2013-06-25Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).Jeff Morriss4-146/+162
2013-06-25Indentation/Whitespace cleanup;Bill Meier1-635/+642
2013-06-25Bugfix iec104 dissector, bug 8849 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-39/+32
2013-06-25Allocate memory for col_text[_len] when really neededJakub Zawadzki1-23/+13
2013-06-25packet_list_iter_children() simplify, just call packet_list_iter_nth_child(.....Jakub Zawadzki1-21/+1
2013-06-25remove the Makefile.nmake target to avoid errors in dist...Luis Ontanon1-2/+1
2013-06-25This should get cmake to ignore echld...Luis Ontanon5-43/+191