summaryrefslogtreecommitdiff
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-08Expert Info dialog.Gerald Combs2-2/+2
2015-05-06Fix some --without-pcap build problems.Guy Harris3-3/+7
2015-05-06Set tap filter when WLAN "Limit to display filter" option is checked.Michael Mann1-0/+6
2015-05-05GTK UI: remove eo_saveable_pathname in favor of eo_massage_strDavid Creswick1-29/+6
2015-05-05extcap: Implement QT extcap optionsRoland Knall1-4/+0
2015-05-01Add tshark -z "ncp,srt"Michael Mann1-185/+0
2015-04-27Add tshark -z "ldap,srt"Michael Mann1-25/+5
2015-04-27ext_menubar: Add pointer to GUI main structureRoland Knall1-1/+1
2015-04-14UI: Implementing menus for pluginsRoland Knall1-0/+220
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris1-3/+1
2015-04-06Show a list of interfaces on the welcome screen when capturing.Guy Harris2-21/+27
2015-04-05Have a common routine for constructing strings listing interfaces.Guy Harris2-53/+4
2015-04-05Pop the welcome screen message when we close a file.Guy Harris1-1/+8
2015-04-05Give the welcome screen its own set of callbacks.Guy Harris6-7/+157
2015-04-05Remove epan member from PacketWinData and just use cfile.epan when redissecti...Michael Mann1-7/+5
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris2-8/+6
2015-03-29Extcap: fix USBPcap capture broken by g8204578Pascal Quantin1-2/+7
2015-03-25Generate the filter using _ws.expert.message instead of expert.messageMichael Mann1-10/+10
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris3-57/+49
2015-03-25OK, this appears to be what's intended.Guy Harris1-4/+29
2015-03-25Clean up handling of buffer size.Guy Harris1-40/+40
2015-03-24Win32: Compilation error if winpcap remote capturing disabledRoland Knall1-1/+3
2015-03-23Centralize the code to set the active_dlt value for a device.Guy Harris1-3/+1
2015-03-21Rename update_interface_list() and remove local interface code from it.Guy Harris1-25/+15
2015-03-19Make the snapshot-length member of interface_t an int.Guy Harris1-2/+0
2015-03-18Fix parsing of interface properties strings.Guy Harris2-8/+5