aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs28-367/+693
2013-01-17Minor cleanup:Bill Meier1-97/+98
2013-01-17General cleanup:Bill Meier1-1129/+1130
2013-01-17Fix for bug 8212.Jaap Keuter1-2/+8
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-3/+5
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-17/+18
2013-01-17Register in the UDP heuristic table rather than the internal one.Anders Broman2-2/+4
2013-01-17From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-1/+1
2013-01-17Opening the capture options triggers a rescan of all the packets caused by th...Anders Broman1-9/+15
2013-01-17Add modelinesEvan Huus1-0/+13
2013-01-16Fix Gtk3 window resize behavior to match Gtk2.Bill Meier1-67/+67
2013-01-16Remove redundant call to gtk_box_set_child_packing().Bill Meier3-3/+0
2013-01-16Remove forbidden C++ style commentsPascal Quantin2-6/+6
2013-01-16General cleanup: whitespace, parens & etc.Bill Meier1-150/+149
2013-01-16no need for if (tree)Martin Kaiser1-2/+1
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-27/+27
2013-01-16don't attempt reassembly if more than 1000 consecutive fragments areMartin Kaiser1-0/+9
2013-01-16From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-9/+9
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-31/+31
2013-01-16Add a cast to shut up MSVC.Evan Huus1-1/+1
2013-01-16From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus6-3/+309
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-63/+75
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-65/+67
2013-01-16(Trivial) whitespace cleanup;Bill Meier1-6/+6
2013-01-16Fix a Gtk2 vs Gtk3 issue;Bill Meier1-1/+1
2013-01-16Null the finfo pointer after we free it. Reduces (but does not completely fix)Evan Huus1-0/+1
2013-01-16Add -v for verbose valgrind output.Evan Huus1-2/+3
2013-01-16Bugfix version number in EtherIP dissector + general cleanup. Bug 8211 (http...Michael Mann1-23/+26
2013-01-16Get rid of C++ comments from the CUPS code.Guy Harris1-7/+7
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss5-7/+38
2013-01-16Add some routines to wsutil to, at least on some platforms, addGuy Harris1-11/+20
2013-01-16Set the crash info as early as possible in main(), so that it shows upGuy Harris1-10/+19
2013-01-15Add crash_info.cGuy Harris1-0/+1
2013-01-15Use GLib "return an allocated string generated by printf-styleGuy Harris1-4/+4
2013-01-15I must haz config.h (to define _U_, if nothing else).Guy Harris1-0/+2
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris7-28/+269
2013-01-15Cleanup:Bill Meier1-194/+291
2013-01-15Fix several window resize behavior differences between Gtk2 & Gtk3.Bill Meier1-6/+7
2013-01-15Minor documentation tweaks. Add a hash table to the wishlist.Evan Huus1-7/+9
2013-01-15Cleanup:Bill Meier1-163/+169
2013-01-15Fix Gtk2 vs Gtk3 issue:Bill Meier1-0/+1
2013-01-15Don't run past the end of a fragment array, either in the loop or by putting aEvan Huus1-3/+1
2013-01-15Based on http://ask.wireshark.org/questions/17661/tcap-decoding-bug :Jeff Morriss2-4/+4
2013-01-15extend the iso7816 dissectorMartin Kaiser1-19/+258
2013-01-15Add modelines.Evan Huus1-1/+12
2013-01-15Add missing header #include as the slab is part of the API even if nobodyEvan Huus1-0/+1
2013-01-15Use the block allocator for wmem's file-scope by default.Evan Huus1-1/+1
2013-01-15Cleanup: indentation, whitespace, long-lines, formatting & etc.Bill Meier1-1565/+1593
2013-01-15From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss1-1/+1
2013-01-15Add boilerplate GPLv2+ license as per email response from Scott Renfro:Jeff Morriss1-3/+22