aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin3-11/+35
2015-07-22Ensure to copy the (un)resolved (source|destination) address columns before f...Pascal Quantin1-18/+18
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young1-0/+42
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs2-15/+14
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann2-425/+479
2015-07-13RTP updates.Gerald Combs1-1/+1
2015-07-13GTK: Don't crash when we click on an RTP sample.Gerald Combs1-2/+2
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-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs2-4/+21
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs1-2/+2
2015-07-07Qt: Add initial Lua support.Gerald Combs1-17/+17
2015-07-04Add "custom" dissector table tab to Internals->Dissector Tables dialogMichael Mann1-0/+26
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