feature: packet manager support build packet
This commit is contained in:
@@ -5,6 +5,8 @@ global:
|
||||
packet_get_tunnel_count;
|
||||
packet_get_tunnel_by_idx;
|
||||
packet_prepend_sids;
|
||||
packet_set_type;
|
||||
packet_get_type;
|
||||
packet_get_direction;
|
||||
packet_set_action;
|
||||
packet_get_action;
|
||||
@@ -12,9 +14,6 @@ global:
|
||||
packet_get_raw_len;
|
||||
packet_get_payload_data;
|
||||
packet_get_payload_len;
|
||||
packet_build_tcp;
|
||||
packet_build_udp;
|
||||
packet_build_l3;
|
||||
packet_manager_on_init;
|
||||
packet_manager_on_exit;
|
||||
packet_manager_on_thread_init;
|
||||
@@ -23,6 +22,9 @@ global:
|
||||
packet_manager_subscribe;
|
||||
packet_manager_claim_packet;
|
||||
packet_manager_schedule_packet;
|
||||
packet_manager_build_tcp_packet;
|
||||
packet_manager_build_udp_packet;
|
||||
packet_manager_build_l3_packet;
|
||||
|
||||
session_is_symmetric;
|
||||
session_has_duplicate_traffic;
|
||||
|
||||
Reference in New Issue
Block a user