"ssn_range" needs to be a copy of "global_ssn_range", so that it's not
[obnox/wireshark/wip.git] / epan / strutil.c
2004-08-13 geraldMove convert_string_to_hex() and convert_string_case...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-06 geraldAdd a "force_separators" parameter to hex_str_to_bytes...
2004-05-01 guyGLib 1.2[.x]'s "g_string_free()" doesn't return a value.
2004-05-01 obiotAdd an XML escaping routine: xml_escape()
2004-02-05 guyWe can't test the GTK+ version in dissectors or libethe...
2004-02-01 jmayerAdd consts to fix 'cast discards qualifiers from pointe...
2004-01-25 jmayerChange the first arg to hex_str_to_bytes from guchar...
2003-12-29 guy"hex_str_to_bytes()" modifies the GByteArray supplied...
2003-12-29 geraldPull most of bytes_from_unparsed() into a new routine,
2003-12-24 guyDo the "isprint()" hack for GTK+ 2.x or 1.3[.x], whethe...
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-08-01 guyFrom Chris Heath: fix up the check for printable ASCII...
2002-12-31 guyFrom Ronald Henderson: make "format_text()", on Windows...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2000-12-22 gramEnable FT_BYTES dfiltering, from Ed Warnicke.
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-09 guySupport for embedded newlines in SDP fields, from Rober...
2000-09-30 guyIf a line consists *solely* of an LF, set "*eol" to...
2000-09-29 guyDynamically grow the buffer used by "format_text()...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.