aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Squelch some compiler warnings.guy1-4/+6
2011-04-13Change ws_strdup_escape_underscore() function to be more general, bysfisher1-10/+10
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.gerald1-13/+6
2010-12-06Change format_text() and format_text_wsp() to use g_unichar_isprint() forsfisher1-2/+2
2010-11-04Corrected some pointer types to avoid warnings from clang.stig1-2/+2
2010-08-30Use the top-level isprint.h instead of redefining isprint ourselves.morriss1-20/+7
2010-05-27From Edgar Gladkich:gerald1-0/+16
2010-02-23From Jakub Zawadzki:etxrab1-43/+0
2010-01-28Fix various gcc -Wshadow warnings.wmeier1-4/+4
2010-01-26Move underscore escaping/unscaping function to strutil.c;dimeg1-0/+56
2009-10-23Move IA5_7BIT_decode to strutil.cetxrab1-0/+54
2009-10-01Remove comment asking if this function should be in strutil.c since it issfisher1-1/+0
2009-08-19From Didier Gautheron:etxrab1-0/+65
2009-04-08More size_t fixes. Use a string buffer in range.c.gerald1-1/+1
2009-03-30Add a couple of size_t casts to packet-dnp.c.gerald1-2/+2
2009-02-17Add a string utility function "string_or_null" which can be used togerald1-0/+8
2008-07-12Small whitespace fix.stig1-1/+1
2008-05-05Fix a tpyojmayer1-1/+1
2008-04-09Remove:etxrab1-4/+0
2008-04-07- Remove GLIB1 codesfisher1-94/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-06add a g_byte_array_sized_new() helper if we compile for glib < 2sahlberg1-0/+14
2007-10-27Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-26Apply yet another set of the optimization patches:etxrab1-10/+60
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereguy1-7/+7
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes togerald1-4/+4
2007-05-21make gtk1 compile againsahlberg1-1/+2
2007-04-13Fix some Solaris buildbot warningssfisher1-3/+3
2007-02-07From: Gisle Vanemlego1-0/+14
2007-02-04From Sebastien Tandel:sfisher1-1/+2
2007-02-01Allow byte strings (FT_BYTES) to have four digits seperated by - : and .sfisher1-11/+49
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthgerald1-1/+0
2007-01-15GLib 1.2 doesn't have g_strlcpy(), so don't use it.gerald1-3/+6
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsgerald1-3/+74
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()gerald1-0/+86
2006-10-18In the 802.11 dissector, mark the "wep_keys" preference as obsolete,gerald1-0/+3
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-88/+1
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...etxrab1-5/+114
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-05-18Put a newline at the end of the file.guy1-1/+1
2006-04-27Properly grow our buffers for utf_8to16().gerald1-1/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsgerald1-0/+91
2006-03-07Remove a case statement which can never be reached, because thegram1-5/+0
2006-02-23create a real function to emulate g_strlcat() for GTK<2sahlberg1-0/+14
2005-12-04Squelch a GCC complaint.guy1-0/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERskukosa1-0/+57
2005-08-17replace some more silly rotating buffers with ep_alloc() callssahlberg1-6/+2
2004-11-28Change number of bytes displayed in bytes_to_string to 48 to facilitate displ...etxrab1-1/+1
2004-10-29Have the usual three separate buffers for "format_text()", so that itguy1-23/+26