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
/
frame_tvbuff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minimize allocations for frame tvbuffs and Buffers.
Gerald Combs
2016-07-22
1
-4
/
+10
*
Don't add the wiretap directory to the list of include directories.
Guy Harris
2016-02-18
1
-1
/
+1
*
Remove tvb_ from the names of wsutil mempbrk routines.
Guy Harris
2015-02-21
1
-2
/
+2
*
Combine SSE and pre-compiled patterns for faster pbrk
Hadriel Kaplan
2015-02-11
1
-2
/
+2
*
WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.
Guy Harris
2014-12-18
1
-1
/
+1
*
Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.
Guy Harris
2014-12-17
1
-1
/
+1
*
Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.
Guy Harris
2014-12-01
1
-1
/
+3
*
Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-12
1
-0
/
+13
*
Modify includes of config.h so that out-of-tree builds, i.e. CMake
Graham Bloice
2014-08-24
1
-1
/
+1
*
Rename buffer_ routines to ws_buffer_ to avoid name collisions.
Guy Harris
2014-08-02
1
-5
/
+5
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-1
/
+1
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-1
/
+1
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-8
/
+8
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-8
/
+8
*
Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'
Hadriel Kaplan
2014-03-27
1
-0
/
+2
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
1
-2
/
+2
*
TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...
Michael Mann
2014-01-08
1
-0
/
+68
*
No seek-read routines use the length argument, so eliminate it from
Guy Harris
2014-01-02
1
-3
/
+3
*
If packet was modified fallback to generic clone
Jakub Zawadzki
2013-08-20
1
-4
/
+5
*
Add some XXX comment.
Jakub Zawadzki
2013-08-14
1
-0
/
+3
*
Cleanup tvb
Jakub Zawadzki
2013-08-04
1
-7
/
+2
*
Revert r50668, remove fd check to fix CID 1050093
Jakub Zawadzki
2013-07-17
1
-9
/
+3
*
Fix Coverity CID 1050093: Dereference before null check.
Chris Maynard
2013-07-16
1
-5
/
+11
*
Fix misassembly problems in CAP-LINK_ETH-20030618-150138.5VW
Jakub Zawadzki
2013-07-15
1
-2
/
+2
*
Rename frame_invalidate to frame_cache.
Jakub Zawadzki
2013-07-14
1
-5
/
+5
*
Yet another place where + offset was missing.
Jakub Zawadzki
2013-07-14
1
-2
/
+1
*
Add support for cloning TVBs, move tvb_new() prototype to wtap-int.h
Jakub Zawadzki
2013-07-13
1
-9
/
+169
*
packet dissection now takes pointer to tvb instead of guint8 data
Jakub Zawadzki
2013-07-11
1
-0
/
+114