aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/lbm_uimflow_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Integrate LBM UIM Flow dialog into "regular" Flow diagram.Michael Mann1-430/+0
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-1/+0
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-1/+1
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-4/+1
2016-07-31lbm_uimflow_dlg.c: Pacify another GTK checkAPIs.pl warning.Michael Mann1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-02-25Clean up modelines and indentation.Guy Harris1-3/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-3/+3
2015-09-04GTK/Qt: fix crash when closing SIP Flows dialogPascal Quantin1-1/+2
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-4/+4
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-2/+2
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-12-21Do not use packet scoped memory in GUIPascal Quantin1-2/+2
2014-11-26Consolidate sequence analysis code.Gerald Combs1-21/+3
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-7/+5
2014-06-19gtk_table_new is deprecated in GTK3. Change to use grid instead, and usedameiss1-7/+9
2014-06-19Add GTK modules for existing LBM dissectors.dameiss1-0/+455