aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-28Change number of bytes displayed in bytes_to_string to 48 to facilitate displ...etxrab1-1/+1
2004-10-29Have the usual three separate buffers for "format_text()", so that itguy1-23/+26
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cgerald1-0/+110
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-7/+5
2004-05-01GLib 1.2[.x]'s "g_string_free()" doesn't return a value.guy1-1/+13
2004-05-01Add an XML escaping routine: xml_escape()obiot1-1/+40
2004-02-05We can't test the GTK+ version in dissectors or libethereal code, asguy1-2/+6
2004-02-01Add consts to fix 'cast discards qualifiers from pointer target type'jmayer1-3/+3
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/+92
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orguy1-7/+7
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-1/+32
2003-08-01From Chris Heath: fix up the check for printable ASCII done on Windowsguy1-13/+14
2002-12-31From Ronald Henderson: make "format_text()", on Windows, escape allguy1-3/+15
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+10
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.gram1-1/+13
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-1/+39
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-31/+1
2000-11-09Support for embedded newlines in SDP fields, from Robert Tsai.guy1-1/+31
2000-09-30If a line consists *solely* of an LF, set "*eol" to point to the LF.guy1-1/+6
2000-09-29Dynamically grow the buffer used by "format_text()", rather than cuttingguy1-24/+37
2000-09-27First step in moving core Ethereal routines to libepan.gram1-0/+222