aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
Commit message (Expand)AuthorAgeFilesLines
* Fix constnessJoão Valverde2016-01-201-1/+1
* Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan2014-04-171-1/+29
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki2013-12-131-2/+0
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-12-021-1/+1
* Fix typo (for generated Documentation)Alexis La Goutte2013-11-121-1/+1
* Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki2013-11-101-24/+0
* Replace STRINGIFY with glib version.Jakub Zawadzki2013-11-091-4/+0
* Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32Jakub Zawadzki2013-11-091-4/+0
* From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229Evan Huus2013-10-121-0/+16
* Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann2013-10-061-0/+11
* Make the minimum supported GLib version 2.16.Gerald Combs2013-05-201-5/+0
* Add WS_DLL_PUBLIC to all functions declared here.Guy Harris2013-05-031-0/+6
* Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus2013-04-261-2/+2
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-0/+20
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-3/+3
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman2012-10-221-0/+8
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-0/+8
* Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher2011-04-131-8/+10
* Doxygen changes.Anders Broman2010-08-291-3/+14
* From Edgar Gladkich:Gerald Combs2010-05-271-0/+11
* Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis2010-01-261-0/+16
* Move IA5_7BIT_decode to strutil.cAnders Broman2009-10-231-0/+3
* From Didier Gautheron:Anders Broman2009-08-191-0/+3
* Add a couple of size_t casts to packet-dnp.c.Gerald Combs2009-03-301-2/+2
* Add a string utility function "string_or_null" which can be used toGerald Combs2009-02-171-0/+7
* Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris2008-04-291-25/+0
* add a g_byte_array_sized_new() helper if we compile for glib < 2Ronnie Sahlberg2007-11-061-0/+5
* Apply yet another set of the optimization patches:Anders Broman2007-10-271-1/+1
* Apply yet another set of the optimization patches:Anders Broman2007-10-261-0/+1
* From: Gisle VanemLuis Ontanon2007-02-071-0/+10
* Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs2007-01-111-1/+17
* Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs2007-01-111-1/+35
* gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h insteadRonnie Sahlberg2006-12-291-1/+7
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-221-24/+2
* New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman2006-06-191-0/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs2006-03-081-0/+22
* create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg2006-02-231-8/+1
* new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa2005-12-021-0/+9
* g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - theyGuy Harris2005-11-171-5/+5
* add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platfo...Ronnie Sahlberg2005-11-161-0/+8
* add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg2005-11-161-0/+12
* fix doxygen tagsUlf Lamping2004-10-271-1/+1
* Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs2004-08-131-0/+19
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs2004-06-061-4/+85
* Add an XML escaping routine: xml_escape()Olivier Biot2004-05-011-1/+2