/
TCP payload (tcppayload)
TCP payload (tcppayload)
Description
Returns the payload or data section of a TCP segment.
How does it work in the search window?
Select Create column in the search window toolbar, then select the TCP payload operation. You need to specify one argument:
Argument | Data type |
---|---|
Packet mandatory | packet |
The data type of the values in the new column is boxar(int1).
How does it work in LINQ?
Use the operator select
... as
... and add the operation syntax to create the new column. This is the syntax for the TCP payload operation:
tcppayload(packet)
, multiple selections available,
Related content
TCP payload (tcppayload)
TCP payload (tcppayload)
More like this
IPv4 payload (ip4payload)
IPv4 payload (ip4payload)
More like this
UDP payload (udppayload)
UDP payload (udppayload)
More like this
Ethernet payload (etherpayload)
Ethernet payload (etherpayload)
More like this
Ethernet payload (etherpayload)
Ethernet payload (etherpayload)
More like this
TCP ACK (tcpack)
TCP ACK (tcpack)
More like this