aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Start renaming SSL to TLS.Gerald Combs9-27/+27
2018-09-11Qt: Replace $HOME with ~ in window title %F variableStig Bjørlykke1-15/+30
2018-09-10Qt: Add some window title variablesStig Bjørlykke1-2/+22
2018-09-10prefs,ui: properly migrate old filter expressionsPeter Wu4-16/+27
2018-09-10Qt: Restore column visibility when loading packetsStig Bjørlykke1-6/+8
2018-09-10Avoid warnings about a format string being a variable.Guy Harris1-2/+6
2018-09-09Remove the tshark -z compare featureJoão Valverde2-607/+0
2018-09-09Attempt to squelch a narrowing warning.Guy Harris1-1/+1
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-09-08Add Start-End timestamp columns to the RTP Streams report from tsharkMihai Codrean1-2/+4
2018-09-07Qt: Add null check for finfo and hfinfoMartin Boye Petersen2-3/+4
2018-09-05epan: Guard g_base64_decode_inplace() against zero length stringStig Bjørlykke1-2/+4
2018-09-03epan: Use g_base64_decode_inplace()Stig Bjørlykke1-3/+3
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke7-43/+17
2018-09-02Qt: Avoid crash for ByteViewTab with 0 bytesStig Bjørlykke1-1/+3
2018-09-01Qt: Improve fetching preferences from the packet list.Stig Bjørlykke1-0/+1
2018-08-31Qt: Improve fetching preferences from a tree item.Stig Bjørlykke1-1/+7
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-1/+1
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde2-3/+1
2018-08-23Qt: Enable select hint text in Show Packet BytesStig Bjørlykke1-0/+3
2018-08-22Qt: Enable "Resolve Names" for boolean without TFSStig Bjørlykke1-3/+2
2018-08-21WSUG: Fixup the "Internals" section.Gerald Combs1-1/+1
2018-08-21Qt: Pop field status when closing a fileStig Bjørlykke1-0/+1
2018-08-21Calculate RTP delta time even if clock rate is unknown.Johannes Singler1-0/+4
2018-08-20Qt: fix several crashes in the SCTP DialogsVasil Velichkov15-140/+173
2018-08-14export_pdu.c: Fix a memory leakVasil Velichkov1-1/+0
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-9/+13
2018-08-13Move get_iface_display_name() to ui/iface_lists.c.Guy Harris3-66/+56
2018-08-12More interface view cleanups.Guy Harris5-18/+27
2018-08-12Show just the description in the description column.Guy Harris1-1/+1
2018-08-11Fix the "Manage interfaces" dialog columns.Guy Harris2-4/+2
2018-08-11More comments.Guy Harris1-1/+15
2018-08-11Make a routine static that's not used outside its source file.Guy Harris2-10/+1
2018-08-11Give a structure a better name.Guy Harris3-7/+7
2018-08-11Get rid of unused routine.Guy Harris2-23/+0
2018-08-03tap_export_pdu: Fix two memory leaksVasil Velichkov2-8/+12
2018-08-01tshark: Allow exporting of PDUs to stdoutVasil Velichkov1-3/+9
2018-07-30SCTPGraphDialog: fix displaying a single TSNVasil Velichkov1-3/+2
2018-07-30SCTPGraphArwndDialog: Detect max arwnd value when startArwnd is not setVasil Velichkov2-1/+6
2018-07-27Qt: Comment some of the sparkline code.Gerald Combs1-0/+10
2018-07-23SCTPGraphDialog: Remove two unused membersVasil Velichkov2-9/+0
2018-07-23SCTPGraphDialog: Clear internal vectorsVasil Velichkov1-0/+16
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris49-63/+107
2018-07-17Qt: Remove an unneeded function.Gerald Combs2-8/+1
2018-07-17Qt: update to QCustomPlot 1.3.2Peter Wu2-422/+518
2018-07-16Qt: Create the main display filter combo sooner.Gerald Combs1-7/+7
2018-07-14Qt: try to sort numeric columns (such as ports) as numberPeter Wu1-21/+49
2018-07-11Qt: make "Save As" in Follow Streams usablePeter Wu2-52/+22
2018-07-10Expand another comment to explain why we're ignoring empty lines.Guy Harris1-1/+4
2018-07-10Note that this code is checking for being on a new page.Guy Harris1-0/+4