aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
AgeCommit message (Expand)AuthorFilesLines
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