summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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 Harris2-169/+16
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris2-168/+46
2016-01-04PPP: fix registration of CRTP (CNTCP) protocolPascal Quantin1-1/+2
2016-01-04cli: packets / bytes conversation statistics are swappedPascal Quantin1-2/+2
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 Harris3-11/+11
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 Mann3-7/+3
2016-01-03Cleanup follow stream codeMichael Mann10-170/+47
2016-01-03Add HTTP Follow streamMichael Mann18-17/+530
2016-01-01Make color filters part of dissectionMichael Mann2-6/+0
2016-01-01GTK: add a missing cast in dissector_tables_dlg.cPascal Quantin1-1/+1
2016-01-01No need for toolkit-dependent color initialization.Guy Harris11-56/+55
2016-01-01Get rid of the "pixel" member of a color_t.Guy Harris4-6/+2
2016-01-01Remove more unused stuff.Guy Harris1-3/+0
2016-01-01No, you don't have to allocate colors.Guy Harris5-104/+1
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde2-7/+7
2015-12-31Don't cast away constness.Guy Harris1-13/+11
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 Harris4-25/+22
2015-12-29Clean up indentation.Guy Harris1-48/+48
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris5-15/+15
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris3-19/+19
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 Mann26-133/+228
2015-12-27[Automatic update for 2015-12-27]Gerald Combs13-287/+392
2015-12-23Initialize Qt info_data_t structure in constructor.Michael Mann2-10/+3
2015-12-23Added HAVE_LIBPCAP guardsStig Bjørlykke2-0/+4
2015-12-23capture_info: Fix initialization of packet counterRoland Knall2-0/+6
2015-12-23ui: Plug memory leak in decode_build_reset_list.Stig Bjørlykke2-6/+7
2015-12-22Qt: Plug memory leak in ByteViewText.Stig Bjørlykke2-0/+7
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-81/+115
2015-12-21Confirm discarding data before restarting capture.Michael Mann3-13/+30
2015-12-20Qt: Fix Confirm unsaved capture files preference.Stig Bjørlykke1-0/+1
2015-12-20Add COL_CUSTOM_PRIME_REGEXStig Bjørlykke2-2/+4
2015-12-20[Automatic update for 2015-12-20]Gerald Combs13-1391/+1382
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki18-78/+105
2015-12-19Add menu item for capture comment dialog in GTK+Dirk4-21/+17