aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-18Fix two issues related to conversion to use ws_gtk_grid...() [svn #47002].Bill Meier1-2/+2
2013-01-18Make the buffer argument to FvalueToStringRepr functions volatileEvan Huus2-8/+6
2013-01-18Use CMAKE_VERSION for the Info.plist comment.Gerald Combs1-1/+1
2013-01-18Remove epan/packet-ncp2222.c from .gitignoreAlexis La Goutte1-1/+0
2013-01-18Replace tvb_get_ipv4 / ip_to_str ... by tvb_ip_to_strAlexis La Goutte1-14/+8
2013-01-18Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-01-18Fix indent for Documentation (Tab => Spaces)Alexis La Goutte16-9700/+9707
2013-01-18Happy New Year also for DocumentationAlexis La Goutte2-12/+14
2013-01-18Enhance MRCPv2 dissector * Fix indent (Tab => 4 Spaces) and add Modelines inf...Alexis La Goutte1-1289/+1241
2013-01-18Dissect 3GPP PCO option.Anders Broman1-1/+8
2013-01-18Replace SESSIONNAME with the use of an API call, just as in the code.Jaap Keuter1-9/+5
2013-01-18Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs3-4/+11
2013-01-18Add more AirPcap code, disabled for now.Gerald Combs1-0/+8
2013-01-18Don't call prefs_airpcap_update() for now. Remove some debugging code.Gerald Combs2-4/+2
2013-01-18Fix compilation on Windows.Gerald Combs2-8/+8
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