aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2649 by adding some l...Jeff Morriss1-3/+3
2008-06-20Port over the composite tvbuff fixes from /trunk-1.0.Gerald Combs1-2/+5
2008-04-14Get rid of some unsued code: The warning causes a failure due to -WerrorJörg Mayer1-0/+2
2008-04-12From Michael McCartney:Anders Broman1-19/+39
2008-04-09Remove:Anders Broman1-4/+0
2008-03-25Fixed bug with tvb_get_bits64(); the mask array had one less "ff" thanAshok Narayanan1-9/+8
2008-03-04Add a inflateEnd() call to free up the stream in the re-init block.Stig Bjørlykke1-0/+1
2007-12-12tvbuff.c - fix abug if reading last byte in tvbAnders Broman1-3/+8
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman1-0/+54
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-11-16Add {} to some IF statements.Anders Broman1-5/+8
2007-10-27Apply yet another set of the optimization patches:Anders Broman1-10/+41
2007-05-19Get rid of unused variables.Guy Harris1-10/+8
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman1-81/+147
2007-05-08Fix proto_tree_add_bits_ret_val() (as now used by FP dissector).Martin Mathieson1-6/+11
2007-04-28NULL is a pointer value; routines returning integral values shouldn'tGuy Harris1-1/+1
2007-04-28Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".Guy Harris1-2/+2
2007-04-28Add:Anders Broman1-0/+115
2007-04-24Fix definition of tvb_memcpy() to match declaration.Guy Harris1-1/+1
2007-04-24"memcpy()" takes void *'s as arguments and returns a void *; haveGuy Harris1-5/+5
2007-04-23More const cleanup.Guy Harris1-1/+2
2007-04-23The "needles" argument of guint8_pbrk() needs to be const, as that'sGuy Harris1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-3/+3
2006-07-05Make our tvb exists before we try to dereference it. Fixes some of the Gerald Combs1-32/+35
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman1-0/+21
2006-05-21name changeRonnie Sahlberg1-8/+8
2006-03-10add guid-utils.h to Makefile.commonTomas Kukosa1-4/+0
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-0/+35
2006-01-07Add some inflateEnd() calls to free up stuff associated with a streamGuy Harris1-1/+7
2005-09-23as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_AS...Ulf Lamping1-55/+55
2005-09-18assert that tvb is not NULLUlf Lamping1-0/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+0
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris1-0/+25
2005-08-17snprintf -> g_snprintfUlf Lamping1-2/+2
2005-08-10add new function tvb_get_ephemeral_stringz()Ronnie Sahlberg1-0/+26
2005-08-10rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...Ronnie Sahlberg1-6/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-07-28add an ep version of tvb_fake_unicode()Ronnie Sahlberg1-0/+38
2005-07-26new functions:Luis Ontanon1-2/+30
2005-07-24addRonnie Sahlberg1-0/+32
2005-07-21When trying to handle gzip-compressed data, don't seek past the end of our Gerald Combs1-0/+6
2005-04-28Use tvb_ensure_bytes_exist() in tvb_get_string() instead of throwing an Gerald Combs1-2/+1
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs1-2/+6
2005-01-05From Chris Maynard: free up the z_stream we've allocated before failureGuy Harris1-0/+2
2004-12-30Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris1-0/+11
2004-11-12From Charles Levert: in "tvb_fake_unicode()", convert non-ASCIIGuy Harris1-4/+4
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+18
2004-08-02Most developers have only 10 fingers, not 16. :-)Guy Harris1-3/+3
2004-08-02From Kelly Byrd: fix tvb_uncompress() for GZIP encoded content.Olivier Biot1-3/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1