aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde1-31/+2
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde1-2/+31
2019-09-25Fix opening manual from staging directoryJoão Valverde1-2/+0
2019-09-24wsutil: Use file descriptor in file_needs_reopen()Tomasz Moń1-3/+3
2019-09-22Win32: Do not reload TLS keylog file on each packetTomasz Moń1-0/+65
2019-09-21MSVC: Warn about unused formal parametersTomasz Moń1-2/+4
2019-08-05Qt: Check filename before importRoland Knall1-0/+6
2019-07-30Qt: Change from User/System to Personal/Global profile typesStig Bjørlykke1-24/+24
2019-07-29Rename variable to eliminate shadow variable warning.Guy Harris1-3/+3
2019-07-29Qt: Rename profile global to systemStig Bjørlykke1-24/+24
2019-05-24wsutil+macOS: Use realpath() to resolve our program path.Gerald Combs1-1/+16
2019-04-19wsutil: use environment variable WIRESHARK_EXTCAP_DIR when possiblePeter Wu1-40/+31
2019-02-13macOS: Fix our plugin path.Gerald Combs1-2/+2
2018-12-04wsutil: Rename DATAFILE_DIR variableJoão Valverde1-3/+3
2018-12-04Clean up memory allocationJoão Valverde1-6/+7
2018-10-11wsutil: Add config_file_exists_with_entries()Stig Bjørlykke1-0/+30
2018-10-05wsutil: Add get_profile_dir()Stig Bjørlykke1-37/+37
2018-10-03wsutil: get_datafile_dir: avoid hard-coded build directoryPeter Wu1-35/+35
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-17/+0
2018-06-04Allow user to override config dir for all OSesJoão Valverde1-8/+14
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-57/+31
2018-05-05Use dlget() and dlgetname() to get the executable path name on HP-UX.Guy Harris1-2/+16
2018-05-04Get rid of more autotoolsisms.Guy Harris1-15/+2
2018-04-30Lua: ensure that DATA_DIR and USER_DIR have trailing slashesPeter Wu1-2/+2
2018-04-25Get rid of stuff that checks for a .libs directory.Guy Harris1-24/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07Clean up the null pointer check in profile_exists().Guy Harris1-3/+10
2018-02-07wsutil: Allow NULL as profile nameStig Bjørlykke1-1/+3
2018-01-28wsutil/filesystem.c: fix memory leak in init_progfile_dir()Jakub Zawadzki1-6/+0
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-10/+2
2018-01-03wsutil: return false if NULL is asked as profile name (CID: 1405202).Dario Lombardo1-0/+2
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2017-10-03Add version check for plugin compatibilityJoão Valverde1-4/+2
2017-09-23plugins: Fixups for g9260461f4fJoão Valverde1-1/+1
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde1-12/+34
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-1/+1
2017-09-17plugins: Change personal plugin dir path on UnixJoão Valverde1-0/+4
2017-09-17plugins: Fix paths to match WSUGJoão Valverde1-2/+2
2017-09-15Fix compilation errors when configured --without-plugins and without lua.Jakub Zawadzki1-1/+6
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-8/+18
2017-08-08Fix a comment.Guy Harris1-1/+1
2017-08-01Use g_build_filename() instead, fix indentationJoão Valverde1-6/+3
2017-06-22wsutil: Back out profile_write_info_fileStig Bjørlykke1-50/+0
2017-06-22wsutil: Return error from profile_write_info_fileStig Bjørlykke1-5/+21
2017-06-21wsutil: Check return from ws_writeStig Bjørlykke1-2/+3
2017-06-21wsutil: Ignore return from ws_writeStig Bjørlykke1-2/+2
2017-06-21[filesystem.c] Add a cast to aviod a warning with VisualStudio 2017.Anders1-1/+1
2017-06-21wsutil: Free files in reset_default_profileStig Bjørlykke1-0/+1
2017-06-21Qt: Write a list of profile files at startupStig Bjørlykke1-0/+34
2017-06-20Qt: Create the user profiles dir at startupStig Bjørlykke1-25/+41