aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/endpoint_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-08-31endpoint_dialog.cpp: remove a useless breakPascal Quantin1-1/+0
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-04-26Qt: Don't use _U_ for unused parameters in C++Stig Bjørlykke1-3/+2
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+1
2016-09-14Qt: Set Close as default buttonStig Bjørlykke1-0/+5
2016-06-27There's no need to check the return from g_array_index().Jeff Morriss1-8/+0
2016-06-27endpoint dialog: fix compilation when we don't HAVE_GEOIP.Jeff Morriss1-3/+7
2016-06-26Qt: Conversation and Endpoint dialog performance tweaks.Gerald Combs1-82/+77
2016-06-23Qt: Use queued signals+slots for filter actionsGerald Combs1-4/+4
2016-06-22No GeoIP, no need for geoip_none_.Guy Harris1-0/+2
2016-06-22Qt: Fix crash in Conversations and Endpoints dialogsGerald Combs1-27/+28
2016-04-23Forcibly update all items if name resolution is turned on or off.Guy Harris1-9/+12
2016-04-21We have to call updateWidgets() to initialize the name resolution flag.Guy Harris1-0/+1
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-4/+4
2016-01-12Need to include <epan/prefs.h> to declare preference functions.Guy Harris1-0/+2
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-11/+4
2015-08-26Add per-dialog progress frames.Gerald Combs1-1/+2
2015-07-29Capture file retapping fixups.Gerald Combs1-1/+1
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-1/+0
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+3
2015-01-18Remove emem from GeoIPMichael Mann1-1/+2
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-3/+8
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-2/+10
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs1-1/+1
2014-12-22Qt: Add methods to CaptureFile and WiresharkApplication.Gerald Combs1-16/+14
2014-12-01qt: fix use-after-free patternPeter Wu1-1/+3
2014-11-28Endpoint dialog (Qt): Add missing text to translateAlexis La Goutte1-1/+1
2014-11-08fix a crash in the endpoint dialogueMartin Kaiser1-1/+1
2014-09-18Fix compilation when we don't HAVE_GEOIP.Jeff Morriss1-1/+3
2014-09-17Qt: Add the "Map" button to the Endpoints dialog.Gerald Combs1-3/+46
2014-09-17Qt: Remove duplicate GeoIP columns.Gerald Combs1-16/+29
2014-09-05Fix compilation when we don't HAVE_GEOIP.Jeff Morriss1-1/+1
2014-09-05Fix compiler warnings from g30f3d52.Gerald Combs1-5/+5
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-0/+545