summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young1-0/+42
2015-07-17Qt: Fix DecodeAs for String tablesMichal Labedzki1-1/+3
2015-07-16Draw packet colors in the packet list scrollbar.Gerald Combs12-15/+483
2015-07-16Get rid of _U_, which was (mis)used in some places:Joerg Mayer2-5/+9
2015-07-16Qt: remove unused parametersPascal Quantin1-3/+3
2015-07-16Qt: Frame flag updates.Gerald Combs5-126/+137
2015-07-16Add display_is_remote.Gerald Combs4-3/+19
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs26-58/+2177
2015-07-15Check for a valid pointer when ignoring a frame.Gerald Combs1-0/+1
2015-07-15Filter UDP packets on port 3389 when capturing from a Remote Desktop sessionPascal Quantin1-1/+1
2015-07-15Resize the name column every time we re-display the interface tree.Guy Harris1-0/+1
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann5-425/+486
2015-07-13RTP updates.Gerald Combs4-29/+19
2015-07-13GTK: Don't crash when we click on an RTP sample.Gerald Combs1-2/+2
2015-07-13PacketList column fixes.Gerald Combs6-25/+92
2015-07-12Fixup packet list selection.Gerald Combs3-8/+7
2015-07-12[Automatic update for 2015-07-12]Gerald Combs13-4906/+7468
2015-07-11simple_statistics_dialog(.h): fix parameter 'rtd_table/user_table' not found ...Alexis La Goutte1-3/+1
2015-07-11Set the font.Gerald Combs1-1/+2
2015-07-11Qt: Add Colorize Conversation menu items.Gerald Combs7-16/+263
2015-07-10Make .o files, not .cpp and .h files, depend on the ui_*.h files.Guy Harris1-67/+77
2015-07-10Fix a typoJoerg Mayer1-1/+1
2015-07-10IEEE 802.11: tap all packetsPascal Quantin1-0/+7
2015-07-10Bugfix GTK RPC SRT dialog use of direct hashing.Michael Mann1-4/+4
2015-07-10Add the "Resolved Addresses" dialog.Gerald Combs11-0/+757
2015-07-09Make sure we uncheck the "Find Packet" action.Gerald Combs4-1/+14
2015-07-09service_response_time_dialog/response_time_delay_dialog(.h): fix '@return' co...Alexis La Goutte2-2/+0
2015-07-09main_window(.h): fix parameter 'menu_path' not found in the function declarat...Alexis La Goutte1-1/+1
2015-07-09qt_ui_utils.h: fix empty paragraph passed to '@return' command [-Wdocumentation]Alexis La Goutte1-1/+1
2015-07-09Qt: Add dynamic menu support.Gerald Combs9-98/+121
2015-07-08Handle setModule(NULL) more safely.Guy Harris1-6/+3
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs2-4/+21
2015-07-08Add SimpleStatisticsDialog.Gerald Combs7-2/+372
2015-07-08Put back closing } accidentally removed in previous commit.Guy Harris1-0/+2
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs11-31/+377
2015-07-07qt_ui_utils.h: fix @param command used in a comment that is not attached to a...Alexis La Goutte1-1/+1
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer20-96/+38
2015-07-07Continuing to remove Q_UNUSEDJoerg Mayer9-77/+30
2015-07-07Qt: Add initial Lua support.Gerald Combs22-27/+1212
2015-07-07Actually, user_data *is* used there.Guy Harris1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer19-101/+39
2015-07-05[Automatic update for 2015-07-05]Gerald Combs10-3342/+3503
2015-07-04Add "custom" dissector table tab to Internals->Dissector Tables dialogMichael Mann1-0/+26
2015-07-04Add missing C++ headerMichal Labedzki1-0/+1
2015-07-04Do error checking on simple_error_message_box() calls and fix errors.Guy Harris1-1/+1
2015-07-04Squelch a compiler warning.Guy Harris1-3/+3
2015-07-03rpc: use direct hashing rather than malloced intsEvan Huus1-3/+3
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs29-67/+1145
2015-07-03Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann5-490/+0
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann27-1032/+594