aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-28From Mike Morrin: Fix for "The previous patch had an error and was returning ...Bill Meier1-84/+96
2012-02-28Initialize "value" in _tvb_get_bits64(). Clean up indentation.Guy Harris1-1/+2
2012-02-28Fix several messages of type:Jörg Mayer1-6/+6
2012-02-28From Mike Morrin:Anders Broman1-214/+96
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-12-22(Trivial) Indentation, whitespace & formatting cleanup.Bill Meier1-381/+383
2011-12-21A simplified version of tvbuffs:Bill Meier1-104/+87
2011-10-23Add a comment about tvb_get_ephemeral_faked_unicode() has been replaced by tv...Bill Meier1-0/+1
2011-10-03tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentGuy Harris1-9/+21
2011-09-26Yet another bug fix from Pascal.Anders Broman1-1/+1
2011-09-26Another bug fix from Pascal.Anders Broman1-1/+1
2011-09-26From Pascal Quantin:Anders Broman1-7/+25
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-0/+48
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-36/+0
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-7/+26
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris1-5/+17
2011-06-16Squelch some compiler warnings.Guy Harris1-1/+1
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+14
2011-05-18Fix tvb_get_bits_buf for LSB.Jakub Zawadzki1-3/+8
2011-05-18- Optimize tvb_get_bits_bufJakub Zawadzki1-11/+41
2011-05-17Add generic tvb_get_bits_buf() which accepts any no_of_bits.Jakub Zawadzki1-0/+53
2011-05-12Fix double free. Jakub Zawadzki1-1/+1
2011-04-04From jakub Zawadzki:Anders Broman1-0/+2
2011-01-30Fix various instances of "unreachable code".Bill Meier1-2/+0
2011-01-28Mention that the fake tvb unicode functions have been supercededStephen Fisher1-0/+1
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-1/+1
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard1-0/+54
2011-01-12There's no need to call tvb_get_ptr() in here: just call ensure_contiguous() ...Jeff Morriss1-5/+5
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss1-9/+34
2011-01-03Introduce two new functions for Unicode (UTF-16) string handling:Stephen Fisher1-1/+98
2010-12-28Add tvb_bcd_dig_to_ep_str()Anders Broman1-0/+65
2010-12-23Add a couple more comments to new unicode function to remind us when aStephen Fisher1-2/+2
2010-12-23Remove comment to myself that I forgot to remove before commiting r35253Stephen Fisher1-4/+7
2010-12-23Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichStephen Fisher1-0/+68
2010-11-23From Vincent Helfre:Anders Broman1-1/+1
2010-10-30Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int be...Jeff Morriss1-3/+3
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss1-3/+3
2010-08-16Clean up indentation.Guy Harris1-24/+25
2010-08-16From rodebiet:Anders Broman1-16/+24
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-2/+8
2010-04-28From Jakub Zawadzki:Anders Broman1-16/+1
2010-04-28From Jakub Zawadzki:Anders Broman1-15/+13
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-100/+100
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-100/+100
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-100/+100
2010-03-08Make tvb_pbrk_guint8() return the found needle.Anders Broman1-11/+14
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-16/+16
2010-01-25parent is not unused in tvb_child_uncompress().Stig Bjørlykke1-1/+1
2009-11-23Make more output parameters optional.Jaap Keuter1-8/+16
2009-11-14From yy:Gerasimos Dimitriadis1-0/+22