aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix format_uri().Guy Harris2019-05-211-8/+12
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* Add wmem allocator parameter to format_uriMichael Mann2017-01-311-22/+13
* format_text_wmem -> format_textMichael Mann2017-01-311-105/+1
* Add format_text_wmem.Michael Mann2017-01-311-0/+95
* Have format_text_wsp use wmem allocated memory.Michael Mann2017-01-301-31/+21
* Have format_text_chr use wmem allocated memory.Michael Mann2017-01-301-21/+11
* Fix constnessJoão Valverde2016-01-201-2/+2
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+0
* Don't use ctype.h routines.Guy Harris2014-10-171-24/+23
* Oops, I missed one "cast a char to int and use it as a subscript" case.Guy Harris2014-10-161-1/+1
* Fix some more "char is unsigned" issues, and a possible "char is signed" one.Guy Harris2014-10-161-4/+4
* Revert "Qt: Try to fix a Visual C++ encoding warning."Gerald Combs2014-10-061-1/+1
* Fix up some formatting.Jeff Morriss2014-09-041-7/+15
* Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan2014-04-171-1/+128
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-8/+8
* Move UAT xton() to wsutil libraryJakub Zawadzki2014-01-081-12/+3
* isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki2013-12-211-2/+2
* Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki2013-12-211-8/+7
* Fix epan_memmem() copyrights.Jakub Zawadzki2013-11-161-1/+1
* From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229Evan Huus2013-10-121-0/+65
* Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann2013-10-061-2/+7
* Define certain 'const char *...' arrays as static.Bill Meier2013-07-011-1/+1
* Make the minimum supported GLib version 2.16.Gerald Combs2013-05-201-29/+0
* From beroset:Anders Broman2013-03-181-10/+10
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* trivial: clean up epan/strutil.cMartin Kaiser2012-12-221-767/+772
* g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman2012-10-221-0/+29
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* While iterating over string characters don't use strlen(), but check for NUL.Jakub Zawadzki2012-05-281-1/+1
* Revert r35131 fix bug #5738Jakub Zawadzki2012-05-201-2/+2
* From Evan Huus:Anders Broman2012-04-161-2/+0
* Add missing const attribute to some char *Jakub Zawadzki2012-04-091-1/+1
* Squelch some compiler warnings.Guy Harris2011-06-161-4/+6
* Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher2011-04-131-10/+10
* Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs2011-02-181-13/+6
* Change format_text() and format_text_wsp() to use g_unichar_isprint() forStephen Fisher2010-12-061-2/+2
* Corrected some pointer types to avoid warnings from clang.Stig Bjørlykke2010-11-041-2/+2
* Use the top-level isprint.h instead of redefining isprint ourselves.Jeff Morriss2010-08-301-20/+7
* From Edgar Gladkich:Gerald Combs2010-05-271-0/+16
* From Jakub Zawadzki:Anders Broman2010-02-231-43/+0
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-281-4/+4
* Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis2010-01-261-0/+56
* Move IA5_7BIT_decode to strutil.cAnders Broman2009-10-231-0/+54
* Remove comment asking if this function should be in strutil.c since it isStephen Fisher2009-10-011-1/+0
* From Didier Gautheron:Anders Broman2009-08-191-0/+65
* More size_t fixes. Use a string buffer in range.c.Gerald Combs2009-04-081-1/+1
* Add a couple of size_t casts to packet-dnp.c.Gerald Combs2009-03-301-2/+2