aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-12-11[Automatic update for 2016-12-11]Gerald Combs7-490/+616
2016-12-10Qt: Avoid infinite recursion in ExtcapArgument::loadValuesStig Bjørlykke1-2/+4
2016-12-09ui: move filesystem code to wsutil/filesystem.cDario Lombardo3-37/+2
2016-12-09extcap: add new option type (timestamp).Dario Lombardo5-1/+127
2016-12-08Qt: Fix currentOutputDeviceName() without QtMultimediaMichal Labedzki1-0/+2
2016-12-07Qt: don't append a second extension to save file namesРоман Донченко1-2/+1
2016-12-07Qt: Fixup the currentOutputDeviceName Q_PROPERTY.Gerald Combs2-3/+3
2016-12-06Qt: Make the RTP player output device selectable.Gerald Combs5-11/+127
2016-12-06codecs: Add support for G.722 and G.726Peter Wu3-4/+16
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+3
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-12-04Show codec information in About dialogPeter Wu1-0/+2
2016-12-04codecs: allow it to be used without pluginsPeter Wu1-1/+1
2016-12-04[Automatic update for 2016-12-04]Gerald Combs7-3813/+3734
2016-12-04Qt: clear Export Objects list on retappingPeter Wu1-0/+3
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris3-11/+8
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-12-02Put tap-exportobject.h into the release tarball.Guy Harris1-0/+1
2016-12-02Enable exporting objects with tsharkMoshe Kaplan26-1260/+836
2016-12-02simple_dialog(.h): fix parameter 'Type' not found in the function declaration...Alexis La Goutte1-1/+1
2016-12-02Qt: Fix QStyledItemDelegate assertions.Gerald Combs4-3/+10
2016-11-30Qt: fix crash when closing RTP player while playingPeter Wu1-0/+3
2016-11-30Qt: Fix simple_dialog formatting.Gerald Combs2-17/+35
2016-11-29Qt: fix GoToPacket when Voip Calls dialog is closedPeter Wu3-9/+5
2016-11-28Qt: Position UAT hint label just below the list.Stig Bjørlykke2-17/+17
2016-11-28Qt: Update UAT OK button enabled on delete.Stig Bjørlykke2-0/+11
2016-11-28Qt: Fix conversation buttons.Gerald Combs2-15/+24
2016-11-28Qt: fix heap-use-after-free when double-clicking a packet numberPeter Wu1-4/+2
2016-11-26Qt: Clean up the byte view hover highlight.Gerald Combs4-46/+68
2016-11-25Get rid of "cast throws away constness" warnings.Guy Harris1-2/+2
2016-11-19LBM_UIMflow: Fix range_ratio calculation (CID-1355421)Jaap Keuter1-1/+1
2016-11-13[Automatic update for 2016-11-13]Gerald Combs7-3796/+3883
2016-11-13Qt: populate Bookmarks menu in capture options dialogPeter Wu1-0/+1
2016-11-11Qt: Fix a "No such slot" warning.Gerald Combs2-2/+4
2016-11-11Qt: fix build without libpcapPeter Wu1-5/+7
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann3-19/+25
2016-11-10Enable exporting IMF traffic as an EML fileMoshe Kaplan9-1/+97
2016-11-10Qt: Handle retranslation events in the main window.Gerald Combs10-83/+125
2016-11-09CMake: Use find_program to find a program.Gerald Combs1-3/+3
2016-11-08Qt: Restore the default "About" box tab.Gerald Combs1-1/+1
2016-11-07interface_tree_model.cpp - ensure QObject namespace for tr()Michael Mann1-1/+1
2016-11-06[Automatic update for 2016-11-06]Gerald Combs7-665/+770
2016-11-06Qt: move declaration inside ifdef.Dario Lombardo1-1/+1
2016-11-04Qt/Bluetooth: Split LE Meta EventsMichal Labedzki2-6/+157
2016-11-03Fix lintian found spelling error "splitted" -> "split"Michael Mann1-1/+1
2016-11-02Qt: add "search authors" feature.Dario Lombardo3-11/+39
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris3-37/+51
2016-10-31Have the routine that handles dissection options not exit.Guy Harris3-8/+14
2016-10-30Have routines for parsing options that affect dissection.Guy Harris9-67/+262
2016-10-30InterfaceList: Fix build without pcapRoland Knall2-10/+42