aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Add wmem allocator parameter to format_uriMichael Mann1-22/+13
2017-01-31format_text_wmem -> format_textMichael Mann1-105/+1
2017-01-31Add format_text_wmem.Michael Mann1-0/+95
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-31/+21
2017-01-30Have format_text_chr use wmem allocated memory.Michael Mann1-21/+11
2016-01-20Fix constnessJoão Valverde1-2/+2
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-24/+23
2014-10-16Oops, I missed one "cast a char to int and use it as a subscript" case.Guy Harris1-1/+1
2014-10-16Fix some more "char is unsigned" issues, and a possible "char is signed" one.Guy Harris1-4/+4
2014-10-06Revert "Qt: Try to fix a Visual C++ encoding warning."Gerald Combs1-1/+1
2014-09-04Fix up some formatting.Jeff Morriss1-7/+15
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-1/+128
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-12/+3
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-2/+2
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-8/+7
2013-11-16Fix epan_memmem() copyrights.Jakub Zawadzki1-1/+1
2013-10-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229Evan Huus1-0/+65
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-2/+7
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-29/+0
2013-03-18From beroset:Anders Broman1-10/+10
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-22trivial: clean up epan/strutil.cMartin Kaiser1-767/+772
2012-10-22g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman1-0/+29
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-28While iterating over string characters don't use strlen(), but check for NUL.Jakub Zawadzki1-1/+1
2012-05-20Revert r35131 fix bug #5738Jakub Zawadzki1-2/+2
2012-04-16From Evan Huus:Anders Broman1-2/+0
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2011-06-16Squelch some compiler warnings.Guy Harris1-4/+6
2011-04-13Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher1-10/+10
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-13/+6
2010-12-06Change format_text() and format_text_wsp() to use g_unichar_isprint() forStephen Fisher1-2/+2
2010-11-04Corrected some pointer types to avoid warnings from clang.Stig Bjørlykke1-2/+2
2010-08-30Use the top-level isprint.h instead of redefining isprint ourselves.Jeff Morriss1-20/+7
2010-05-27From Edgar Gladkich:Gerald Combs1-0/+16
2010-02-23From Jakub Zawadzki:Anders Broman1-43/+0
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-0/+56
2009-10-23Move IA5_7BIT_decode to strutil.cAnders Broman1-0/+54
2009-10-01Remove comment asking if this function should be in strutil.c since it isStephen Fisher1-1/+0
2009-08-19From Didier Gautheron:Anders Broman1-0/+65
2009-04-08More size_t fixes. Use a string buffer in range.c.Gerald Combs1-1/+1
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/+8
2008-07-12Small whitespace fix.Stig Bjørlykke1-1/+1