aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/graph_analysis.c
Commit message (Expand)AuthorAgeFilesLines
* Gtk: Remove source codeRoland Knall2018-04-151-1839/+0
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-0/+2
* Add Flow Graph functionality to TSharkMichael Mann2017-09-221-2/+5
* Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann2017-09-211-1/+4
* Pacify GTK checkAPIs.pl warnings.Michael Mann2016-07-241-10/+10
* Add checks to address setting routines.Guy Harris2016-06-121-3/+1
* Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde2016-02-261-8/+2
* Revert "Add free_address_wmem() and other extensions to address API"João Valverde2016-02-081-2/+8
* Add free_address_wmem() and other extensions to address APIJoão Valverde2016-02-071-8/+2
* Make address_to_display() use proper (non-)constnessJoão Valverde2015-11-291-1/+1
* Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin2015-10-261-3/+3
* Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann2015-01-051-1/+5
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-1/+0
* voip_calls: Regression fixes.Gerald Combs2014-11-181-3/+21
* Use GQueue for generating statisticsBalint Reczey2014-06-271-1/+1
* Some routine name changes.Guy Harris2014-04-191-1/+1
* Deleted one line to much in previous chgange.AndersBroman2014-03-281-0/+1
* Don't include voip_bg.xpm, it's not used any more.AndersBroman2014-03-241-2/+0
* Get rid of the background pixmap, set the background color directly.AndersBroman2014-03-241-17/+8
* Migrate GTK icon handling to GTK 3.10 APIBalint Reczey2014-03-111-2/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-8/+8
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Sequence / flow diagram updates.Gerald Combs2013-11-111-1/+0
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8966 :Pascal Quantin2013-11-091-2/+3
* More sequence dialog updates.Gerald Combs2013-10-251-9/+19
* Initial and woefully incomplete flow graph support.Gerald Combs2013-10-241-381/+36
* From Øyvin Richardsen:Stig Bjørlykke2013-08-051-20/+122
* Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2013-07-211-3/+3
* Give file_selection_new() an argument to specify the parent window ofGuy Harris2013-05-141-111/+39
* add missing castMartin Kaiser2013-03-241-1/+1
* From beroset:Anders Broman2013-03-241-9/+15
* Use explicit casts.Anders Broman2013-03-101-24/+24
* Whitespace & indentation cleanup.Bill Meier2013-03-041-231/+233
* Use gdk_cairo_set_source_rgba and GdkRGBAAnders Broman2013-01-061-22/+46
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman2012-08-011-8/+0
* For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki2012-07-201-2/+2
* gtk_container_add() -> gtk_box_pack_start().Anders Broman2012-07-191-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris2012-06-031-1/+2
* From Evan Huus:Anders Broman2012-05-291-1/+4
* port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman2012-04-211-3/+3
* Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman2012-04-211-3/+3
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-04-151-2/+0
* From Evan Huus: Memory leaks in graph_analysis.c https://bugs.wireshark.org/b...Anders Broman2012-04-141-3/+7
* include "../util.h" -> include "ui/util.h"Jörg Mayer2012-02-171-1/+1
* Restructure the recent file code so that recent.c is GUI-independent;Guy Harris2012-01-181-2/+5
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-2/+2