Discover Packages
github.com/rabbitstack/fibratus
pkg
kcap
section
package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Aug 24, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Section represents the header describing the type, length and the version of each section.
New buils a new section block with the specified type, version, optional length and size.
Read reads the section from the byte slice.
Len returns the length of the section.
Size returns the size of the section.
String returns the string representation of the kcap section.
Type returns the type of this section.
Version returns the version of the captured section block.
Type describes the type of a section
const (
Process Type = iota + 1
Handle
Kevt
PE
)
String returns the type name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.