MAC LTE: upgrade dissector to v13.1.0
[metze/wireshark/wip.git] / epan / strutil.c
2016-01-20 João ValverdeFix constness
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-16 Guy HarrisOops, I missed one "cast a char to int and use it as...
2014-10-16 Guy HarrisFix some more "char is unsigned" issues, and a possible...
2014-10-06 Gerald CombsRevert "Qt: Try to fix a Visual C++ encoding warning."
2014-09-04 Jeff MorrissFix up some formatting.
2014-04-17 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded byte...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-01-08 Jakub ZawadzkiMove UAT xton() to wsutil library
2013-12-21 Jakub Zawadzkiisascii(x) && isprint(x) -> g_ascii_isprint(x)
2013-12-21 Jakub ZawadzkiDrop isprint.h use g_ascii_isprint() when this include...
2013-11-16 Jakub ZawadzkiFix epan_memmem() copyrights.
2013-10-12 Evan HuusFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-07-01 Bill MeierDefine certain 'const char *...' arrays as static.
2013-05-20 Gerald CombsMake the minimum supported GLib version 2.16.
2013-03-18 Anders BromanFrom beroset:
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-22 Martin Kaisertrivial: clean up epan/strutil.c
2012-10-22 Anders Bromang_strcmp0 first occures in GLIB 2.16 define it localy...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-28 Jakub ZawadzkiWhile iterating over string characters don't use strlen...
2012-05-20 Jakub ZawadzkiRevert r35131 fix bug #5738
2012-04-16 Anders BromanFrom Evan Huus:
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2011-06-16 Guy HarrisSquelch some compiler warnings.
2011-04-13 Stephen FisherChange ws_strdup_escape_underscore() function to be...
2011-02-18 Gerald CombsFix some dead code and zero division issues found by...
2010-12-06 Stephen FisherChange format_text() and format_text_wsp() to use g_uni...
2010-11-04 Stig BjørlykkeCorrected some pointer types to avoid warnings from...
2010-08-30 Jeff MorrissUse the top-level isprint.h instead of redefining ispri...
2010-05-27 Gerald CombsFrom Edgar Gladkich:
2010-02-23 Anders BromanFrom Jakub Zawadzki:
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2010-01-26 Gerasimos DimitriadisMove underscore escaping/unscaping function to strutil.c;
2009-10-23 Anders BromanMove IA5_7BIT_decode to strutil.c
2009-10-01 Stephen FisherRemove comment asking if this function should be in...
2009-08-19 Anders BromanFrom Didier Gautheron:
2009-04-08 Gerald CombsMore size_t fixes. Use a string buffer in range.c.
2009-03-30 Gerald CombsAdd a couple of size_t casts to packet-dnp.c.
2009-02-17 Gerald CombsAdd a string utility function "string_or_null" which...
2008-07-12 Stig BjørlykkeSmall whitespace fix.
2008-05-05 Jörg MayerFix a tpyo
2008-04-09 Anders BromanRemove:
2008-04-07 Stephen Fisher- Remove GLIB1 code
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-06 Ronnie Sahlbergadd a g_byte_array_sized_new() helper if we compile...
2007-10-27 Anders BromanApply yet another set of the optimization patches:
2007-10-26 Anders BromanApply yet another set of the optimization patches:
2007-07-14 Guy HarrisFix yet more casts of ctype.h macro arguments - and...
2007-06-21 Gerald CombsBe less restrictive about WEP key preferences. Use...
2007-05-21 Ronnie Sahlbergmake gtk1 compile again
2007-04-13 Stephen FisherFix some Solaris buildbot warnings
2007-02-07 Luis OntanonFrom: Gisle Vanem
2007-02-04 Stephen FisherFrom Sebastien Tandel:
2007-02-01 Stephen FisherAllow byte strings (FT_BYTES) to have four digits seper...
2007-01-25 Gerald CombsFix a key preference crash bug. Improve WPA passphrase...
2007-01-15 Gerald CombsGLib 1.2 doesn't have g_strlcpy(), so don't use it.
2007-01-11 Gerald CombsFix compilation problems under Windows. In the GTK...
2007-01-11 Gerald CombsAdd uri_str_to_bytes(), byte_array_dup(), and byte_arra...
2006-10-18 Gerald CombsIn the 802.11 dissector, mark the "wep_keys" preference...
2006-09-22 Gerald CombsAdd support for reading from stdin under Windows. ...
2006-06-19 Anders BromanNew rutine tvb_format_text_wsp() which will change...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-05-18 Guy HarrisPut a newline at the end of the file.
2006-04-27 Gerald CombsProperly grow our buffers for utf_8to16().
2006-03-08 Gerald CombsUse Unicode for all native Win32 calls. Unicode Window...
2006-03-07 Gilbert RamirezRemove a case statement which can never be reached...
2006-02-23 Ronnie Sahlbergcreate a real function to emulate g_strlcat() for...
2005-12-04 Guy HarrisSquelch a GCC complaint.
2005-12-02 Tomas Kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-08-17 Ronnie Sahlbergreplace some more silly rotating buffers with ep_alloc...
2004-11-28 Anders BromanChange number of bytes displayed in bytes_to_string...
2004-10-29 Guy HarrisHave the usual three separate buffers for "format_text...
2004-08-13 Gerald CombsMove convert_string_to_hex() and convert_string_case...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-06 Gerald CombsAdd a "force_separators" parameter to hex_str_to_bytes...
2004-05-01 Guy HarrisGLib 1.2[.x]'s "g_string_free()" doesn't return a value.
2004-05-01 Olivier BiotAdd an XML escaping routine: xml_escape()
2004-02-05 Guy HarrisWe can't test the GTK+ version in dissectors or libethe...
2004-02-01 Jörg MayerAdd consts to fix 'cast discards qualifiers from pointe...
2004-01-25 Jörg MayerChange the first arg to hex_str_to_bytes from guchar...
2003-12-29 Guy Harris"hex_str_to_bytes()" modifies the GByteArray supplied...
2003-12-29 Gerald CombsPull most of bytes_from_unparsed() into a new routine,
2003-12-24 Guy HarrisDo the "isprint()" hack for GTK+ 2.x or 1.3[.x], whethe...
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-08-01 Guy HarrisFrom Chris Heath: fix up the check for printable ASCII...
2002-12-31 Guy HarrisFrom Ronald Henderson: make "format_text()", on Windows...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2000-12-22 Gilbert RamirezEnable FT_BYTES dfiltering, from Ed Warnicke.
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-10 Guy HarrisTvbuffify the SAP and SDP dissectors.
2000-11-09 Guy HarrisSupport for embedded newlines in SDP fields, from Rober...
2000-09-30 Guy HarrisIf a line consists *solely* of an LF, set "*eol" to...
2000-09-29 Guy HarrisDynamically grow the buffer used by "format_text()...
next