luwenpeng
|
3014e0feef
|
refactor: move struct laye and struct tunnel to packet.h
|
2024-08-23 15:21:52 +08:00 |
|
luwenpeng
|
3636406c91
|
enhance: session manager stat add tcp_segs_consumed
|
2024-08-21 18:18:42 +08:00 |
|
luwenpeng
|
1aece166cd
|
refactor: rename struct raw_layer to struct layer_private
|
2024-08-21 18:18:12 +08:00 |
|
luwenpeng
|
b0b699e47b
|
refactor: rename session_utils.cpp to session.cpp
|
2024-08-21 18:18:12 +08:00 |
|
luwenpeng
|
99edee1c4f
|
rename unused session inner exdata
|
2024-08-21 18:18:12 +08:00 |
|
luwenpeng
|
f061f9abc1
|
feature: support session manager scan
|
2024-08-20 18:57:35 +08:00 |
|
luwenpeng
|
d1df1bb18b
|
session manager stat metric rename
|
2024-08-16 18:46:55 +08:00 |
|
luwenpeng
|
b77c8e6ba1
|
packet bypass metric rename
|
2024-08-16 18:32:35 +08:00 |
|
luwenpeng
|
522c4bb6d7
|
TCP reassembly stat metric rename
|
2024-08-16 18:24:54 +08:00 |
|
luwenpeng
|
60a4666427
|
refactor: move packet_layer / packet_tunnel to packet.cpp
|
2024-08-16 16:58:06 +08:00 |
|
luwenpeng
|
a2d68bb853
|
refactor: rename packet_utils.cpp to packet.cpp
|
2024-08-16 16:31:25 +08:00 |
|
luwenpeng
|
c298fdf289
|
refactor: mv eth/gre0/gre1/gtp1/gtp2/ip4/ip6/l2tp/mpls/tcp/udp/vlan/vxlan utils.h to packet_helper.h
|
2024-08-16 16:12:12 +08:00 |
|
luwenpeng
|
b36cd8cdad
|
refactor: rename packet_def.h to packet_private.h
|
2024-08-16 15:13:37 +08:00 |
|
luwenpeng
|
ebf1dad62c
|
refactor: rename packet_parse.cpp/h to packet_parser.cpp/h
|
2024-08-16 11:51:43 +08:00 |
|
luwenpeng
|
d2de4bd328
|
refactor: move duplicated_packet_filter to packet dir
|
2024-08-16 11:43:45 +08:00 |
|
luwenpeng
|
da891dffa7
|
refactor: move evicted_session_filter to session dir
|
2024-08-16 11:18:16 +08:00 |
|
luwenpeng
|
f4d437d58b
|
refactor: rename id_generator to snowflake
|
2024-08-16 11:02:19 +08:00 |
|
luwenpeng
|
6fbce43afc
|
refactor: move macro to utils.h
|
2024-08-16 10:43:00 +08:00 |
|
luwenpeng
|
e8299dd77c
|
enhance: rename session manager stat iterm name
|
2024-08-14 17:25:46 +08:00 |
|
luwenpeng
|
6e1c25a445
|
optimizate: clean up unused code && code formatting
|
2024-08-14 17:25:46 +08:00 |
|
yangwei
|
90ca08568e
|
🐎 ci(stage upgrade): split to 4 stage
|
2024-08-12 15:48:37 +08:00 |
|
yangwei
|
6bb5c44ee3
|
🐞 fix(warning as error): fix unused parameter warning
|
2024-08-12 15:48:37 +08:00 |
|
yangwei
|
f1b3928c70
|
🔧 build(enable cppcheck on build): eliminate cppcheck error
|
2024-08-12 15:48:31 +08:00 |
|
yangwei
|
526171618f
|
🔧 build(compile Werror): reduce warning
|
2024-08-12 15:47:05 +08:00 |
|
luwenpeng
|
0414710399
|
optimizate: session table support overwrite HASH_INITIAL_NUM_BUCKETS
|
2024-08-12 15:32:37 +08:00 |
|
luwenpeng
|
12975e2da7
|
Removed the ambiguous session_get0_current_payload() API. It is unclear whether the original packet payload or TCP reassembled payload is obtained.
It is recommended to:
* Use packet_get_payload() to obtain the original packet payload
* Use tcp_segment_get_data() to obtain the reassembled data
|
2024-08-01 15:48:27 +08:00 |
|
luwenpeng
|
776090331e
|
feature: add debug_plugin for development debugging
|
2024-08-01 11:49:45 +08:00 |
|
luwenpeng
|
48202b4d0a
|
config: adjust the number of maz entries per bucket for IP reassembly
|
2024-07-30 19:17:29 +08:00 |
|
luwenpeng
|
1f09f43f52
|
feature: session manager support lookup session by session ID
|
2024-07-29 10:44:57 +08:00 |
|
luwenpeng
|
62b9c0c99c
|
feature: add 'quiet' option to avoid automatic update of LRU list by find session
|
2024-07-25 18:50:15 +08:00 |
|
luwenpeng
|
5fdf0e2aa4
|
feature: session pool support forearch session by index
|
2024-07-25 18:32:14 +08:00 |
|
luwenpeng
|
f43da9002b
|
optimizate: rename IP type to address family
|
2024-07-25 18:29:57 +08:00 |
|
luwenpeng
|
b50f0c2c70
|
optimizate: pass the current timeout to the ID generator as a parameter, instead of getting the time from the ID generator itself
|
2024-07-16 17:16:52 +08:00 |
|
luwenpeng
|
c87ad330e0
|
feature: add GTP utils, support overwrite message length of GTP header
|
2024-07-09 11:17:03 +08:00 |
|
luwenpeng
|
da9fb7cd11
|
optimizate inject packt test case
|
2024-06-27 16:00:12 +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
|
48428e52fe
|
replace 'ifndef define' to 'pragam once'
|
2024-06-19 15:06:14 +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
|
01958b56c5
|
rename layer_type to layer_proto
|
2024-06-12 18:21:45 +08:00 |
|
luwenpeng
|
10528bcfd3
|
remove tuple.h from include/stellar
|
2024-06-07 16:50:21 +08:00 |
|
luwenpeng
|
3701fc7361
|
Add session_set_discard
|
2024-05-20 17:02:16 +08:00 |
|
luwenpeng
|
be9a68935b
|
Update the format of tuple to string output
|
2024-05-20 15:44:04 +08:00 |
|
luwenpeng
|
0e33a1b647
|
Resolve merge conflicts
|
2024-05-20 11:26:06 +08:00 |
|
yangwei
|
e0ec3f2d52
|
✨ feat(plugin manager): integrated plugin manager, build success
|
2024-05-20 10:09:18 +08:00 |
|
luwenpeng
|
31a4267e23
|
support inject mutil packet base current packet
|
2024-05-17 19:10:28 +08:00 |
|
luwenpeng
|
c22e4e5955
|
recv SYN after FIN or RST is considered to be TCP port reuse
|
2024-05-17 17:38:08 +08:00 |
|
luwenpeng
|
32ae4618ef
|
Add support for TCP port reuse (same tuple6 but different ISN) in session manager: evict old session and create new session
|
2024-05-16 19:21:12 +08:00 |
|
luwenpeng
|
1559f0a13e
|
bugfix: session cannot get current flow direction on duplicate package
|
2024-05-16 17:07:53 +08:00 |
|