aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/manage_interfaces_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-2/+6
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+2
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+3
2014-10-04Qt (manage interface): fix warning: comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-2/+2
2014-08-29Qt: Rework the "Manage Interfaces" dialog.Gerald Combs1-237/+343
2014-08-11Fix modeline (use Wireshark standard with C comment and no C++ comment)Alexis La Goutte1-12/+13
2014-08-08Use a QTreeWidget instead of QTableWidget.Gerald Combs1-2/+6
2014-08-05 device.remote_opts.sampling_method and device.remote_opts.sampling_paramAndersBroman1-0/+2
2014-08-05Windows: Manage remote interfacesIrene Ruengeler1-2/+303
2014-07-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-02Manage InterfacesIrene Ruengeler1-0/+450