aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak10-57/+151
2018-06-23RTP: code cleanup 3Jiri Novak11-55/+55
2018-06-22Include <stdlib.h>, to declare exit().Guy Harris1-3/+4
2018-06-22tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As c...Jiri Novak6-92/+98
2018-06-21WSUG: Update the Follow Stream documentation.Gerald Combs1-1/+1
2018-06-21Squelch a warning from MSVC.Guy Harris1-1/+1
2018-06-21 RTP: Stats calculation unificationJiri Novak4-81/+157
2018-06-20RTP: Code cleanup 2Jiri Novak2-15/+1
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak17-350/+442
2018-06-19RTP: Code clean upJiri Novak20-553/+593
2018-06-18Remove an unused recent setting.Gerald Combs2-11/+0
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer9-35/+15
2018-06-17[Automatic update for 2018-06-17]Gerald Combs6-19770/+0
2018-06-15Add -Wextra-semi to (clang) C and C++ flags to make sure the buildbots will f...Joerg Mayer1-15/+15
2018-06-14VoIP: fix in prepare filter for VOIP callsErika Szelleova1-3/+7
2018-06-11Windows: HiDPI-ify our native print dialogs.Gerald Combs1-0/+21
2018-06-10[Automatic update for 2018-06-10]Gerald Combs6-3168/+21796
2018-06-10If device->active_dlt = -1, show "Unknown" rather than "DLT -1".Guy Harris2-13/+27
2018-06-08SCTP: Add a checkbox to show relative TSNsruengeler3-33/+85
2018-06-08Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.Gerald Combs5-5/+958
2018-06-07Preincrement iterators for better performanceJaap Keuter2-4/+4
2018-06-07Qt: Set the ByteViewText field and protocol foreground.Gerald Combs1-0/+4
2018-06-04SCTP: Adjust minTSNruengeler1-0/+6
2018-06-03[Automatic update for 2018-06-03]Gerald Combs7-533/+1203
2018-06-01Qt: Rename MainWelcomeRoland Knall9-65/+65
2018-06-01Qt: Move Layout and clear master_split useRoland Knall5-185/+250
2018-05-31sharkd: add support for io graph.Jakub Zawadzki3-146/+165
2018-05-31Move make-taps and make-dissectors to tools/João Valverde2-156/+0
2018-05-30Qt:Fix ProtoTree CopyRoland Knall2-26/+35
2018-05-30Qt: use data() instead of constData() in pcap_compile().Dario Lombardo2-3/+3
2018-05-30Qt: fix memleaks on opening a context menuPeter Wu3-13/+10
2018-05-30Qt: fix memleaks in protocol preferences menuPeter Wu1-12/+12
2018-05-30Qt: fix memleak in PacketList::contextMenuEventPeter Wu1-0/+1
2018-05-30Qt: fix memleak from cf_get_display_namePeter Wu6-8/+10
2018-05-28sctp-analysis: Use g_list_free_full() in a couple of places.Anders1-23/+14
2018-05-28Qt: select a better default Decode As tablePeter Wu1-0/+25
2018-05-28SCTPAllAssocsDialog: fix memleak of "sctp_assocs"Peter Wu1-1/+0
2018-05-27[Automatic update for 2018-05-27]Gerald Combs7-38/+200
2018-05-26SCTP: plug the remaining memleaks in the tapPascal Quantin1-4/+4
2018-05-26SCTP: fix crash when filtering an associationPascal Quantin2-30/+52
2018-05-25Qt: fix use-after-free on error while saving exported packetsPeter Wu8-18/+26
2018-05-25Qt: Configure the selection color via the preferencesPaul Zander5-131/+478
2018-05-24Qt: Support search without a selected packetStig Bjørlykke1-4/+4
2018-05-23Qt: Update menus when mark/ignore/timeref packetStig Bjørlykke1-0/+8
2018-05-23Qt: Default no selection in UAT dialogStig Bjørlykke1-0/+3
2018-05-22Fix a typo.Gerald Combs1-1/+1
2018-05-22Qt: Set a minimum width for the main window.Gerald Combs3-3/+10
2018-05-20[Automatic update for 2018-05-20]Gerald Combs7-26/+186
2018-05-18cmake: remove dependency of i18n.qrc on .qm filesPeter Wu1-1/+0
2018-05-18CMake: cleanup ui/qt/CMakeLists.txtPeter Wu1-25/+11