aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Yet another bug fix from Pascal.Anders Broman2011-09-261-1/+1
* Another bug fix from Pascal.Anders Broman2011-09-261-1/+1
* From Pascal Quantin:Anders Broman2011-09-261-7/+25
* Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman2011-09-261-0/+48
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-36/+0
* Add some additional routine variants that handle string encodings, andGuy Harris2011-07-051-7/+26
* Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris2011-07-031-5/+17
* Squelch some compiler warnings.Guy Harris2011-06-161-1/+1
* Make TVBs opaque for most users.Jeff Morriss2011-05-271-1/+14
* Fix tvb_get_bits_buf for LSB.Jakub Zawadzki2011-05-181-3/+8
* - Optimize tvb_get_bits_bufJakub Zawadzki2011-05-181-11/+41
* Add generic tvb_get_bits_buf() which accepts any no_of_bits.Jakub Zawadzki2011-05-171-0/+53
* Fix double free. Jakub Zawadzki2011-05-121-1/+1
* From jakub Zawadzki:Anders Broman2011-04-041-0/+2
* Fix various instances of "unreachable code".Bill Meier2011-01-301-2/+0
* Mention that the fake tvb unicode functions have been supercededStephen Fisher2011-01-281-0/+1
* Fix the dead initialization warnings found by clang's static analysisStephen Fisher2011-01-201-1/+1
* Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard2011-01-141-0/+54
* There's no need to call tvb_get_ptr() in here: just call ensure_contiguous() ...Jeff Morriss2011-01-121-5/+5
* Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss2011-01-121-9/+34
* Introduce two new functions for Unicode (UTF-16) string handling:Stephen Fisher2011-01-031-1/+98
* Add tvb_bcd_dig_to_ep_str()Anders Broman2010-12-281-0/+65
* Add a couple more comments to new unicode function to remind us when aStephen Fisher2010-12-231-2/+2
* Remove comment to myself that I forgot to remove before commiting r35253Stephen Fisher2010-12-231-4/+7
* Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichStephen Fisher2010-12-231-0/+68
* From Vincent Helfre:Anders Broman2010-11-231-1/+1
* Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int be...Jeff Morriss2010-10-301-3/+3
* Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss2010-10-301-3/+3
* Clean up indentation.Guy Harris2010-08-161-24/+25
* From rodebiet:Anders Broman2010-08-161-16/+24
* Refer to the endianness arguments as "encoding" rather thanGuy Harris2010-05-241-2/+8
* From Jakub Zawadzki:Anders Broman2010-04-281-16/+1
* From Jakub Zawadzki:Anders Broman2010-04-281-15/+13
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-100/+100
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-100/+100
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-100/+100
* Make tvb_pbrk_guint8() return the found needle.Anders Broman2010-03-081-11/+14
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-281-16/+16
* parent is not unused in tvb_child_uncompress().Stig Bjørlykke2010-01-251-1/+1
* Make more output parameters optional.Jaap Keuter2009-11-231-8/+16
* From yy:Gerasimos Dimitriadis2009-11-141-0/+22
* tvb_format_text() always returns a non NULL pointer so don't check return val...Kovarththanan Rajaratnam2009-11-041-5/+2
* Add DISSECTOR_ASSERT() before dereferencing a possible NULL pointerKovarththanan Rajaratnam2009-10-081-0/+2
* Use g_new0() when allocating z_streamKovarththanan Rajaratnam2009-10-041-1/+1
* Use GLibs CLAMP(). The current inlined implementation seems to be wrong:Kovarththanan Rajaratnam2009-10-041-8/+1
* Delay allocation of z_streamKovarththanan Rajaratnam2009-10-041-6/+2
* g_malloc0() doesn't return NULL so remove NULL error pathsKovarththanan Rajaratnam2009-10-041-27/+1
* Remove 'type' formal parameter from tvb_new_with_subset()Kovarththanan Rajaratnam2009-09-201-83/+83
* offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam2009-09-101-4/+10
* Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...Kovarththanan Rajaratnam2009-08-161-3/+35