aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2016-02-28Qt: Improve Show Packet BytesStig Bjørlykke1-1/+0
2016-02-25Clean up modelines and indentation.Guy Harris2-9/+9
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-2/+3
2016-02-21autotools: Cleanup some installation directory stuffJoão Valverde1-1/+5
2016-02-20sober: fix cannot optimize loops warning [-Wunsafe-loop-optimizations]João Valverde1-4/+4
2016-02-19Fix implicit conversion from 64 to 32 bitsJoão Valverde3-4/+8
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde9-113/+155
2016-02-16Qt: Add Decode as in Show Packet BytesStig Bjørlykke1-0/+3
2016-02-14Sort UTF8 entitiesStig Bjørlykke1-3/+3
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde2-12/+20
2016-02-11AES: Fix dereference of null pointerJoão Valverde1-1/+4
2016-02-08add functions to calculate the CRC of an ISO14443-A messageMartin Kaiser2-0/+14
2016-02-03Squelch warnings from compilers that don't know that (a%b) is always < b.Guy Harris1-2/+2
2016-02-03Add AES-CMAC encryption supportCedric Izoard2-0/+138
2016-02-03Add functions for SHA256 and HMAC-SHA256Cedric Izoard4-0/+359
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