aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/manage_interfaces_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-12More interface view cleanups.Guy Harris1-3/+3
2018-08-11Fix the "Manage interfaces" dialog columns.Guy Harris1-2/+0
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-1/+0
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-29Populate Remote Interfaces with data from recent fileMichael Mann1-0/+55
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-10-05qt: Fix leaked dialogsMikael Kanstrup1-0/+1
2017-08-28Fix leak when removing interfaces from manage interfaces dialogMikael Kanstrup1-0/+1
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-32/+28
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+2
2017-08-15Qt: fix compilation without pcap.Dario Lombardo1-4/+5
2017-07-26Qt: Create models directoryRoland Knall1-3/+3
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-06-27Qt: fix alloc-dealloc-mismatch while adding named pipePeter Wu1-15/+16
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-29Prevent crash/assert on access to "uninitialized" device.if_info.name.Joerg Mayer1-0/+1
2017-03-24Remove the last HAVE_PCAP_REMOTE inside HAVE_PCAP_REMOTE for this file.Joerg Mayer1-3/+1
2017-03-23Clean up updateRemoteInterfaceList a bit more.Joerg Mayer1-9/+8
2017-03-23Split interface update code into its own routineJoerg Mayer1-1/+6
2017-03-19Fix warning turning error:Joerg Mayer1-3/+4
2016-10-27ManageInterfacesDialog: New handling of pipesRoland Knall1-200/+49
2016-10-19Qt: declare one_em to fix compile error when HAVE_PCAP_REMOTE is definedHessam Jalali1-0/+1
2016-10-19ManageInterfacesDialog: Implement View/Data ModelRoland Knall1-173/+20
2016-10-01Interface List: Change display to view/modelRoland Knall1-0/+3
2016-07-05Qt: add initializers (CID 1233100).Dario Lombardo1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-03-30Remove not needed initialisation breaking MSVC 15 nmake build.AndersBroman1-1/+0
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+2
2016-02-23Qt: add OS interface description to 'Manage Local Interfaces' windowPascal Quantin1-1/+3
2016-02-20Qt: only "Comment" column should be editable in Local Interfaces management tabPascal Quantin1-1/+10
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+3
2015-12-02Qt: Use uniform interface display nameStig Bjørlykke1-8/+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-08-22Initialize extcap for pipesStig Bjørlykke1-0/+4
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-1/+2
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-2/+10
2015-07-07Continuing to remove Q_UNUSEDJoerg Mayer1-14/+5
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-04-04Fix another capture_dev_user_pmode_find() call.Guy Harris1-1/+1
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-2/+2
2015-03-19Fix another call to capture_dev_user_snaplen_find().Guy Harris1-2/+3
2015-03-19Patch some memory leaks.Guy Harris1-0/+1
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+2
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