aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2015-07-03rpc: use direct hashing rather than malloced intsEvan Huus1-3/+3
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs2-19/+17
2015-07-03Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann3-286/+0
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann23-849/+422
2015-07-03Move some frame control field #defines to a header and use them elsewhere.Guy Harris1-33/+33
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman8-32/+32
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-4/+8
2015-07-02Have RPC program hash table use native gtk hash functions.Michael Mann1-4/+4
2015-07-01Explicitly check for DCE/RPC dissector name in the Decode As dialog because i...Michael Mann1-3/+2
2015-06-30Disable overlay scrollingPeter Hatina1-0/+3
2015-06-29gtk: Fix use-after-free on removing recent filePeter Wu1-2/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann4-28/+32
2015-06-25Add Makefile_common.common to wireshark-tap-register.c dependencies (windows)Bill Meier1-1/+1
2015-06-25Regenerate *-tap-register.c when associated Makefile.common is updated (*nix)Bill Meier1-3/+3
2015-06-25Remove the other g_hash_table_containsEvan Huus1-7/+6
2015-06-25Limit the text displayed for the Filter label in the SRT dialog so it doesn't...Michael Mann2-2/+16
2015-06-25Plugin Interface: Add GUI callbacksRoland Knall3-1/+49
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu2-4/+4
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Regenerate *-tap-register.c when associated Makefile.common is updatedBill Meier1-3/+3
2015-06-23Use RTD functionality for H.225Michael Mann3-348/+0
2015-06-22gtk,qt: Fix minor buffer underrunPeter Wu1-1/+1
2015-06-22Refactor RTD stats.Michael Mann8-970/+439
2015-06-22service_response_time_table.h: fix parameter 'gui_data' not found in the func...Alexis La Goutte1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann17-3121/+535
2015-06-16Don't include <wsutil/frequency-utils.h> if it's not needed.Guy Harris3-4/+0
2015-06-16Add the wireless toolbar.Gerald Combs5-4/+1409
2015-06-12Fix some CMake compiler tests for Win64Graham Bloice1-1/+1
2015-06-12Squelch PortAudio warnings on Windows x64 cmake buildGraham Bloice1-0/+12
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier2-2/+2
2015-06-10[MSVC 2015] Use intptr_t to make MSVC happy.AndersBroman1-4/+4
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris1-2/+2
2015-06-09GTK: fix a V610 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders1-2/+2
2015-06-09Add PortAudio to Windows CMake buildGraham Bloice1-0/+50
2015-06-07iax2_analysis.c: fix V610 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-05Clean up stats_tree_presentation.Gerald Combs1-10/+1
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin1-1/+0
2015-06-05GTK: fix a crash when switching a column to custom through 'Edit Column Details'Pascal Quantin1-1/+2
2015-06-05Qt: Add the capture and display filter dialog.Gerald Combs1-1/+1
2015-06-03G_STRUCT_OFFSET gives warnings turned errors with MSVC2015,Anders1-1/+6
2015-06-03Add the Display Filter Expression dialog.Gerald Combs1-2/+1
2015-06-01gtk: Don't handle deprecation warnings as errorsBalint Reczey2-2/+2
2015-05-20Get rid of XML step for adding menubar items.Guy Harris1-175/+122
2015-05-20Start exposing the filter field of a tap listener to the RTP GUI APIs.Michael Mann3-4/+6
2015-05-20Have an add_menu_item() to add items to the menu bar, and use it.Guy Harris1-180/+143
2015-05-16Main (menubar): fix C++ style comments are not allowed in ISO C90Alexis La Goutte1-1/+1
2015-05-13Change the formatting strings used to create the Conversation Filter submenuMichael Mann1-7/+12
2015-05-08A NULL is needed at the end of the argument list for g_object_set().Guy Harris1-1/+1
2015-05-08Recent files: Disable mnemonic accelerator key for menu itemJiří Engelthaler1-0/+8