Regenerate a few more of the ASN.1 dissectors
[obnox/wireshark/wip.git] / epan / strutil.c
2010-02-23 etxrabFrom Jakub Zawadzki:
2010-01-28 wmeierFix various gcc -Wshadow warnings.
2010-01-26 dimegMove underscore escaping/unscaping function to strutil.c;
2009-10-23 etxrabMove IA5_7BIT_decode to strutil.c
2009-10-01 sfisherRemove comment asking if this function should be in...
2009-08-19 etxrabFrom Didier Gautheron:
2009-04-08 geraldMore size_t fixes. Use a string buffer in range.c.
2009-03-30 geraldAdd a couple of size_t casts to packet-dnp.c.
2009-02-17 geraldAdd a string utility function "string_or_null" which...
2008-07-12 stigSmall whitespace fix.
2008-05-05 jmayerFix a tpyo
2008-04-09 etxrabRemove:
2008-04-07 sfisher- Remove GLIB1 code
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-06 sahlbergadd a g_byte_array_sized_new() helper if we compile...
2007-10-27 etxrabApply yet another set of the optimization patches:
2007-10-26 etxrabApply yet another set of the optimization patches:
2007-07-14 guyFix yet more casts of ctype.h macro arguments - and...
2007-06-21 geraldBe less restrictive about WEP key preferences. Use...
2007-05-21 sahlbergmake gtk1 compile again
2007-04-13 sfisherFix some Solaris buildbot warnings
2007-02-07 legoFrom: Gisle Vanem
2007-02-04 sfisherFrom Sebastien Tandel:
2007-02-01 sfisherAllow byte strings (FT_BYTES) to have four digits seper...
2007-01-25 geraldFix a key preference crash bug. Improve WPA passphrase...
2007-01-15 geraldGLib 1.2 doesn't have g_strlcpy(), so don't use it.
2007-01-11 geraldFix compilation problems under Windows. In the GTK...
2007-01-11 geraldAdd uri_str_to_bytes(), byte_array_dup(), and byte_arra...
2006-10-18 geraldIn the 802.11 dissector, mark the "wep_keys" preference...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-06-19 etxrabNew rutine tvb_format_text_wsp() which will change...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-18 guyPut a newline at the end of the file.
2006-04-27 geraldProperly grow our buffers for utf_8to16().
2006-03-08 geraldUse Unicode for all native Win32 calls. Unicode Window...
2006-03-07 gramRemove a case statement which can never be reached...
2006-02-23 sahlbergcreate a real function to emulate g_strlcat() for...
2005-12-04 guySquelch a GCC complaint.
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-08-17 sahlbergreplace some more silly rotating buffers with ep_alloc...
2004-11-28 etxrabChange number of bytes displayed in bytes_to_string...
2004-10-29 guyHave the usual three separate buffers for "format_text...
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.