aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.Bill Meier2009-03-081-5/+5
* Update a commentBill Meier2009-03-061-3/+3
* More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs2009-03-021-4/+1
* Revise ascii...inplace to return a ptr to the string Bill Meier2009-01-172-4/+10
* wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap() wereGuy Harris2008-12-221-4/+0
* Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()Guy Harris2008-12-223-644/+0
* commit forgotten changed fileTomas Kukosa2008-12-171-2/+4
* type conversion gdouble<->guint64 is not supported in all MSVC versions, conv...Tomas Kukosa2008-12-173-0/+128
* From Max Filippov:Anders Broman2008-11-161-0/+2
* ETH -> WS updates.Gerald Combs2008-10-271-2/+2
* Add a newline at the end of the fileJeff Morriss2008-09-191-1/+1
* Set SVN properties.Gerald Combs2008-09-192-2/+2
* Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap toGerald Combs2008-09-194-20/+667
* I hate Windows.Guy Harris2008-09-031-0/+4
* g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris2008-09-033-2/+114
* _MSC_VERs 1400 and greater require manifests. Check againstGerald Combs2008-08-211-1/+1
* Another try to fix the cast problem.Stig Bjørlykke2008-08-131-1/+1
* Add a cast to avoid a warning.Stig Bjørlykke2008-08-131-1/+1
* Added libwsutil.def to EXTRA_DISTStig Bjørlykke2008-08-131-0/+1
* Take courage!Guy Harris2008-08-121-2/+2
* Fix a bunch of Win64 compilation errors by cowardly casting size_ts to ints.Gerald Combs2008-08-121-1/+1
* From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs2008-08-041-1/+1
* checkAPIs: remove '-g abort'; g_assert OK for wsutils files ?Bill Meier2008-07-171-1/+2
* unicode-utils.c is only for Windows; don't build it on UN*X. Put in a checkJeff Morriss2008-07-114-10/+11
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-021-0/+4
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* Move privileges.c and unicode-utils.c symbols from epan to wsutilJeff Morriss2008-06-301-0/+15
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-305-4/+565
* Have checkAPIs.pl print to stderr, so that its output is colored red inGerald Combs2008-06-271-1/+1
* Fix run checkapi for more targets.Anders Broman2008-06-031-0/+5
* file_util.c is only for Windows; don't build it on UN*X. Put in a checkGuy Harris2008-05-234-42/+9
* Add a Makefile.common file, and have Makefile.am and Makefile.nmake use it.Guy Harris2008-05-233-9/+51
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-225-12/+627
* Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss2008-05-205-0/+308