IO Ninja Developer Manual
5.6
IO Ninja Jancy API
Common Jancy Utilities
Protocols
Link Layer Protocols
Network Layer Protocols
Transport Layer Protocols
ICMP
IGMP
TCP
bitflag enum io.TcpFlags
struct io.TcpHdr
UDP
Application Layer Protocols
Packet Templates
Jancy Language
IO Ninja IDE
IO Ninja Architecture
Ninja Scroll Logging Engine
Creating UI (User Interface) From Plugins
Plugins
In-App Scripting
Scripting Tutorials
Global Namespace
IO Ninja Developer Manual
Docs
»
Protocols
»
Transport Layer Protocols
»
TCP
»
bitflag enum io.TcpFlags
bitflag enum io.TcpFlags
bitflag
enum
TcpFlags
:
uint8_t
{
Fin
,
Syn
,
Rst
,
Psh
,
Ack
,
Urg
,
Ece
,
Cwr
,
};