aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke7-27/+58
2016-01-10Qt: Restore the filename in the status bar.Gerald Combs1-4/+12
2016-01-10Qt: Fix testCaptureFileClose without packetsStig Bjørlykke2-35/+25
2016-01-10Add a comment about improvements for the OverlayScrollBar.Gerald Combs1-0/+4
2016-01-10Update the packet list documentation.Gerald Combs1-0/+4
2016-01-10[Automatic update for 2016-01-10]Gerald Combs13-1011/+996
2016-01-10Qt: fix infinite loop when gui_recent_files_count_max is negativePeter Wu1-1/+1
2016-01-09Qt: Save the default capture device name.Gerald Combs1-1/+10
2016-01-08Revert "Qt: Try to fix Main Welcome Interfaces List Scrollbar"Gerald Combs4-14/+11
2016-01-08Qt: Queue up redissection.Gerald Combs1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2016-01-08Add a Busy status to SyntaxLineEdit.Gerald Combs8-50/+89
2016-01-08QT: add same warning as GTK when trying to save a decoded RTP stream that is ...Pascal Quantin1-0/+10
2016-01-07Qt: Sort traffic table default protosStig Bjørlykke1-2/+2
2016-01-07"#ifdef" out a definition not used if HAVE_LIBPCAP isn't defined.Guy Harris1-0/+2
2016-01-07Qt: Add recent capture filter entries.Gerald Combs1-1/+17
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde1-12/+6
2016-01-06KISS the Follow TCP functionality.Michael Mann2-322/+87
2016-01-06Clean up more includes of wtap.h.Guy Harris1-2/+3
2016-01-05Qt: Disable configurable interface settings for extcapStig Bjørlykke1-18/+30
2016-01-05extcap: Add regular expression validation supportRoland Knall8-267/+503
2016-01-05Qt: Show capture filter warningStig Bjørlykke1-1/+1
2016-01-05Qt: Don't check capture filter for user DLTsStig Bjørlykke4-17/+24
2016-01-04Remove unneeded "#if 0"ed out code.Guy Harris1-85/+10
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris1-87/+25
2016-01-04Bugfix Follow HTTP byte statsDavid Morsberger1-1/+1
2016-01-04Bugfix some issues with Follow HTTP Qt dialogMichael Mann1-5/+34
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris1-5/+5
2016-01-03[Automatic update for 2016-01-03]Gerald Combs13-4117/+4277
2016-01-03Pass SslPacketInfo structure directly to SSL tap instead of having listeners ...Michael Mann1-3/+1
2016-01-03Add HTTP Follow streamMichael Mann7-10/+141
2016-01-01Make color filters part of dissectionMichael Mann1-3/+0
2016-01-01No need for toolkit-dependent color initialization.Guy Harris4-24/+18
2016-01-01Get rid of the "pixel" member of a color_t.Guy Harris2-2/+0
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde1-5/+5
2015-12-30extcap: Fix NMake build issueRoland Knall1-0/+2
2015-12-30extcap: Add file extension checkRoland Knall3-3/+23
2015-12-30extcap: Add Required and cleanupRoland Knall11-163/+423
2015-12-30Qt: Show physical interfaces first.Gerald Combs1-9/+22
2015-12-29Fix compile problems on OS X.Guy Harris1-1/+1
2015-12-29Qt: Add gui.prepend_window_title optionAlexis La Goutte1-0/+4
2015-12-29Qt: Add support of gui.window_titleAlexis La Goutte3-10/+20
2015-12-29Qt: Remove usage of setWindowFilePathAlexis La Goutte1-25/+3
2015-12-29Always supply a g_mallocated error message from select_rlc_lte_session().Guy Harris1-5/+2
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris2-7/+7
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-4/+4
2015-12-28Code cleanupStig Bjørlykke1-6/+4
2015-12-28Qt: fix QString::arg: Argument missing: "PT=%u telephone/event" warningPascal Quantin1-1/+1
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann13-65/+99
2015-12-27[Automatic update for 2015-12-27]Gerald Combs13-287/+392