iptables.entry
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
lineNumber | int | //Line number of statistic - used to create id |
packets | int | //packets from iptable |
bytes | int | //This field tells us how large the packet is in octets, including headers and everything. |
target | string | //If a packet matches the rule, the target specifies what should be done with it. |
protocol | string | //protocol of the next level layer. For example, this may be TCP, UDP or ICMP among others. |
opt | string | //indicates IP options |
in | string | //input |
out | string | //output |
source | string | //source address field that lets the receiver know where the packet came from. |
destination | string | //The destination IP address or subnet of the traffic, or anywhere |
options | string | //The options field contains different optional settings within the header,, //such as Internet timestamps, SACK or record route options. |
chain | string | //input or output - used to create id |