index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
tvbuff.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ipv6-utils.h to ipv6.h.
Guy Harris
2016-01-03
1
-1
/
+1
*
If you want nstime_t, include <wsutil/nstime.h>.
Guy Harris
2016-01-03
1
-4
/
+4
*
If you want struct e_in6_addr, include <epan/ipv6-utils.h>.
Guy Harris
2016-01-03
1
-1
/
+1
*
Officially remove tvb_get_string and tvb_get_stringz.
Michael Mann
2015-11-27
1
-20
/
+0
*
Remove calls of tvb_ensure_length_remaining.
Michael Mann
2015-08-27
1
-3
/
+0
*
Remove the last deprecated tvb_length calls
Evan Huus
2015-06-24
1
-6
/
+0
*
Remove tvb_ from the names of wsutil mempbrk routines.
Guy Harris
2015-02-21
1
-3
/
+3
*
Combine SSE and pre-compiled patterns for faster pbrk
Hadriel Kaplan
2015-02-11
1
-3
/
+8
*
tvb_bytes_to_ep_str -> tvb_bytes_to_str
Michael Mann
2015-01-07
1
-7
/
+1
*
tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punct
Michael Mann
2015-01-07
1
-1
/
+1
*
Make all Lua code use wmem not emem
Hadriel Kaplan
2015-01-04
1
-0
/
+6
*
tvb: implement endianness-paramterized getters
Evan Huus
2015-01-02
1
-1
/
+14
*
Fix unknown command tag name [-Wdocumentation-unknown-command]
Alexis La Goutte
2014-12-22
1
-1
/
+1
*
Revert "Add QNX' QNET protocol"
Guy Harris
2014-11-29
1
-11
/
+0
*
Add QNX' QNET protocol
Alexis La Goutte
2014-11-29
1
-0
/
+11
*
Fix a comment typo: tvb_bcd_dig_to_wmem_packet_str() returns a WMEM-allocated
Jeff Morriss
2014-08-22
1
-3
/
+3
*
Add a routine to check whether all bytes implied by a 64-bit length exist.
Guy Harris
2014-08-02
1
-0
/
+6
*
Revert "Don't throw for offset at end of TVB with len -1."
Evan Huus
2014-05-14
1
-6
/
+0
*
Don't throw for offset at end of TVB with len -1.
Evan Huus
2014-04-23
1
-0
/
+6
*
Add tvb_get and proto_tree_add for string-encoded byte arrays
Hadriel Kaplan
2014-04-17
1
-0
/
+12
*
Add tvb_get and proto_tree_add for string-encoded timestamps
Hadriel Kaplan
2014-04-14
1
-0
/
+32
*
Add ENC_ASCII_7BITS encoding
Pascal Quantin
2014-04-13
1
-0
/
+23
*
Get rid of more tvb_get_nstringz* calls.
Guy Harris
2014-04-12
1
-0
/
+23
*
Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres function
Alexis La Goutte
2014-04-07
1
-1
/
+1
*
(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...
Bill Meier
2014-04-03
1
-7
/
+7
*
Have NFLOG TLV type and length be in host byte order.
Guy Harris
2014-03-06
1
-0
/
+17
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Document tvb_memdup() in more detail.
Guy Harris
2014-02-26
1
-4
/
+15
*
Regularize the formatting of some comments.
Guy Harris
2014-02-26
1
-5
/
+4
*
Fix a copy-and-pasteo.
Guy Harris
2014-02-26
1
-2
/
+2
*
Some g_free() -> wmem_free() changes missed in earlier checkins.
Guy Harris
2014-02-26
1
-2
/
+2
*
More tvbuff API deprecation, comment expansion, and documentation updates.
Guy Harris
2014-02-26
1
-33
/
+80
*
TVB API deprecations and cleanup
Evan Huus
2014-02-22
1
-17
/
+25
*
Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the job
Guy Harris
2014-01-21
1
-13
/
+0
*
Fix declaration of tvb_get_string().
Guy Harris
2014-01-21
1
-1
/
+1
*
Don't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARACTER mapping for
Guy Harris
2014-01-21
1
-6
/
+11
*
tvb_get_string(): replace 8bit characters with the unicode replacement char
Martin Kaiser
2014-01-20
1
-5
/
+6
*
Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...
Pascal Quantin
2014-01-01
1
-0
/
+13
*
Add new function: tvb_skip_guint8()
Jakub Zawadzki
2013-12-30
1
-0
/
+2
*
(Trivial)
Bill Meier
2013-12-22
1
-2
/
+2
*
Move base64_to_tvb() to tvbuff_base64.c
Jakub Zawadzki
2013-12-21
1
-0
/
+9
*
Get rid of tvb_get_unicode_string() and tvb_get_unicode_stringz();
Guy Harris
2013-12-21
1
-10
/
+2
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
1
-2
/
+2
*
Add a sixteenth element to all BCD digit sets to avoid garbage values when
Evan Huus
2013-12-18
1
-1
/
+1
*
Handle signed integers > 32 bits. Bug 8454 (https://bugs.wireshark.org/bugzi...
Michael Mann
2013-12-17
1
-0
/
+6
*
Remove <epan/ipv6-utils.h> from tvbuff.
Jakub Zawadzki
2013-11-10
1
-1
/
+2
*
exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...
Jakub Zawadzki
2013-11-10
1
-1
/
+0
*
I have added tvb_get_bits_buf() in r37217, nobody is using it, remove.
Jakub Zawadzki
2013-11-09
1
-7
/
+0
*
Try to clarify the documentation for tvb_length_remaining() and tvb_reported_...
Chris Maynard
2013-11-03
1
-3
/
+4
*
Make declarations consistent, fix typos, remove tabs, use consistent indentat...
Chris Maynard
2013-10-31
1
-136
/
+189
[next]