aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-23Make more output parameters optional.jake1-8/+16
2009-11-14From yy:dimeg1-0/+22
2009-11-04tvb_format_text() always returns a non NULL pointer so don't check return val...krj1-5/+2
2009-10-08Add DISSECTOR_ASSERT() before dereferencing a possible NULL pointerkrj1-0/+2
2009-10-04Use g_new0() when allocating z_streamkrj1-1/+1
2009-10-04Use GLibs CLAMP(). The current inlined implementation seems to be wrong:krj1-8/+1
2009-10-04Delay allocation of z_streamkrj1-6/+2
2009-10-04g_malloc0() doesn't return NULL so remove NULL error pathskrj1-27/+1
2009-09-20Remove 'type' formal parameter from tvb_new_with_subset()krj1-83/+83
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...krj1-4/+10
2009-08-16Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...krj1-3/+35
2009-08-16Remove unused parameterskrj1-4/+3
2009-08-16Remove the non-thread safe usage of 'last_tvb' variable in tvb_new_subset()krj1-27/+29
2009-08-16Make some of the check_XXX functions accept the length/reported length of the...krj1-35/+53
2009-08-16Remove a non thread-safe usage (useful when/if we ever support threading) of ...krj1-22/+14
2009-08-15Use the slice allocator if GLIB >= 2,10,0 as suggested by Anders Bromankrj1-0/+17
2009-08-15Add a missing DISSECTOR_ASSERT in tvb_init()krj1-0/+4
2009-08-15Make mem chunk statickrj1-4/+1
2009-08-11(Trivial change) move ensure_contiguous() to reflect call hierarchykrj1-16/+14
2009-08-11Turn a comment in fast_ensure_contiguous() into a DISSECTOR_ASSERT() to make ...krj1-3/+4
2009-06-11Remove some "statement not reached" warnings.stig1-6/+1
2009-06-08Fixed check for no_of_bits in tvb_get_bits16(), tvb_get_bits32() andstig1-14/+10
2009-04-24Added tvb_format_stringzpad_wsp().stig1-0/+24
2009-04-05Reapply the change from revision 27946.guy1-1/+12
2009-04-05Back out the previous change. As Guy pointed out, we might not want togerald1-32/+21
2009-04-04tvbuff.[ch]: Accept more size_t's.gerald1-20/+20
2009-04-03Don't support a length of -1 meaning "to the end of the tvbuff" inguy1-1/+12
2009-04-03Make the "length" argument of the tvb_mem* functions a size_t since it'sgerald1-14/+14
2009-04-01Add to new functions from the optimization patch:etxrab1-0/+20
2009-03-27Introduce two new functions:sfisher1-0/+53
2009-03-13From Jakub Zawadzki (bug 3331):stig1-4/+2
2008-07-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2649 by adding some l...morriss1-3/+3
2008-06-20Port over the composite tvbuff fixes from /trunk-1.0.gerald1-2/+5
2008-04-14Get rid of some unsued code: The warning causes a failure due to -Werrorjmayer1-0/+2
2008-04-12From Michael McCartney:etxrab1-19/+39
2008-04-09Remove:etxrab1-4/+0
2008-03-25Fixed bug with tvb_get_bits64(); the mask array had one less "ff" thanashokn1-9/+8