Name

probe::tcp.receive — Called when a TCP packet is received

Synopsis

tcp.receive 

Values

urg

TCP URG flag

daddr

A string representing the destination IP address

syn

TCP SYN flag

iphdr

IP header address

psh

TCP PSH flag

protocol

Packet protocol from driver

family

IP address family

sport

TCP source port

fin

TCP FIN flag

rst

TCP RST flag

ack

TCP ACK flag

saddr

A string representing the source IP address

name

Name of the probe point

dport

TCP destination port