Support struct tunnel

This commit is contained in:
luwenpeng
2024-06-17 11:41:21 +08:00
parent de4c15f43c
commit 327d6e7b14
9 changed files with 205 additions and 28 deletions

View File

@@ -1,16 +1,20 @@
LIBSTELLAR_DEVEL {
global:
packet_get_direction;
packet_get_session_id;
packet_prepend_sids;
packet_get_layer_count;
packet_get_layer;
packet_get_tunnel_count;
packet_get_tunnel;
packet_prepend_sids;
packet_get_direction;
packet_get_session_id;
packet_set_action;
packet_get_action;
packet_get_raw_data;
packet_get_raw_len;
packet_get_payload;
packet_get_payload_len;
packet_set_action;
packet_get_action;
session_exdata_free;
stellar_session_exdata_new_index;