aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Qt: update endpoint statistics column labels to match GTK onesPascal Quantin1-8/+3
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-4/+6
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-5/+5
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-1/+1
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-2/+2
2015-01-18Remove emem from GeoIPMichael Mann1-2/+4
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-4/+8
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-3/+8
2015-01-02tshark: Add endpoints statisticsMichael Mann1-2/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-12-31GTK: fix 'Limit to display filter' functionality in Conversations/Endpoints w...Pascal Quantin1-1/+1
2014-11-25hostlist_table (GTK): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+4
2014-09-17Qt: Add the "Map" button to the Endpoints dialog.Gerald Combs1-234/+13
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-90/+91
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-472/+202
2014-07-29Fix heap-use-after-free via setlocalePeter Wu1-1/+2
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-7/+7
2014-04-19More name changes.Guy Harris1-3/+3
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-03-21Bill pointed out that gtk_window_get_size() + gtk_window_resize()Gerald Combs1-25/+14
2013-03-21From beroset:Bill Meier1-18/+18
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs1-2/+18
2013-03-11Use explicit casts.Anders Broman1-34/+34
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-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+0
2012-09-26Allow IPv6 addresses to be mapped.Chris Maynard1-2/+3
2012-09-26Revision 45146 fixed only the first map. This patch fixes all maps.Chris Maynard1-3/+11
2012-09-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers sho...Chris Maynard1-2/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Move the UI-independent help URL code to ui/help_url.[ch].Gerald Combs1-1/+1
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-2/+2
2012-07-19Fix bug #7377 for 'Protocol Hierarchy' and 'Endpoints'Jakub Zawadzki1-1/+1
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
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-30Fix part of bug #4030Jakub Zawadzki1-4/+9
2012-05-15Don't leak an open file handle (CID 702423).Gerald Combs1-0/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-4/+4
2012-04-05Instead of loading our coordinates from a separate text file viaGerald Combs1-37/+71
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2