aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a string utility function "string_or_null" which can be used toGerald Combs2009-02-171-0/+8
* Small whitespace fix.Stig Bjørlykke2008-07-121-1/+1
* Fix a tpyoJörg Mayer2008-05-051-1/+1
* Remove:Anders Broman2008-04-091-4/+0
* - Remove GLIB1 codeStephen Fisher2008-04-071-94/+0
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-1/+5
* add a g_byte_array_sized_new() helper if we compile for glib < 2Ronnie Sahlberg2007-11-061-0/+14
* Apply yet another set of the optimization patches:Anders Broman2007-10-271-1/+1
* Apply yet another set of the optimization patches:Anders Broman2007-10-261-10/+60
* Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris2007-07-141-7/+7
* Be less restrictive about WEP key preferences. Use hex_str_to_bytes toGerald Combs2007-06-211-4/+4
* make gtk1 compile againRonnie Sahlberg2007-05-211-1/+2
* Fix some Solaris buildbot warningsStephen Fisher2007-04-131-3/+3
* From: Gisle VanemLuis Ontanon2007-02-071-0/+14
* From Sebastien Tandel:Stephen Fisher2007-02-041-1/+2
* Allow byte strings (FT_BYTES) to have four digits seperated by - : and .Stephen Fisher2007-02-011-11/+49
* Fix a key preference crash bug. Improve WPA passphrase and SSID lengthGerald Combs2007-01-251-1/+0
* GLib 1.2 doesn't have g_strlcpy(), so don't use it.Gerald Combs2007-01-151-3/+6
* Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs2007-01-111-3/+74
* Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs2007-01-111-0/+86
* In the 802.11 dissector, mark the "wep_keys" preference as obsolete,Gerald Combs2006-10-181-0/+3
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-221-88/+1
* New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman2006-06-191-5/+114
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Put a newline at the end of the file.Guy Harris2006-05-181-1/+1
* Properly grow our buffers for utf_8to16().Gerald Combs2006-04-271-1/+1
* Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs2006-03-081-0/+91
* Remove a case statement which can never be reached, because theGilbert Ramirez2006-03-071-5/+0
* create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg2006-02-231-0/+14
* Squelch a GCC complaint.Guy Harris2005-12-041-0/+1
* new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa2005-12-021-0/+57
* replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg2005-08-171-6/+2
* Change number of bytes displayed in bytes_to_string to 48 to facilitate displ...Anders Broman2004-11-281-1/+1
* Have the usual three separate buffers for "format_text()", so that itGuy Harris2004-10-291-23/+26
* Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs2004-08-131-0/+110
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs2004-06-061-7/+5
* GLib 1.2[.x]'s "g_string_free()" doesn't return a value.Guy Harris2004-05-011-1/+13
* Add an XML escaping routine: xml_escape()Olivier Biot2004-05-011-1/+40
* We can't test the GTK+ version in dissectors or libethereal code, asGuy Harris2004-02-051-2/+6
* Add consts to fix 'cast discards qualifiers from pointer target type'Jörg Mayer2004-02-011-3/+3
* Change the first arg to hex_str_to_bytes from guchar* -> char*Jörg Mayer2004-01-251-2/+2
* "hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tGuy Harris2003-12-291-2/+2
* Pull most of bytes_from_unparsed() into a new routine,Gerald Combs2003-12-291-1/+92