aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
Commit message (Expand)AuthorAgeFilesLines
* From: Gisle VanemLuis Ontanon2007-02-071-0/+10
* Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs2007-01-111-1/+17
* Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs2007-01-111-1/+35
* gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h insteadRonnie Sahlberg2006-12-291-1/+7
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-221-24/+2
* New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman2006-06-191-0/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs2006-03-081-0/+22
* create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg2006-02-231-8/+1
* new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa2005-12-021-0/+9
* g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - theyGuy Harris2005-11-171-5/+5
* add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platfo...Ronnie Sahlberg2005-11-161-0/+8
* add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg2005-11-161-0/+12
* fix doxygen tagsUlf Lamping2004-10-271-1/+1
* Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs2004-08-131-0/+19
* 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-4/+85
* Add an XML escaping routine: xml_escape()Olivier Biot2004-05-011-1/+2
* 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/+2
* Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez2003-08-271-1/+4
* Use FLT_DIG and DBL_DIG from float.h to create printf-style print formatGilbert Ramirez2003-07-041-1/+6
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-14/+6
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-5/+4
* Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez2000-12-221-2/+2
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-2/+2
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-3/+1
* Support for embedded newlines in SDP fields, from Robert Tsai.Guy Harris2000-11-091-1/+3
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-3/+3
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+46