aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Add Flow Graph functionality to TSharkMichael Mann4-3/+173
2017-09-21Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann11-462/+37
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde2-33/+51
2017-09-20Qt: Restore ability to display RTT by sequence numberKevin Hogan3-10/+70
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup9-17/+18
2017-09-20Fix leaks related to recent settingsMikael Kanstrup2-8/+33
2017-09-20Integrate LBM UIM Flow dialog into "regular" Flow diagram.Michael Mann13-1620/+0
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde2-2/+2
2017-09-19Qt: main window slots: don't connect setCaptureFile to DecodeAsDialogMartin Kaiser1-2/+0
2017-09-19Sequence (flow) analysis: fill timestamp when creating item.Jakub Zawadzki1-12/+0
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+2
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann4-10/+4
2017-09-19qt: Fix leaked style for OverlayScrollBarMikael Kanstrup2-3/+14
2017-09-19Qt: Add key events to accept and reject changes in FilterExpressionFrameStig Bjørlykke3-1/+24
2017-09-19Qt: Fix FilterExpressionFrame layoutStig Bjørlykke1-29/+12
2017-09-19Qt: Add key events to accept and reject changes in PreferenceEditorFrameStig Bjørlykke3-0/+22
2017-09-19Qt: Make ColumnEditorFrame use FieldFilterEdit to get a autocomplete listStig Bjørlykke2-1/+9
2017-09-19Qt: Add key events to accept and reject changes in ColumnEditorFrameStig Bjørlykke3-0/+26
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki8-503/+103
2017-09-18Qt: Fix -Wimplicit-fallthrough with GCCJoão Valverde1-0/+1
2017-09-18Qt: Improved ColumnEditorFrame validation checksStig Bjørlykke2-16/+12
2017-09-17[Automatic update for 2017-09-17]Gerald Combs7-120/+72
2017-09-17Fix the trivial fix.Joerg Mayer1-2/+2
2017-09-16_U_ is wrong in c++, as is Q_UNUSED (in most cases).Joerg Mayer1-6/+6
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann4-25/+77
2017-09-16Refactor Decode As dialog to use a model/delegateMichael Mann9-635/+1306
2017-09-15wireless-timeline: handle generators that report incorrect MCS for some framesSimon Barber1-2/+11
2017-09-15Qt: initialize srt_data_ in constructor (CID 1417727)Pascal Quantin1-0/+3
2017-09-15Qt: Don't show text as invalid in disabled widgetsStig Bjørlykke1-1/+1
2017-09-14Fix builds without pcap.Guy Harris2-1/+3
2017-09-12Fix: Segfault when "Update list of packets in real time" is uncheckedMichael Mann1-1/+4
2017-09-12Qt: fix a segmentation fault when opening a capture using the menu entryPascal Quantin1-1/+2
2017-09-11Qt: SequenceDialog no longer emits goToPacket.Gerald Combs1-2/+0
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde2-5/+2
2017-09-11Qt: free SRT table once the tree is filledPascal Quantin1-0/+1
2017-09-11Qt: fix Diameter SRT statistics displayPascal Quantin2-11/+21
2017-09-11Qt: fix a memory leak when exporting packetsPascal Quantin1-0/+1
2017-09-07Qt: Construct QRegExp only onceStig Bjørlykke2-5/+4
2017-09-07CMake: Try to fix build error with i18n.qrc dependency orderJoão Valverde1-16/+17
2017-09-06Qt: fix RTP/IAX2 reverse stream export to CSVPascal Quantin2-4/+4
2017-09-06plugins: config.h must not be included by public headersJoão Valverde3-0/+4
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-09-03Qt: Interface Toolbar log dialog for each controlStig Bjørlykke2-24/+30
2017-09-02Have a single IPv6 tapJoão Valverde2-4/+4
2017-08-31endpoint_dialog.cpp: remove a useless breakPascal Quantin1-1/+0
2017-08-31Qt: Fix errors when compiling for Qt4.Jens Kilian7-4/+39
2017-08-31Fix MacOS buildJim Young1-1/+1
2017-08-31extcap: fix parameters save in preferences filePascal Quantin2-6/+1
2017-08-30Qt: Temporarily disable DP scaling on non-macOS systems.Gerald Combs1-0/+4
2017-08-30Qt: check QVector size before accessing its content and not afterPascal Quantin1-1/+1