aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-2/+79
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+18
2014-04-12Add Mac Roman and DOS CP437.Guy Harris1-0/+16
2014-04-03Fix a typoAndersBroman1-1/+1
2014-04-03Don't use external function internaly to avoid multiple checks.AndersBroman1-11/+48
2014-04-03In the string handling routines don't call tvb_get_...() inside the loops ins...AndersBroman1-28/+70
2014-04-01Inlining some tvb function gives a 6% performance gain according toAndersBroman1-9/+9
2014-03-29Rename "size" variable to "length", to match other string routines.Guy Harris1-4/+4
2014-03-29Use sized strbufs when extracting tvb stringsEvan Huus1-33/+19
2014-03-10Fix a typo in a comment; use consistent indentation matching that specified b...Bill Meier1-43/+43
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris1-10/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-02-22TVB API deprecations and cleanupEvan Huus1-20/+10
2014-01-21Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the jobGuy Harris1-37/+0
2014-01-21Don't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARACTER mapping forGuy Harris1-96/+126
2014-01-20remove todo commentsMartin Kaiser1-5/+0
2014-01-20tvb_get_string(): replace 8bit characters with the unicode replacement charMartin Kaiser1-9/+29
2014-01-15Explain casting away const.Guy Harris1-0/+7
2014-01-07Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki1-7/+1
2014-01-04(Trivial) explicitely --> explicitlyBill Meier1-6/+6
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-13/+24
2013-12-30Add new function: tvb_skip_guint8()Jakub Zawadzki1-0/+21
2013-12-27Use Unicode REPLACEMENT CHARACTER for TS 23.038 errors, as we do forGuy Harris1-4/+8
2013-12-24Oops, escape characters shouldn't cause anything to be added to theGuy Harris1-2/+1
2013-12-24Make sure uchar is always initialized. Just use '?' since the comment indicatesEvan Huus1-1/+3
2013-12-24Update some comments.Guy Harris1-5/+1
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-0/+175
2013-12-23Fix warning.Guy Harris1-2/+1
2013-12-23Fix the offset constant in SURROGATE_VALUE(), and add rather than OR it.Guy Harris1-55/+63
2013-12-22(Trivial)Bill Meier1-4/+4
2013-12-22Use G_GINT64_CONSTANT(n) rather than 'nLL' when defining constants;Bill Meier1-5/+5
2013-12-22tvb_get_ucs_4_string: increase offset by 4Jakub Zawadzki1-1/+1
2013-12-22Add UCS-4 support, and use it.Guy Harris1-38/+138
2013-12-21Add the rest of ISO-8859-n, thanks to Jakub's "generate a mapping table"Guy Harris1-49/+137
2013-12-21Get rid of tvb_get_unicode_string() and tvb_get_unicode_stringz();Guy Harris1-91/+210
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-4/+4
2013-12-18Add charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)Jakub Zawadzki1-0/+8
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-2/+2
2013-12-17Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.Jakub Zawadzki1-19/+8
2013-12-17Handle signed integers > 32 bits. Bug 8454 (https://bugs.wireshark.org/bugzi...Michael Mann1-0/+72
2013-12-15add support for ISO 8859-5Martin Kaiser1-0/+8
2013-12-13In tvb_get_unicode_string(), if the byte count is odd, ignore the lastGuy Harris1-1/+5
2013-12-08Add ENC_ISO_8859_1.Guy Harris1-0/+58
2013-12-07Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)Jakub Zawadzki1-0/+8
2013-12-07Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)Jakub Zawadzki1-0/+41
2013-12-07Remove #if 0 inverse_bit_mask8 array.Jakub Zawadzki1-13/+0
2013-12-06Move tvb_uncompress() to tvbuff_zlib.cJakub Zawadzki1-291/+0
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-10/+10
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+2