aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-88/+190
2012-02-28From Mike Morrin: Fix for "The previous patch had an error and was returning ...wmeier1-84/+96
2012-02-28Initialize "value" in _tvb_get_bits64(). Clean up indentation.guy1-1/+2
2012-02-28Fix several messages of type:jmayer1-6/+6
2012-02-28From Mike Morrin:etxrab1-214/+96
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2011-12-22(Trivial) Indentation, whitespace & formatting cleanup.wmeier1-381/+383
2011-12-21A simplified version of tvbuffs:wmeier1-104/+87
2011-10-23Add a comment about tvb_get_ephemeral_faked_unicode() has been replaced by tv...wmeier1-0/+1
2011-10-03tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentguy1-9/+21
2011-09-26Yet another bug fix from Pascal.etxrab1-1/+1
2011-09-26Another bug fix from Pascal.etxrab1-1/+1
2011-09-26From Pascal Quantin:etxrab1-7/+25
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.etxrab1-0/+48
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-36/+0
2011-07-05Add some additional routine variants that handle string encodings, andguy1-7/+26
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeguy1-5/+17
2011-06-16Squelch some compiler warnings.guy1-1/+1
2011-05-27Make TVBs opaque for most users.morriss1-1/+14
2011-05-18Fix tvb_get_bits_buf for LSB.darkjames1-3/+8
2011-05-18- Optimize tvb_get_bits_bufdarkjames1-11/+41
2011-05-17Add generic tvb_get_bits_buf() which accepts any no_of_bits.darkjames1-0/+53
2011-05-12Fix double free. darkjames1-1/+1
2011-04-04From jakub Zawadzki:etxrab1-0/+2
2011-01-30Fix various instances of "unreachable code".wmeier1-2/+0
2011-01-28Mention that the fake tvb unicode functions have been supercededsfisher1-0/+1
2011-01-20Fix the dead initialization warnings found by clang's static analysissfisher1-1/+1
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.cmaynard1-0/+54
2011-01-12There's no need to call tvb_get_ptr() in here: just call ensure_contiguous() ...morriss1-5/+5
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns amorriss1-9/+34
2011-01-03Introduce two new functions for Unicode (UTF-16) string handling:sfisher1-1/+98
2010-12-28Add tvb_bcd_dig_to_ep_str()etxrab1-0/+65
2010-12-23Add a couple more comments to new unicode function to remind us when asfisher1-2/+2
2010-12-23Remove comment to myself that I forgot to remove before commiting r35253sfisher1-4/+7
2010-12-23Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichsfisher1-0/+68
2010-11-23From Vincent Helfre:etxrab1-1/+1
2010-10-30Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int be...morriss1-3/+3
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...morriss1-3/+3
2010-08-16Clean up indentation.guy1-24/+25
2010-08-16From rodebiet:etxrab1-16/+24
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-2/+8
2010-04-28From Jakub Zawadzki:etxrab1-16/+1
2010-04-28From Jakub Zawadzki:etxrab1-15/+13
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-100/+100
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-100/+100
2010-04-02From Yaniv Kaul: constify parameterswmeier1-100/+100
2010-03-09Mark unused arguments.guy1-11/+14
2010-01-28Fix various gcc -Wshadow warnings.wmeier1-16/+16
2010-01-25parent is not unused in tvb_child_uncompress().stig1-1/+1