aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copy-and-pasteo.Guy Harris2013-02-201-1/+1
* Add a tvb_new_subset_length() that takes a tvbuff, an offset in aGuy Harris2013-02-201-0/+37
* Swallow up tvb_set_real_data_no_exceptions() into tvb_new_real_data() -Guy Harris2013-02-201-10/+4
* No more tvb_new(), so no more need for tvb_set_real_data() orGuy Harris2013-02-201-29/+0
* Make tvb_new() an internal routine to epan/tvbuff.c; we export variousGuy Harris2013-02-191-1/+1
* check the length parameter for tvb_get_unicode_string() andMartin Kaiser2012-12-221-0/+4
* Another composite-TVB fix inspired byJeff Morriss2012-12-161-0/+6
* As suggested by Evan in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss2012-12-161-0/+3
* A different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8097 :Jeff Morriss2012-12-161-27/+38
* DISSECTOR_ASSERT on member_length when composing a disjoint tvb in order toEvan Huus2012-12-161-0/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Add some explation about buffer size.Jakub Zawadzki2012-06-141-0/+2
* Optimize tvb_*_unicode functions.Jakub Zawadzki2012-06-141-40/+5
* Assign some variables that scan-build was complaining about.Gerald Combs2012-05-151-1/+1
* Make the encoding argument uniformly guint rather than gint.Guy Harris2012-05-151-30/+92
* tvb_unicode_strsize() returns number of bytes, NOT number of UCS-2 characters.Jakub Zawadzki2012-05-141-2/+2
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-141-3/+3
* Add ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and UCS-2 are not theGuy Harris2012-05-111-5/+69
* From Evan Huus: Use Add DISSECTOR_ASSERT_HINT() macro. https://bugs.wireshark...Anders Broman2012-04-201-2/+2
* Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki2012-04-181-3/+2
* From Martin Kaiser: CID 525 is about tvb_new_octet_aligned(). datalen can be ...Anders Broman2012-04-121-0/+1
* Clamp a value as suggested by Mike Morrin in bug 6878.Gerald Combs2012-04-061-1/+1
* Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs2012-04-041-12/+12
* These buffers in tvb_uncompress() can't ovelaps, so use optimized memcpy().Jakub Zawadzki2012-03-311-4/+3
* Fix for bug #6480 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6480)Jakub Zawadzki2012-03-311-1/+11
* From Mike Morrin: Fix for "The previous patch had an error and was returning ...Bill Meier2012-02-281-84/+96
* Initialize "value" in _tvb_get_bits64(). Clean up indentation.Guy Harris2012-02-281-1/+2
* Fix several messages of type:Jörg Mayer2012-02-281-6/+6
* From Mike Morrin:Anders Broman2012-02-281-214/+96
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-01-131-1/+1
* (Trivial) Indentation, whitespace & formatting cleanup.Bill Meier2011-12-221-381/+383
* A simplified version of tvbuffs:Bill Meier2011-12-211-104/+87
* Add a comment about tvb_get_ephemeral_faked_unicode() has been replaced by tv...Bill Meier2011-10-231-0/+1
* tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentGuy Harris2011-10-031-9/+21
* 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