aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
Commit message (Expand)AuthorAgeFilesLines
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-86/+86
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-70/+70
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-70/+70
* Make tvb_pbrk_guint8() return the found needle.Anders Broman2010-03-081-2/+3
* From yy:Gerasimos Dimitriadis2009-11-141-0/+7
* offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam2009-09-101-2/+2
* Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...Kovarththanan Rajaratnam2009-08-161-0/+4
* Be a little more explicit in our description of tvb_get_ptr.Gerald Combs2009-08-111-5/+12
* Added tvb_format_stringzpad_wsp().Stig Bjørlykke2009-04-241-0/+6
* Back out the previous change. As Guy pointed out, we might not want toGerald Combs2009-04-051-13/+13
* tvbuff.[ch]: Accept more size_t's.Gerald Combs2009-04-041-13/+13
* Make the "length" argument of the tvb_mem* functions a size_t since it'sGerald Combs2009-04-031-4/+4
* Add to new functions from the optimization patch:Anders Broman2009-04-011-0/+10
* Introduce two new functions:Stephen Fisher2009-03-271-0/+10
* Remove:Anders Broman2008-04-091-4/+0
* Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman2007-12-091-0/+21
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-2/+6
* Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman2007-05-181-1/+4
* Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".Guy Harris2007-04-281-1/+1
* Add:Anders Broman2007-04-281-0/+2
* "memcpy()" takes void *'s as arguments and returns a void *; haveGuy Harris2007-04-241-2/+2
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-1/+1
* New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman2006-06-191-0/+6
* name changeRonnie Sahlberg2006-05-211-3/+3
* new FT_GUID handling - big/little endian supportedTomas Kukosa2006-03-101-0/+7
* fix/add doxygen commentsUlf Lamping2005-09-211-2/+2
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-0/+1
* Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris2005-09-101-0/+9
* snprintf -> g_snprintfUlf Lamping2005-08-171-1/+1
* add new function tvb_get_ephemeral_stringz()Ronnie Sahlberg2005-08-101-0/+9
* rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...Ronnie Sahlberg2005-08-101-8/+11
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-5/+11
* add an ep version of tvb_fake_unicode()Ronnie Sahlberg2005-07-281-0/+6
* new functions:Luis Ontanon2005-07-261-0/+6
* addRonnie Sahlberg2005-07-241-0/+5
* Doxygen cleanups, from Mike Duigou.Guy Harris2005-01-071-47/+58
* Add a "tvb_bytes_to_str_punct()" routine, which wrapsGuy Harris2004-12-301-0/+8
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-0/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Jerry Talkington:Olivier Biot2004-05-051-1/+8
* Use "tvb_format_text()" to display strings, so we handle non-printableGuy Harris2004-03-231-1/+7
* Constify a bunch of stuff.Guy Harris2004-02-191-2/+2
* Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theGuy Harris2004-02-011-2/+2
* packet-dcerpc-afs4int.cJörg Mayer2004-02-011-2/+2
* Change return type of tvb_format_text from guint8* to gchar*.Jörg Mayer2004-01-231-2/+2
* performance updateRonnie Sahlberg2003-12-031-2/+5
* Move the definition of the tvbuff_t structure and friends to tvbuff.hRonnie Sahlberg2003-12-021-6/+68
* Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez2003-08-271-1/+8
* Add new routines:Guy Harris2003-06-121-1/+21
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-1/+3