aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
AgeCommit message (Expand)AuthorFilesLines
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs1-1/+17
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-1/+35
2006-12-29gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h insteadRonnie Sahlberg1-1/+7
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-24/+2
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman1-0/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-0/+22
2006-02-23create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg1-8/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+9
2005-11-17g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - theyGuy Harris1-5/+5
2005-11-16add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platfo...Ronnie Sahlberg1-0/+8
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg1-0/+12
2004-10-27fix doxygen tagsUlf Lamping1-1/+1
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs1-0/+19
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs1-4/+85
2004-05-01Add an XML escaping routine: xml_escape()Olivier Biot1-1/+2
2004-01-25Change the first arg to hex_str_to_bytes from guchar* -> char*Jörg Mayer1-2/+2
2003-12-29"hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tGuy Harris1-2/+2
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+4
2003-07-04Use FLT_DIG and DBL_DIG from float.h to create printf-style print formatGilbert Ramirez1-1/+6
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-14/+6
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-5/+4
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez1-2/+2
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-2/+2
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-3/+1
2000-11-09Support for embedded newlines in SDP fields, from Robert Tsai.Guy Harris1-1/+3
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-3/+3
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+46