parseTCP

package module
v0.0.0-...-764a4d9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2018 License: GPL-3.0 Imports: 11 Imported by: 0

README

parse-tcp-go

Util package helping parse, modify and debug TCP packets

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Packet

type Packet struct {
	Gopacket  gopacket.Packet
	IP        *layers.IPv4
	TCP       *layers.TCP
	Recompile func() ([]byte, error)
	Print     func(...int)
}

func ParseTCPPacket

func ParseTCPPacket(packetData []byte) (packet Packet, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL