aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/flow_graph.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-6/+8
2017-09-21Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann1-3/+12
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-45/+43
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2015-09-09Fix Flow Graph never using Standard Addresses when requestedBen Fox-Moore1-1/+1
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-9/+0
2014-11-26Consolidate sequence analysis code.Gerald Combs1-6/+3
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+11
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-06-27Use GQueue for generating statisticsBalint Reczey1-0/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-2/+2
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-12-16Fix alignment issue in GTK2 flowgraph "packet choice" window.Bill Meier1-6/+24
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-11Sequence / flow diagram updates.Gerald Combs1-3/+3
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-310/+20
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-06-12From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 :Jeff Morriss1-2/+21
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-21From beroset:Bill Meier1-7/+7
2013-01-14Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-32/+34
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-01#include old-gtk-compat.h in order to get compilation working with older gtks.Jeff Morriss1-1/+1
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-4/+0
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki1-2/+2
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+673