yangwei
|
3a7cb200ea
|
🎈 perf(packet utils): inline packet set route ctx
|
2024-08-12 15:45:50 +08:00 |
|
yangwei
|
49539eb253
|
🎈 perf(pacekt and tcp_segment init): reduce memset
|
2024-08-12 15:45:50 +08:00 |
|
luwenpeng
|
f43da9002b
|
optimizate: rename IP type to address family
|
2024-07-25 18:29:57 +08:00 |
|
luwenpeng
|
d816ad058f
|
bugfix: ensure packet_get_payload returns null when packet_get_payload_len is 0
|
2024-07-11 14:15:06 +08:00 |
|
luwenpeng
|
c87ad330e0
|
feature: add GTP utils, support overwrite message length of GTP header
|
2024-07-09 11:17:03 +08:00 |
|
luwenpeng
|
076b3c7b0b
|
refactor: session module (split to define/utils/pool/table/timer/transition/manager)
|
2024-06-25 10:32:51 +08:00 |
|
luwenpeng
|
71422ebb36
|
refactor: packet module (split to parse/build/layer/tunnel/utils)
|
2024-06-24 17:07:05 +08:00 |
|
luwenpeng
|
c3fd452793
|
Add test case for tunnel
|
2024-06-19 14:43:32 +08:00 |
|
luwenpeng
|
327d6e7b14
|
Support struct tunnel
|
2024-06-17 17:42:30 +08:00 |
|
luwenpeng
|
de4c15f43c
|
Refactored packet API to support struct layer (using union to contain different types of encapsulation headers)
|
2024-06-14 19:24:27 +08:00 |
|
luwenpeng
|
1f78881cbb
|
rename struct packet_layer to struct raw_layer
|
2024-06-14 10:58:40 +08:00 |
|
luwenpeng
|
020c8303c6
|
rename packet_get_layers_number to packet_get_layer_count
|
2024-06-13 10:11:30 +08:00 |
|
luwenpeng
|
01958b56c5
|
rename layer_type to layer_proto
|
2024-06-12 18:21:45 +08:00 |
|
luwenpeng
|
e8c61a1752
|
Add test case: inject IPv4 based TCP payload packet after recv C2S first payload
|
2024-05-22 11:38:32 +08:00 |
|
luwenpeng
|
8d8a266f60
|
Optimize the output of log and stat
|
2024-05-16 11:52:14 +08:00 |
|
luwenpeng
|
b33dafff53
|
Add packet injector test frame
|
2024-05-15 14:48:15 +08:00 |
|
luwenpeng
|
cc380d9271
|
rename session_direction to flow_direction
|
2024-05-09 14:57:12 +08:00 |
|
luwenpeng
|
37d12ebcfc
|
inject TCP RST test pass
|
2024-05-08 18:24:26 +08:00 |
|
luwenpeng
|
74f0504d3d
|
Update Stellar export header and add stellar_get_current_thread_index() function
|
2024-04-23 14:38:58 +08:00 |
|
luwenpeng
|
dd32f0f231
|
Enhancement: Improve error handling in stellar's packet API by checking return values of metadata functions and adding descriptive error logging
|
2024-04-22 14:23:50 +08:00 |
|
luwenpeng
|
17f5d338de
|
Add packet utils to packet.h
|
2024-04-14 13:14:48 +08:00 |
|
luwenpeng
|
512dfddd03
|
reactor packet I/O & duplicated packet filter & evicted session filter
|
2024-03-10 19:07:26 +08:00 |
|
luwenpeng
|
7952ae7283
|
Add packet IO module
* support marsio
* support dumpfile ( 1 thread read dumpfile & N thread handle packet)
|
2024-02-28 16:31:26 +08:00 |
|