aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.guy1-25/+0
2007-11-06add a g_byte_array_sized_new() helper if we compile for glib < 2sahlberg1-0/+5
2007-10-27Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-26Apply yet another set of the optimization patches:etxrab1-0/+1
2007-02-07From: Gisle Vanemlego1-0/+10
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsgerald1-1/+17
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()gerald1-1/+35
2006-12-29gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h insteadsahlberg1-1/+7
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-24/+2
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...etxrab1-0/+2
2006-05-21name changesahlberg1-2/+2
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsgerald1-0/+22
2006-02-23create a real function to emulate g_strlcat() for GTK<2sahlberg1-8/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERskukosa1-0/+9
2005-11-17g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - theyguy1-5/+5
2005-11-16add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platfo...sahlberg1-0/+8
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...sahlberg1-0/+12
2004-10-27fix doxygen tagsulfl1-1/+1
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cgerald1-0/+19
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-4/+85
2004-05-01Add an XML escaping routine: xml_escape()obiot1-1/+2
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/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-1/+4
2003-07-04Use FLT_DIG and DBL_DIG from float.h to create printf-style print formatgram1-1/+6
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-14/+6
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-5/+4
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.gram1-2/+2
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-2/+2
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-3/+1
2000-11-09Support for embedded newlines in SDP fields, from Robert Tsai.guy1-1/+3
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"gram1-3/+3
2000-09-27First step in moving core Ethereal routines to libepan.gram1-0/+46