summaryrefslogtreecommitdiff
path: root/ui/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-4/+5
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-6/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-6/+6
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-8/+8
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-2/+1
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-2/+2
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2015-01-10Remove ep_ allocated memory from get_conversation_filter and just return a g_...Michael Mann1-1/+2
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-6/+14
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-4/+15
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-6/+0
2014-12-31GTK: fix 'Limit to display filter' functionality in Conversations/Endpoints w...Pascal Quantin1-1/+1
2014-12-26UDP: fix 'Follow Stream' button from conversations tabPascal Quantin1-5/+1
2014-09-07GTK (conversations table): Fix Dereference of null pointer found by Clang ana...Alexis La Goutte1-0/+3
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-3/+3
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-2/+2
2014-08-03Fix TCP/UDP/SCTP conversations broken by g59ef97d and g31ecdf5Pascal Quantin1-2/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-71/+69
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-970/+344
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-04-19More name changes.Guy Harris1-6/+6
2014-04-19Some routine name changes.Guy Harris1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-05Make launching TCP graphs from conversations window work again, by supplying ...Martin Mathieson1-2/+4
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-06-16Make the B->A graph label show as A<-B to be consistent with the columnMartin Mathieson1-1/+1
2013-05-24Have register_param_stat() add menu items, rather than having the menuGuy Harris1-0/+2
2013-03-21Bill pointed out that gtk_window_get_size() + gtk_window_resize()Gerald Combs1-29/+18
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs1-2/+18
2013-03-08Use explicit casts.Anders Broman1-35/+35
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-11-14After launching 'Follow stream' or one of the graphs, restore theMartin Mathieson1-0/+22
2012-11-11Fix compilation error (set but unused variable) and allow TCP graphs to beEvan Huus1-9/+44
2012-11-11Allow TCP graphs to be launched from the conversation table window.Martin Mathieson1-3/+94
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-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-3/+3
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-4/+15
2012-05-23From Robert Bullen:Anders Broman1-69/+110
2012-05-19Add an 'if' test to prevent a potential null pointer dereferenceBill Meier1-7/+8
2012-05-19Rework 'ct_nb_switch_page_cb()' slightly to prevent a scan-build "null pointe...Bill Meier1-15/+16