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