aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings/errors of typeJoerg Mayer2016-03-281-1/+1
* Make failure_alert_box() be printf-like.Guy Harris2016-03-272-5/+5
* Add pkg.m4 and remove aclocal-flags scriptJoão Valverde2016-03-231-2/+0
* wsutil: Split locale information into tokens and format itJoão Valverde2016-03-171-2/+24
* No need to operate on full bit width (CID 1355344 / 1355348)Jaap Keuter2016-03-161-2/+2
* Remove the last remnants of U3 support.Gerald Combs2016-03-115-322/+22
* Add EditorConfig settings for most C filesJoão Valverde2016-03-082-0/+141
* Clean up modelines and indentation.Jeff Morriss2016-03-041-42/+42
* extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo2016-03-044-0/+157
* Qt: Improve Show Packet BytesStig Bjørlykke2016-02-281-1/+0
* Clean up modelines and indentation.Guy Harris2016-02-252-9/+9
* autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde2016-02-211-2/+3
* autotools: Cleanup some installation directory stuffJoão Valverde2016-02-211-1/+5
* sober: fix cannot optimize loops warning [-Wunsafe-loop-optimizations]João Valverde2016-02-201-4/+4
* Fix implicit conversion from 64 to 32 bitsJoão Valverde2016-02-193-4/+8
* Add inet_pton/inet_ntop interface to libwsutilJoão Valverde2016-02-199-113/+155
* Qt: Add Decode as in Show Packet BytesStig Bjørlykke2016-02-161-0/+3
* Sort UTF8 entitiesStig Bjørlykke2016-02-141-3/+3
* Just #include wsutil/inet_aton.hJoão Valverde2016-02-132-12/+20
* AES: Fix dereference of null pointerJoão Valverde2016-02-111-1/+4
* add functions to calculate the CRC of an ISO14443-A messageMartin Kaiser2016-02-082-0/+14
* Squelch warnings from compilers that don't know that (a%b) is always < b.Guy Harris2016-02-031-2/+2
* Add AES-CMAC encryption supportCedric Izoard2016-02-032-0/+138
* Add functions for SHA256 and HMAC-SHA256Cedric Izoard2016-02-034-0/+359
* plugins: do not import symbols globallyPeter Wu2016-01-311-1/+1
* autotools: Don't use "user variables" to set build flagsJoão Valverde2016-01-281-15/+6
* Set width of hex output according to bitmaskKevin Bracey2016-01-241-1/+46
* Clean up indentation.Guy Harris2016-01-071-1/+1
* Don't assume a stat() fails only if the target file doesn't exist.Guy Harris2016-01-071-2/+31
* No need for "struct nstime_t", "nstime_t" by itself suffices.Guy Harris2016-01-031-1/+1
* Welcome in 2016Pascal Quantin2016-01-011-1/+1
* Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2015-12-142-3/+7
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-1/+1
* Avoid breaking output string mid-sentenceJoão Valverde2015-12-121-2/+2
* autotools: Fix g212f2f1João Valverde2015-12-011-1/+1
* autotools: Clean abi-check with maintainer-cleanJoão Valverde2015-12-011-1/+8
* ws80211: Disable shorten-64-to-32.Gerald Combs2015-12-011-1/+11
* cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde2015-11-296-18/+29
* Use ws_{read,write,fdopen,close}.Guy Harris2015-11-081-0/+7
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-075-36/+14
* file_util.h includes io.h, we don't need to do so ourselves.Guy Harris2015-11-061-7/+32
* Get rid of ws80211_frequency_to_channel().Guy Harris2015-11-051-0/+8
* Match what most source say are the actual Japanese 4.9 GHz channels.Guy Harris2015-11-051-8/+20
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+3
* Just use g_mkdir_with_parents() to make the .config directory on UN*X.Guy Harris2015-10-281-8/+11
* Do the "create parent of config file directory" stuff on UN*X as well.Guy Harris2015-10-281-11/+8
* On UN*X, use XDG_CONFIG_HOME/wireshark for configuration files.Guy Harris2015-10-191-63/+88
* Add DEGREE SIGN character to utf8_entities.h and use it.Guy Harris2015-10-161-0/+1
* CMake: Add /WXGerald Combs2015-10-161-2/+2
* cmake: link against dl, fixes linking with goldPeter Wu2015-10-131-0/+1