aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-1/+29
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki1-2/+0
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-11-12Fix typo (for generated Documentation)Alexis La Goutte1-1/+1
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki1-24/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-4/+0
2013-11-09Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32Jakub Zawadzki1-4/+0
2013-10-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229Evan Huus1-0/+16
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+11
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-5/+0
2013-05-03Add WS_DLL_PUBLIC to all functions declared here.Guy Harris1-0/+6
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+20
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-10-22g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman1-0/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-0/+8
2011-04-13Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher1-8/+10
2010-08-29Doxygen changes.Anders Broman1-3/+14
2010-05-27From Edgar Gladkich:Gerald Combs1-0/+11
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-0/+16
2009-10-23Move IA5_7BIT_decode to strutil.cAnders Broman1-0/+3
2009-08-19From Didier Gautheron:Anders Broman1-0/+3
2009-03-30Add a couple of size_t casts to packet-dnp.c.Gerald Combs1-2/+2
2009-02-17Add a string utility function "string_or_null" which can be used toGerald Combs1-0/+7
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris1-25/+0
2007-11-06add a g_byte_array_sized_new() helper if we compile for glib < 2Ronnie Sahlberg1-0/+5
2007-10-27Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-26Apply yet another set of the optimization patches:Anders Broman1-0/+1
2007-02-07From: Gisle VanemLuis Ontanon1-0/+10
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs1-1/+17
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-1/+35
2006-12-29gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h insteadRonnie Sahlberg1-1/+7
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-24/+2
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman1-0/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-0/+22
2006-02-23create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg1-8/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+9
2005-11-17g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - theyGuy Harris1-5/+5
2005-11-16add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platfo...Ronnie Sahlberg1-0/+8
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg1-0/+12
2004-10-27fix doxygen tagsUlf Lamping1-1/+1
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs1-0/+19
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs1-4/+85
2004-05-01Add an XML escaping routine: xml_escape()Olivier Biot1-1/+2
2004-01-25Change the first arg to hex_str_to_bytes from guchar* -> char*Jörg Mayer1-2/+2