summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-2/+3
2015-10-27Add preferences for related packets and the scroll bar minimap.Gerald Combs3-12/+35
2015-10-27Qt: Add a filter expression item to the display filter edit menu.Gerald Combs6-4/+17
2015-10-27Add jitter logic to RtpAudioStream.Gerald Combs6-45/+354
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki19-6/+45
2015-10-27Convert SIP statistics to the stat tap API.Gerald Combs5-708/+1
2015-10-27Replace all "dissector filter" registrations with "dissector color filter" re...Michael Mann1-12/+13
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin12-42/+45
2015-10-26Qt: fix memory leaks in VoIP calls windowPascal Quantin2-8/+10
2015-10-26Don't use the non-existent decoded data if decode_rtp_packet() returns 0.Guy Harris1-3/+4
2015-10-26Allocate h245_labels when we initialize the h245dg tap.Guy Harris1-0/+6
2015-10-25[Automatic update for 2015-10-25]Gerald Combs13-2397/+3210
2015-10-24RLC Graph: call replot() with rpQueued to avoid lag caused by trying to draw ...Martin Mathieson1-8/+10
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs2-15/+15
2015-10-23Qt: Explicitly set the byte view painter font.Gerald Combs1-2/+1
2015-10-23Fix some copy+pasted tooltip text.Gerald Combs2-6/+6
2015-10-22Pass --verbose to windeployqt.Gerald Combs1-1/+1
2015-10-22qt: remove leakDario Lombardo1-1/+5
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs35-210/+210
2015-10-21RtpAudioStream: Add a cast.Gerald Combs1-1/+1
2015-10-21Qt: Wire up the RTP Streams "Analyze" button.Gerald Combs4-177/+271
2015-10-21LTE RLC Graph: fix CID 1328485: Uninitialized members (UNINIT_CTOR)Martin Mathieson1-1/+2
2015-10-21Split RTP player tapping, decoding, and plotting.Gerald Combs7-123/+165
2015-10-21LTE RLC graph: Only enable graph buttons for directions with dataMartin Mathieson1-4/+18
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson10-56/+96
2015-10-19Qt: fix time shiftGerald Combs7-7/+37
2015-10-19Add a margin to the main statusbar layout.Gerald Combs1-3/+4
2015-10-19RLC LTE graph: allow switching between zoom and drag, and place limits on eachMartin Mathieson3-21/+232
2015-10-19Eliminate unused method arguments and class members.Guy Harris1-12/+6
2015-10-18[Automatic update for 2015-10-18]Gerald Combs13-5197/+7381
2015-10-17LTE RLC Graph: add support for going to packet clickedMartin Mathieson7-50/+158
2015-10-17qt: add missing initializer (CID 1317258)Dario Lombardo1-1/+2
2015-10-17Bluetooth: Fix displaying and handling UUID128Michal Labedzki1-14/+31
2015-10-17Qt: Add switch between Capture and FileFormatMichal Labedzki4-0/+25
2015-10-17Fix a Qt 5.3 + MSVC 2013 + 64-bit warning.Gerald Combs1-0/+10
2015-10-16CMake: Add /WXGerald Combs5-14/+26
2015-10-16rtp_player(.h): fix empty paragraph passed to '@param' command [-Wdocumentation]Alexis La Goutte1-1/+1
2015-10-16Qt: fix crash when using Telephony -> VOIP Calls -> Flow SequencePascal Quantin1-3/+12
2015-10-16Improvements to LTE RLC stats: controls for filtering, and control source of ...Martin Mathieson2-15/+105
2015-10-16RLC statistics window can now launch UL or DL graphsMartin Mathieson7-21/+139
2015-10-16qt: remove dead codeDario Lombardo1-4/+0
2015-10-16Qt: add ability to save raw output to follow windowPascal Quantin3-5/+21
2015-10-16Qt: various fixes to UAT dialogPascal Quantin3-28/+74
2015-10-16Use buttons to display the main status bar icons.Gerald Combs6-37/+49
2015-10-15Remove ability to make dissectors "private"Michael Mann2-58/+30
2015-10-15Try to fix a Qt 5.5.0 + Visual Studio 2013 warning.Gerald Combs1-0/+10
2015-10-15Qt: Add another missing #include <algorithm>Michal Labedzki1-0/+1
2015-10-15Remove unused offset variables.Martin Mathieson2-19/+5
2015-10-15Qt: Add "Bluetooth" prefix for Bluetooth item in Wireless menuMichal Labedzki3-14/+14
2015-10-15Qt/Bluetooth: Disable go to packet for closed filesMichal Labedzki3-3/+12