aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Remove a plugin_if_gui_cb type conversion.Gerald Combs4-32/+20
2017-12-14Qt: Constify a variable.Gerald Combs1-1/+1
2017-12-14Qt: Add and use qUtf8Printable.Gerald Combs5-30/+35
2017-12-14firewall_rules(ui): fix 'ptype' was marked unused but was used [-Wused-but-ma...Alexis La Goutte1-2/+2
2017-12-14Refactor plugin registration and loadingJoão Valverde1-19/+4
2017-12-14Replace a comma with a semicolon, which it presumably was intended to be.Guy Harris1-1/+1
2017-12-14Qt: Fix a cast.Gerald Combs1-3/+1
2017-12-13Qt: Add ui, qrc and qm files to sourceRoland Knall1-0/+4
2017-12-13Add a model to use for Expert Info dialog.Michael Mann12-524/+1141
2017-12-12qt: follow stream: fix crash during closeMartin Kaiser2-2/+10
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs6-68/+77
2017-12-11Fix make distcheckJoão Valverde4-32/+15
2017-12-11fix compilation without pcap.Dario Lombardo2-6/+14
2017-12-11[capture_info] Move capture_info_new_file() to capture.cAndersBroman1-1/+114
2017-12-11[capture_info] Fold the code of capture_info_open() into ui/capture.cAndersBroman2-1/+16
2017-12-11Move fill_in_local_interfaces to a thread.Gerald Combs6-77/+60
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde11-103/+261
2017-12-10[Automatic update for 2017-12-10]Gerald Combs7-80/+191
2017-12-10Win32: Add checks for _WIN32_WINNT and NTDDI_VERSION.Gerald Combs1-2/+2
2017-12-09Allow switching direction in LTE RLC graphMartin Mathieson6-25/+74
2017-12-08Try to fix win32 build, add ui/packet_range.h include.Jakub Zawadzki1-0/+1
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris78-47/+149
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris12-38/+38
2017-12-08More QVector fixes.Gerald Combs1-2/+2
2017-12-07Qt: Fix ByteViewText compilation for Qt < 5.5.Gerald Combs1-4/+4
2017-12-07Qt: Use QTextLayout in ByteViewText.Gerald Combs7-336/+258
2017-12-06Qt: Speed up the splash overlay.Gerald Combs4-78/+92
2017-12-05Convert the file set dialog treewidget to a treeview+model.Gerald Combs8-158/+327
2017-12-05[profile.c] glist_fre_full() is 2.28, include glib-compat.hAndersBroman1-0/+1
2017-12-04Use g_list_prepend() it's faster.AndersBroman3-4/+7
2017-12-04[tap-rtp-common.c] Change g_list_append() to g_list_prepend().AndersBroman1-1/+1
2017-12-04Show retx prev and next framenum types as chevronsMartin Mathieson2-2/+36
2017-12-04RLC LTE graph: add comments clarifying tracer limitationMartin Mathieson1-0/+5
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris49-71/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris12-38/+38
2017-12-03This also looks inside a capture_file structure.Guy Harris1-0/+1
2017-12-03Use cfile.h to define the capture_file type.Guy Harris55-23/+97
2017-12-03[Automatic update for 2017-12-03]Gerald Combs7-49/+167
2017-11-30Qt: fix crash when selecting field with composite dataPeter Wu1-1/+1
2017-11-30Reformat some top-level ui files.Gerald Combs16-4408/+4215
2017-11-29LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields.Martin Mathieson1-0/+2
2017-11-29Threads: Set lifetimes and add a compatibility routine.Gerald Combs1-4/+0
2017-11-29Qt: fix role check in AStringListListUrlProxyModel::dataPeter Wu1-2/+2
2017-11-29Normalize ui/win32 indentation and switch to SPDX.Gerald Combs8-226/+144
2017-11-28Report the actual *error* for CANT_GET_INTERFACE_LIST.Guy Harris1-4/+9
2017-11-28Qt: Small layout improvement in preferencesStig Bjørlykke2-17/+21
2017-11-28Qt: Add support for DCE/RPC in Decode AsMichael Mann2-4/+59
2017-11-28ui: Sort profile namesStig Bjørlykke1-3/+19
2017-11-26Qt: About Dialog move to QTreeView and fix copyRoland Knall7-235/+277
2017-11-26Bugfix DCE/RPC Decode As for GTK.Michael Mann1-2/+4