GOOSE Messages don't use the length field to perform the dissection.
[obnox/wireshark/wip.git] / epan / strutil.h
2011-12-29 geraldAdd 'extern "C"' wrappers and #include guards to variou...
2011-04-13 sfisherChange ws_strdup_escape_underscore() function to be...
2010-08-29 etxrabDoxygen changes.
2010-05-27 geraldFrom Edgar Gladkich:
2010-01-26 dimegMove underscore escaping/unscaping function to strutil.c;
2009-10-23 etxrabMove IA5_7BIT_decode to strutil.c
2009-08-19 etxrabFrom Didier Gautheron:
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-04-29 guyGet rid of old GLib 1.2[.x] stuff, as we now require...
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-02-07 legoFrom: Gisle Vanem
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-12-29 sahlberggtk1 does not provide g_ascii_isxdigit so provide...
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-21 sahlbergname change
2006-03-08 geraldUse Unicode for all native Win32 calls. Unicode Window...
2006-02-23 sahlbergcreate a real function to emulate g_strlcat() for...
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-11-17 guyg_strlcat() and g_ascii_isprint() don't exist in GTK...
2005-11-16 sahlbergadd a g_ascii_isprint() macro so that this symbol can...
2005-11-16 sahlberg add a simple g_strlcat define in strutil for gtk...
2004-10-27 ulflfix doxygen tags
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 obiotAdd an XML escaping routine: xml_escape()
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-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-07-04 gramUse FLT_DIG and DBL_DIG from float.h to create printf...
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...
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
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-28 gramMore EPAN-related code movements. Get rid of usage...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.