aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Squelch a warning from the MSVC++ static analyzer (it's worried thatGuy Harris1-5/+29
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+3
2011-02-01WIN32 ==> _WIN32Bill Meier2-4/+4
2010-12-16Update filter for Windows-only symbols.Balint Reczey1-1/+1
2010-12-16Export only defined symbols from libwsutil.Balint Reczey1-13/+58
2010-12-07Include stdlib.h for getenv().Jeff Morriss1-0/+1
2010-12-07Move getenv_utf8() to wsutil.Jeff Morriss4-7/+60
2010-12-07Revert rev 35145 for wsutil: go back to exporting all symbols. libwsutil's l...Jeff Morriss1-6/+2
2010-12-07Make libtool export only symbols listed in *.def filesBalint Reczey1-2/+6
2010-12-01Add extern "C" to more header files.Stephen Fisher1-0/+8
2010-12-01Add #ifndef __PRIVILEGES_H__ / #define / #endif logic to prevent multipleStephen Fisher1-0/+5
2010-11-25Add libtool version info to libwsutil.Balint Reczey1-0/+1
2010-11-22Make sure we pass a directory path and not a file path toGerald Combs1-5/+9
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-09-16More typos.Gerald Combs1-3/+3
2010-09-16Fix a typo.Gerald Combs1-1/+1
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs3-9/+20
2010-09-15Also rename inet_ntop() on WindowsJeff Morriss2-5/+7
2010-09-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 differently:Jeff Morriss2-1/+12
2010-08-27Forward-port r33953.Gerald Combs3-0/+30
2010-08-26Add a newline. Fixup whitespace.Gerald Combs1-7/+7
2010-08-25Move Windows-specific material inside an appropriate #ifdef.Gerald Combs1-17/+17
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs3-2/+134
2010-05-29Include glib.h (for g_snprintf).Jeff Morriss1-0/+1
2010-05-29Add braces to avoid an ambiguous elseJeff Morriss1-1/+2
2010-05-29Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.Jeff Morriss2-21/+25
2010-05-29Make inet_aton an optional object on *NIX againJeff Morriss3-4/+7
2010-05-28Add a missing variable from wsgetoptJeff Morriss1-0/+1
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss17-8/+2849
2010-03-18cmake changes:Jörg Mayer1-0/+1
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-5/+9
2009-09-23Hopefully fix wsutil build on OSX.Jörg Mayer1-0/+6
2009-08-31Add utf_8to16_snprintf() which creates a UTF16 string according to the given ...Kovarththanan Rajaratnam3-6/+31
2009-08-30On Windows a shared library in divided into a DLL part (RUNTIME) and an impor...Kovarththanan Rajaratnam1-2/+5
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-7/+12
2009-06-15CMake now successfully builds dumpcapJörg Mayer1-0/+38
2009-03-08Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.Bill Meier1-5/+5
2009-03-06Update a commentBill Meier1-3/+3
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-4/+1
2009-01-17Revise ascii...inplace to return a ptr to the string Bill Meier2-4/+10
2008-12-22wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap() wereGuy Harris1-4/+0
2008-12-22Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()Guy Harris3-644/+0
2008-12-17commit forgotten changed fileTomas Kukosa1-2/+4
2008-12-17type conversion gdouble<->guint64 is not supported in all MSVC versions, conv...Tomas Kukosa3-0/+128
2008-11-16From Max Filippov:Anders Broman1-0/+2
2008-10-27ETH -> WS updates.Gerald Combs1-2/+2
2008-09-19Add a newline at the end of the fileJeff Morriss1-1/+1
2008-09-19Set SVN properties.Gerald Combs2-2/+2