aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Add licence information.Irene Rüngeler1-0/+24
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-9/+0
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler13-1844/+157
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs3-2/+34
2013-10-28Remove some (but not all) U3 remnants.Gerald Combs1-11/+0
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-1/+1
2013-10-27Remove U3 code and packaging.Gerald Combs2-23/+2
2013-10-26From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=93...Pascal Quantin3-9/+12
2013-10-25More sequence dialog updates.Gerald Combs2-10/+20
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+7
2013-10-25Mark unused parameter, remove moved .h file from Makefile.commonEvan Huus1-1/+0
2013-10-24Make things compile again.Jörg Mayer9-299/+11
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs7-759/+97
2013-10-24Revert previous commit of Irene, which doesn't work (yet).Michael Tüxen12-8/+1833
2013-10-24Move sctp_stat to ui to make it independent from gtk.Irene Rüngeler12-1833/+8
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+1
2013-10-23As suggested by Michael in https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-0/+1
2013-10-23Add the ability to collapse subtrees with Shift+Left + additional menu items....Michael Mann5-8/+95
2013-10-23g_slist_free_full() is glib 2.28Anders Broman1-1/+1
2013-10-23Make manual address resolution work again by putting the addressesAnders Broman1-1/+3
2013-10-19Only allow one popup dialog in UAT dialog. Editing/copying/deleting can modi...Michael Mann1-36/+60
2013-10-18After looking for something in the column-*.h files andJörg Mayer5-5/+5
2013-10-13SMB2 SRT can be very inaccurate in the presence of retransmissions: Retrans...Cal Turney1-3/+12
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+2
2013-10-12Have pixbuf_to_widget() use a guint8 * to matchGerald Combs2-2/+2
2013-10-11Fix some formatting.Jeff Morriss1-11/+17
2013-10-11More ui/util.h includes.Gerald Combs3-0/+3
2013-10-11Include ui/util.h.Gerald Combs1-0/+1
2013-10-11There's no need to include prefs.h twice.Jeff Morriss1-2/+1
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs3-10/+3
2013-10-10Don't close the Capture Options window if there was an error in what wasJeff Morriss1-1/+2
2013-10-10Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_b...Chris Maynard2-83/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman1-2/+2
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann2-4/+4
2013-10-04in a uat dialogue, allow only one popup for confirming a deletion of anMartin Kaiser1-25/+36
2013-09-15mark unused parameterMartin Kaiser1-1/+1
2013-09-15unused variable 'conversation'Anders Broman1-1/+1
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-0/+2
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman4-0/+298
2013-09-11remove unused variable, mark unused parameterMartin Kaiser1-2/+1
2013-09-11Get rid of some users the addrinfo_list.Anders Broman1-80/+47
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte4-121/+3
2013-09-08Add the TCP RTT graph.Gerald Combs1-70/+0
2013-09-07Fix a few more places that didn't have a semicolon after the address-macro use.Evan Huus2-8/+8
2013-09-04Throughput graph updates.Gerald Combs1-60/+20
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-08-30Add an item tracer to the TCP stream graph. Enable packet selection.Gerald Combs1-3/+4
2013-08-29Revert revision=51577.Anders Broman1-2/+4
2013-08-29Don't store address in the hastable when name resolution is off.Anders Broman1-4/+2
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-13/+17