aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2016-01-31plugins: do not import symbols globallyPeter Wu1-1/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-15/+6
2016-01-24Set width of hex output according to bitmaskKevin Bracey1-1/+46
2016-01-07Clean up indentation.Guy Harris1-1/+1
2016-01-07Don't assume a stat() fails only if the target file doesn't exist.Guy Harris1-2/+31
2016-01-03No need for "struct nstime_t", "nstime_t" by itself suffices.Guy Harris1-1/+1
2016-01-01Welcome in 2016Pascal Quantin1-1/+1
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2-3/+7
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-12-12Avoid breaking output string mid-sentenceJoão Valverde1-2/+2
2015-12-01autotools: Fix g212f2f1João Valverde1-1/+1
2015-12-01autotools: Clean abi-check with maintainer-cleanJoão Valverde1-1/+8
2015-12-01ws80211: Disable shorten-64-to-32.Gerald Combs1-1/+11
2015-11-29cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde6-18/+29
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-0/+7
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris5-36/+14
2015-11-06file_util.h includes io.h, we don't need to do so ourselves.Guy Harris1-7/+32
2015-11-05Get rid of ws80211_frequency_to_channel().Guy Harris1-0/+8
2015-11-05Match what most source say are the actual Japanese 4.9 GHz channels.Guy Harris1-8/+20
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+3
2015-10-28Just use g_mkdir_with_parents() to make the .config directory on UN*X.Guy Harris1-8/+11
2015-10-28Do the "create parent of config file directory" stuff on UN*X as well.Guy Harris1-11/+8
2015-10-19On UN*X, use XDG_CONFIG_HOME/wireshark for configuration files.Guy Harris1-63/+88
2015-10-16Add DEGREE SIGN character to utf8_entities.h and use it.Guy Harris1-0/+1
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-13cmake: link against dl, fixes linking with goldPeter Wu1-0/+1
2015-10-12inet_v6def : fix warning: redundant redeclaration of 'inet_pton' [-Wredundant...Alexis La Goutte1-1/+1
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-0/+1
2015-10-09nstime: fix -Wshift-negative-valuePeter Wu1-6/+2
2015-10-05Move utf8_entities.h to wsutilJoão Valverde2-0/+64
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
2015-08-26cmake: rework version.h handling to treat it like config.hJoerg Mayer1-2/+0
2015-08-18UDP multicast stream dialog.Gerald Combs1-0/+1
2015-08-16Run abicheck commands at compile time.Gerald Combs1-2/+5
2015-08-05[MSVC 2015] Compiler and visual studio version are off by 5 not 6 in MSVCAndersBroman1-2/+17
2015-07-11terminate readlink resultTobias Stoeckmann1-6/+12
2015-07-07Next Windows Server version seems to be named Windows Server 2016 nowPascal Quantin1-1/+1
2015-07-06Add a comment.Guy Harris1-1/+11
2015-07-04Mark another function as printf-like.Guy Harris1-1/+1
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris2-19/+18
2015-06-24Check _MSC_VER is defined before we use itEvan Huus1-1/+1
2015-06-23[MSVC 2015] file_exists() fails on MSVC2105 as file_stat.st_ino gets resetAndersBroman1-1/+2
2015-06-17Qt: fix a crash when closing application under WindowsPascal Quantin1-0/+1
2015-06-16Qt: Make sure we have usable command line arguments.Gerald Combs1-0/+8
2015-06-16Add the wireless toolbar.Gerald Combs4-0/+186
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-1/+1
2015-06-10It's INVALID_HANDLE_VALUE, not INVALID_HANDLE.Guy Harris1-1/+1
2015-06-10Squelch some type-clash warnings on Windows.Guy Harris1-2/+13
2015-06-10Rename wsutil/process.h to wsutil/processes.h to avoid collisions.Guy Harris2-5/+5
2015-06-10Make sure we include <windows.h> to get HANDLE declared.Guy Harris1-0/+2