aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2013-12-13Add sctp files to Makefile.amIrene Rüngeler1-0/+12
2013-12-13"Fix"Jörg Mayer1-3/+4
2013-12-13"Fix" 'set but not used' warning turning error.Jörg Mayer1-7/+7
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler25-5/+3623
2013-12-12Fix the path to dumpcap.Gerald Combs1-1/+1
2013-12-12Remove the checks for ../../lib. If it still exists it likely means thatGerald Combs1-10/+1
2013-12-12Update library searches to reflect r53780.Gerald Combs1-1/+10
2013-12-10From Deon van der Westhuysen via bug 9537:Gerald Combs1-3/+10
2013-12-10QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.Gerald Combs1-3/+3
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs7-12/+24
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs6-61/+479
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-0/+2
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler1-3/+5
2013-12-08From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509Alexis La Goutte1-1/+1
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte3-94/+143
2013-12-06From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+2
2013-12-06Fix warning when launch Qt PortAlexis La Goutte2-4/+5
2013-12-06Fix ui/qt/capture_interfaces_dialog.ui: Warning: The name 'layoutWidget' (QWi...Alexis La Goutte1-10/+10
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-4/+5
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris1-0/+1
2013-12-03- Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) :Jörg Mayer1-1548/+1548
2013-12-02Link with -lcodecs on UN*X as well. Link with -lwsutil afterGuy Harris1-1/+1
2013-12-02We need to link with the codecs library.Guy Harris1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+24
2013-11-29When clean remove also *.moc.cpp / *.rrc.ccp and ui_*.h ...Alexis La Goutte1-3/+6
2013-11-26Initialize more values and set the current item explicitly.Irene Rüngeler1-2/+12
2013-11-26Use prefs_to_capture_opts(); there's no harm in settingGuy Harris2-16/+2
2013-11-25capture_interfaces_dialog.h is processed by moc, so it has to includeGuy Harris1-0/+2
2013-11-25Have to include config.h before including headers that use #defines,Guy Harris1-2/+1
2013-11-25No libpcap, no capturing, no capture interfaces. Ifdef the entireGuy Harris5-22/+19
2013-11-25From Thomas ERSFELD (GSoC13) and me : Try to fix OSX-10.5-x86 (without pcap.....Alexis La Goutte2-9/+29
2013-11-25Try to fix OSX-10.6-x64 BuildbotAlexis La Goutte1-0/+2
2013-11-25Comment debug...Alexis La Goutte1-3/+3
2013-11-25From Thomas ERSFELD (GSoC13) : Try to fix Windows buildbotAlexis La Goutte1-0/+2
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte16-60/+1361
2013-11-24Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki1-2/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-11-23Replace similar code with a common routine.Gerald Combs4-86/+5
2013-11-22Fix packet list selection signaling.Gerald Combs3-5/+5
2013-11-22Make the "decode as" dialog modal (for now, at least).Gerald Combs1-3/+3
2013-11-22Fix typo in top filenameAlexis La Goutte2-2/+2
2013-11-22Fix qmake builds on Unix.Gerald Combs1-2/+1
2013-11-22Mark a parameter unused.Gerald Combs1-0/+1
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs11-4/+454
2013-11-21Tap listeners have to be registered before we read our prefs.Gerald Combs1-17/+17
2013-11-21#if 0 out some currently-unused variables and the code that sets them,Guy Harris1-0/+10
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann4-41/+115
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann1-40/+16
2013-11-21Walk list of protocol strings to determine which protocols are present in a p...Michael Mann1-16/+40
2013-11-21Add ui_stats_tree_dialog.h to the list of generated headers not toGuy Harris1-0/+1