aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak6-37/+73
2018-06-27packet export: Add default file extensionGraham Bloice2-1/+27
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-36/+12
2018-06-26GTK+: Remove the last original bit of GTK+ code.Gerald Combs2-3658/+0
2018-06-26Windows: Fetch our version using RtlGetVersion.Gerald Combs1-2/+1
2018-06-26Qt: Fix crash when starting to drag on the wrong positionRoland Knall1-0/+3
2018-06-26Disable coloring rules with invalid packet-testing expressions.Guy Harris1-0/+1
2018-06-26Try to fix the macOS builder.Gerald Combs1-0/+1
2018-06-26Qt: Fix Filterexpression ToolbarRoland Knall1-2/+2
2018-06-25Qt: Move FilterToolBar to a separate classRoland Knall6-278/+393
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