aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-05Fix a tpyoJörg Mayer1-1/+1
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-94/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-06add a g_byte_array_sized_new() helper if we compile for glib < 2Ronnie Sahlberg1-0/+14
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-10/+60
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-7/+7
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes toGerald Combs1-4/+4
2007-05-21make gtk1 compile againRonnie Sahlberg1-1/+2
2007-04-13Fix some Solaris buildbot warningsStephen Fisher1-3/+3
2007-02-07From: Gisle VanemLuis Ontanon1-0/+14
2007-02-04From Sebastien Tandel:Stephen Fisher1-1/+2
2007-02-01Allow byte strings (FT_BYTES) to have four digits seperated by - : and .Stephen Fisher1-11/+49
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthGerald Combs1-1/+0
2007-01-15GLib 1.2 doesn't have g_strlcpy(), so don't use it.Gerald Combs1-3/+6
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs1-3/+74
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-0/+86
2006-10-18In the 802.11 dissector, mark the "wep_keys" preference as obsolete,Gerald Combs1-0/+3
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-88/+1
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman1-5/+114
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-18Put a newline at the end of the file.Guy Harris1-1/+1
2006-04-27Properly grow our buffers for utf_8to16().Gerald Combs1-1/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-0/+91
2006-03-07Remove a case statement which can never be reached, because theGilbert Ramirez1-5/+0
2006-02-23create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg1-0/+14
2005-12-04Squelch a GCC complaint.Guy Harris1-0/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+57
2005-08-17replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg1-6/+2
2004-11-28Change number of bytes displayed in bytes_to_string to 48 to facilitate displ...Anders Broman1-1/+1
2004-10-29Have the usual three separate buffers for "format_text()", so that itGuy Harris1-23/+26