yangwei
|
cc2d2be324
|
🔧 build(infra build): refactor build parameters
|
2024-08-29 18:16:37 +08:00 |
|
yangwei
|
b2647a5a75
|
🦄 refactor(plugin_manager): refactor intrinsic topic name
|
2024-08-28 19:58:28 +08:00 |
|
luwenpeng
|
283d591e6b
|
fix compile error
|
2024-08-28 19:00:32 +08:00 |
|
luwenpeng
|
b7217c8363
|
refactor(test/debug_plugin): from *.cpp to *.c
|
2024-08-28 18:03:23 +08:00 |
|
yangwei
|
848122000a
|
🔧 build(target_include_directories): rename src to infra
|
2024-08-28 15:01:32 +08:00 |
|
luwenpeng
|
4e524a8781
|
logger changes from global static variables to one instance per stellar
|
2024-08-23 19:01:42 +08:00 |
|
luwenpeng
|
2634d70108
|
add support for retrieving pcap packet timestamps
|
2024-08-23 16:05:59 +08:00 |
|
luwenpeng
|
6808e6ba29
|
snowflake changes from global static variables to one instance per thread
|
2024-08-23 15:21:52 +08:00 |
|
luwenpeng
|
3014e0feef
|
refactor: move struct laye and struct tunnel to packet.h
|
2024-08-23 15:21:52 +08:00 |
|
luwenpeng
|
b0b699e47b
|
refactor: rename session_utils.cpp to session.cpp
|
2024-08-21 18:18:12 +08:00 |
|
luwenpeng
|
5c0a40638c
|
refactor: move hexdump API to utils.h
|
2024-08-16 10:01:24 +08:00 |
|
luwenpeng
|
7e377952a2
|
enhance: debug plugin support log per session TCP segment
|
2024-08-14 17:25:46 +08:00 |
|
luwenpeng
|
d0abc8817b
|
feature: debug plugin support output per session stat
|
2024-08-13 15:24:13 +08:00 |
|
luwenpeng
|
03468d55be
|
refactor: packet dump utils
|
2024-08-13 10:24:26 +08:00 |
|
luwenpeng
|
ea0d743b1a
|
fix: cppcheck
|
2024-08-12 17:49:58 +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 |
|