Add ws_load_library and ws_module_open, which respectively call
[obnox/wireshark/wip.git] / epan / tvbuff.c
2010-08-16 guyClean up indentation.
2010-08-16 etxrabFrom rodebiet:
2010-05-24 guyRefer to the endianness arguments as "encoding" rather...
2010-04-28 etxrabFrom Jakub Zawadzki:
2010-04-28 etxrabFrom Jakub Zawadzki:
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-03-09 guyMark unused arguments.
2010-01-28 wmeierFix various gcc -Wshadow warnings.
2010-01-25 stigparent is not unused in tvb_child_uncompress().
2009-11-23 jakeMake more output parameters optional.
2009-11-14 dimegFrom yy:
2009-11-04 krjtvb_format_text() always returns a non NULL pointer...
2009-10-08 krjAdd DISSECTOR_ASSERT() before dereferencing a possible...
2009-10-04 krjUse g_new0() when allocating z_stream
2009-10-04 krjUse GLibs CLAMP(). The current inlined implementation...
2009-10-04 krjDelay allocation of z_stream
2009-10-04 krjg_malloc0() doesn't return NULL so remove NULL error...
2009-09-20 krjRemove 'type' formal parameter from tvb_new_with_subset()
2009-09-10 krjoffset_from_real_beginning() is only called with 0...
2009-08-16 krjAdd a new function, tvb_new_subset_remaining(), which...
2009-08-16 krjRemove unused parameters
2009-08-16 krjRemove the non-thread safe usage of 'last_tvb' variable...
2009-08-16 krjMake some of the check_XXX functions accept the length...
2009-08-16 krjRemove a non thread-safe usage (useful when/if we ever...
2009-08-15 krjUse the slice allocator if GLIB >= 2,10,0 as suggested...
2009-08-15 krjAdd a missing DISSECTOR_ASSERT in tvb_init()
2009-08-15 krjMake mem chunk static
2009-08-11 krj(Trivial change) move ensure_contiguous() to reflect...
2009-08-11 krjTurn a comment in fast_ensure_contiguous() into a DISSE...
2009-06-11 stigRemove some "statement not reached" warnings.
2009-06-08 stigFixed check for no_of_bits in tvb_get_bits16(), tvb_get...
2009-04-24 stigAdded tvb_format_stringzpad_wsp().
2009-04-05 guyReapply the change from revision 27946.
2009-04-05 geraldBack out the previous change. As Guy pointed out, we...
2009-04-04 geraldtvbuff.[ch]: Accept more size_t's.
2009-04-03 guyDon't support a length of -1 meaning "to the end of...
2009-04-03 geraldMake the "length" argument of the tvb_mem* functions...
2009-04-01 etxrabAdd to new functions from the optimization patch:
2009-03-27 sfisherIntroduce two new functions:
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-07-08 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2008-06-20 geraldPort over the composite tvbuff fixes from /trunk-1.0.
2008-04-14 jmayerGet rid of some unsued code: The warning causes a failu...
2008-04-12 etxrabFrom Michael McCartney:
2008-04-09 etxrabRemove:
2008-03-25 ashoknFixed bug with tvb_get_bits64(); the mask array had...
2008-03-04 stigAdd a inflateEnd() call to free up the stream in the...
2007-12-12 etxrabtvbuff.c - fix abug if reading last byte in tvb
2007-12-09 etxrabMove the routines tvb_skip_wsp() to tvbuff.c
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-16 etxrabAdd {} to some IF statements.
2007-10-27 etxrabApply yet another set of the optimization patches:
2007-05-19 guyGet rid of unused variables.
2007-05-18 etxrabSplit tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16...
2007-05-08 martinmFix proto_tree_add_bits_ret_val() (as now used by FP...
2007-04-28 guyNULL is a pointer value; routines returning integral...
2007-04-28 guyMake tvb_memdup(), like ep_tvb_memdup(), return a ...
2007-04-28 etxrabAdd:
2007-04-24 guyFix definition of tvb_memcpy() to match declaration.
2007-04-24 guy"memcpy()" takes void *'s as arguments and returns...
2007-04-23 guyMore const cleanup.
2007-04-23 guyThe "needles" argument of guint8_pbrk() needs to be...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2006-07-05 geraldMake our tvb exists before we try to dereference it...
2006-06-19 etxrabNew rutine tvb_format_text_wsp() which will change...
2006-05-21 sahlbergname change
2006-03-10 kukosaadd guid-utils.h to Makefile.common
2006-03-10 kukosanew FT_GUID handling - big/little endian supported
2006-01-07 guyAdd some inflateEnd() calls to free up stuff associated...
2005-09-23 ulflas tvb functions are frequently used by a lot of dissec...
2005-09-18 ulflassert that tvb is not NULL
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-09-10 guyAdd "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses...
2005-08-17 ulflsnprintf -> g_snprintf
2005-08-10 sahlbergadd new function tvb_get_ephemeral_stringz()
2005-08-10 sahlbergrename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-28 sahlbergadd an ep version of tvb_fake_unicode()
2005-07-26 legonew functions:
2005-07-24 sahlbergadd
2005-07-21 geraldWhen trying to handle gzip-compressed data, don't seek...
2005-04-28 geraldUse tvb_ensure_bytes_exist() in tvb_get_string() instea...
2005-03-28 geraldIn tvb_get_string(), throw an exception if our length...
2005-01-05 guyFrom Chris Maynard: free up the z_stream we've allocate...
2004-12-30 guyAdd a "tvb_bytes_to_str_punct()" routine, which wraps
2004-11-12 guyFrom Charles Levert: in "tvb_fake_unicode()", convert...
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-02 guyMost developers have only 10 fingers, not 16. :-)
2004-08-02 obiotFrom Kelly Byrd: fix tvb_uncompress() for GZIP encoded...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-10 obiotFrom Jerry Talkington: speed up tvb_uncompress() by...
2004-05-07 obiotMemory management of tvb_uncompress() needs tvb_set_fre...
2004-05-06 obiotFrom Kendy Kutzner: a char should be compared with...
2004-05-05 obiotFrom Jerry Talkington:
2004-03-23 guyUse "tvb_format_text()" to display strings, so we handl...
2004-02-19 guyConstify a bunch of stuff.
2004-02-01 guyMake "tvb_strneql()" take a "gchar *" rather than a...
2004-02-01 jmayerpacket-dcerpc-afs4int.c
next