aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Apple calls it just "OS X" these days.Guy Harris1-2/+2
2015-11-08Qt: Start adjusting icon sizes dynamically.Gerald Combs1-5/+7
2015-11-08[Automatic update for 2015-11-08]Gerald Combs13-3277/+3325
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris5-17/+17
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris19-101/+0
2015-11-06Make rect_on_screen Qt4-compatible.Gerald Combs2-5/+6
2015-11-06Fix crash in internals menu dissector tables dialog by supporting FT_GUID type.Michael Mann1-1/+8
2015-11-06No need to include io.h.Guy Harris1-1/+0
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-11-05Qt: Check for a sane window geometry.Gerald Combs3-5/+33
2015-11-05Get rid of ws80211_frequency_to_channel().Guy Harris2-3/+6
2015-11-04Refactor DCE/RPC dissection to include a real dissector table.Michael Mann5-24/+27
2015-11-04Activate word wrap for hintLabel defined as QLabelPascal Quantin18-0/+59
2015-11-04One more file that now needs wsutil/str_util.h for plurality().Guy Harris1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris6-2/+7
2015-11-03Qt: Turn off WindowModified when closing a file.Stig Bjørlykke1-0/+1
2015-11-03[Qt recent files menu] make sure that the "Clear Menu" item is retranslatedMartin Kaiser1-0/+2
2015-11-02funnel_string_dialog(.h): fix extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2015-11-01Disable RTP player debug logs that were presumably left activated by mistakePascal Quantin1-1/+1
2015-11-01[Automatic update for 2015-11-01]Gerald Combs13-5626/+6079
2015-11-01Qt: do not draw sequence analysis items with a display status set to falsePascal Quantin1-8/+10
2015-11-01VoIP Calls: fix SIP calls statePascal Quantin1-2/+0
2015-11-01voip_calls.c: add missing tap_draw callback to taps asking for a redrawPascal Quantin1-22/+200
2015-10-29Update the taskbar icon when we start a capture.Gerald Combs2-0/+6
2015-10-29Qt: Allow Expert Information retapping.Gerald Combs2-21/+39
2015-10-29Qt: Add the ability to add filter expressions.Gerald Combs11-9/+397
2015-10-29Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.Guy Harris1-0/+2
2015-10-29"Color dissector filters" are just filters.Guy Harris2-86/+72
2015-10-28Qt: initialize all UAT fields when creating a new linePascal Quantin1-1/+8
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