User Tools

Site Tools


pom-ng:proto:tcp

This is an old revision of the document!


Protocol tcp

This module parses TCP packets as defined in RFC 793.

Events

None.

Packet fields

Name Type Description
sportuint16Source port.
dportuint16Destination port.
flagsuint8Flags.
sequint32Sequence.
ackuint32ACK.
winuint16Window.

Parameters

Name Type Default value Description
syn_sent_timeruint16180Timeout in seconds after which a connection with only a SYN sent is forgotten.
syn_recv_timeruint1660Timeout in seconds after which a connection with SYN received is forgotten.
last_ack_timeruint1630Timeout in seconds after which a connection that received its last ACK is forgotten.
close_timeruint1610Timeout in seconds after which a connection for which we've only seend a RST or a FIN is forgotten.
time_wait_timeruint16180Timeout in seconds after which a closed connection is forgotten.
established_timeruint167200Timeout in seconds after which an established connection is forgotten.
enable_reuse_handlingboolHandle connections opened using SO_REUSEADDR.
pom-ng/proto/tcp.1350046452.txt.gz · Last modified: 2020/05/26 21:59 (external edit)