aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
Commit message (Expand)AuthorAgeFilesLines
* Rename ipv6-utils.h to ipv6.h.Guy Harris2016-01-031-1/+1
* If you want nstime_t, include <wsutil/nstime.h>.Guy Harris2016-01-031-4/+4
* If you want struct e_in6_addr, include <epan/ipv6-utils.h>.Guy Harris2016-01-031-1/+1
* Officially remove tvb_get_string and tvb_get_stringz.Michael Mann2015-11-271-20/+0
* Remove calls of tvb_ensure_length_remaining.Michael Mann2015-08-271-3/+0
* Remove the last deprecated tvb_length callsEvan Huus2015-06-241-6/+0
* Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris2015-02-211-3/+3
* Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan2015-02-111-3/+8
* tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann2015-01-071-7/+1
* tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann2015-01-071-1/+1
* Make all Lua code use wmem not ememHadriel Kaplan2015-01-041-0/+6
* tvb: implement endianness-paramterized gettersEvan Huus2015-01-021-1/+14
* Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte2014-12-221-1/+1
* Revert "Add QNX' QNET protocol"Guy Harris2014-11-291-11/+0
* Add QNX' QNET protocolAlexis La Goutte2014-11-291-0/+11
* Fix a comment typo: tvb_bcd_dig_to_wmem_packet_str() returns a WMEM-allocatedJeff Morriss2014-08-221-3/+3
* Add a routine to check whether all bytes implied by a 64-bit length exist.Guy Harris2014-08-021-0/+6
* Revert "Don't throw for offset at end of TVB with len -1."Evan Huus2014-05-141-6/+0
* Don't throw for offset at end of TVB with len -1.Evan Huus2014-04-231-0/+6
* Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan2014-04-171-0/+12
* Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan2014-04-141-0/+32
* Add ENC_ASCII_7BITS encodingPascal Quantin2014-04-131-0/+23
* Get rid of more tvb_get_nstringz* calls.Guy Harris2014-04-121-0/+23
* Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres functionAlexis La Goutte2014-04-071-1/+1
* (Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier2014-04-031-7/+7
* Have NFLOG TLV type and length be in host byte order.Guy Harris2014-03-061-0/+17
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Document tvb_memdup() in more detail.Guy Harris2014-02-261-4/+15
* Regularize the formatting of some comments.Guy Harris2014-02-261-5/+4
* Fix a copy-and-pasteo.Guy Harris2014-02-261-2/+2
* Some g_free() -> wmem_free() changes missed in earlier checkins.Guy Harris2014-02-261-2/+2
* More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris2014-02-261-33/+80
* TVB API deprecations and cleanupEvan Huus2014-02-221-17/+25
* Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the jobGuy Harris2014-01-211-13/+0
* Fix declaration of tvb_get_string().Guy Harris2014-01-211-1/+1
* Don't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARACTER mapping forGuy Harris2014-01-211-6/+11
* tvb_get_string(): replace 8bit characters with the unicode replacement charMartin Kaiser2014-01-201-5/+6
* Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin2014-01-011-0/+13
* Add new function: tvb_skip_guint8()Jakub Zawadzki2013-12-301-0/+2
* (Trivial)Bill Meier2013-12-221-2/+2
* Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki2013-12-211-0/+9
* Get rid of tvb_get_unicode_string() and tvb_get_unicode_stringz();Guy Harris2013-12-211-10/+2
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-2/+2
* Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus2013-12-181-1/+1
* Handle signed integers > 32 bits. Bug 8454 (https://bugs.wireshark.org/bugzi...Michael Mann2013-12-171-0/+6
* Remove <epan/ipv6-utils.h> from tvbuff.Jakub Zawadzki2013-11-101-1/+2
* exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki2013-11-101-1/+0
* I have added tvb_get_bits_buf() in r37217, nobody is using it, remove.Jakub Zawadzki2013-11-091-7/+0
* Try to clarify the documentation for tvb_length_remaining() and tvb_reported_...Chris Maynard2013-11-031-3/+4
* Make declarations consistent, fix typos, remove tabs, use consistent indentat...Chris Maynard2013-10-311-136/+189