aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cgerald1-0/+110
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sgerald1-7/+5
2004-05-01GLib 1.2[.x]'s "g_string_free()" doesn't return a value.guy1-1/+13
2004-05-01Add an XML escaping routine: xml_escape()obiot1-1/+40
2004-02-05We can't test the GTK+ version in dissectors or libethereal code, asguy1-2/+6
2004-02-01Add consts to fix 'cast discards qualifiers from pointer target type'jmayer1-3/+3
2004-01-25Change the first arg to hex_str_to_bytes from guchar* -> char*jmayer1-2/+2
2003-12-29"hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tguy1-2/+2
2003-12-29Pull most of bytes_from_unparsed() into a new routine,gerald1-1/+92
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orguy1-7/+7
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-1/+32
2003-08-01From Chris Heath: fix up the check for printable ASCII done on Windowsguy1-13/+14