Documentation
¶
Index ¶
- type BinaryOperationExpression
- type CTExpression
- type ConcatExpression
- type DCCPOptionExpression
- type ElemExpression
- type ExthdrExpression
- type FibExpression
- type JhashExpression
- type ListExpression
- type MapExpression
- type MetaExpression
- type NumgenExpression
- type OsfExpression
- type PayloadExpression
- type PrefixExpression
- type RTExpression
- type RangeExpression
- type SCTPChunkExpression
- type SetExpression
- type SocketExpression
- type SymhashExpression
- type TCPOptionExpression
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryOperationExpression ¶
type BinaryOperationExpression struct { Operator string `json:"operator"` Operands []interface{} `json:"operands"` }
type CTExpression ¶
type ConcatExpression ¶
type ConcatExpression struct {
Concat []interface{} `json:"concat"`
}
type DCCPOptionExpression ¶
type DCCPOptionExpression struct {
Type int `json:"type"`
}
type ElemExpression ¶
type ExthdrExpression ¶
type FibExpression ¶
type JhashExpression ¶
type ListExpression ¶
type ListExpression []interface{}
type MapExpression ¶
type MapExpression struct { Key interface{} `json:"key"` Data interface{} `json:"data"` }
type MetaExpression ¶
type MetaExpression struct {
Key string `json:"key"`
}
type NumgenExpression ¶
type OsfExpression ¶
type PayloadExpression ¶
type PrefixExpression ¶
type RTExpression ¶
type RangeExpression ¶
type RangeExpression struct {
Range []interface{} `json:"range"`
}
type SCTPChunkExpression ¶
type SetExpression ¶
type SetExpression struct {
Set interface{} `json:"set"`
}
type SocketExpression ¶
type SocketExpression struct {
Key string `json:"key"`
}
type SymhashExpression ¶
type TCPOptionExpression ¶
Click to show internal directories.
Click to hide internal directories.