summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-08-28refactor(test/packet_tool): from *.cpp to *.cluwenpeng
2024-08-28refactor(test/packet_inject): from *.cpp to *.cluwenpeng
2024-08-28refactor(test/debug_plugin): from *.cpp to *.cluwenpeng
2024-08-28๐Ÿ”ง build(target_include_directories): rename src to infrayangwei
2024-08-27Fix spelling errorsluwenpeng
2024-08-27feature: consume all packets and free all sessions before exitluwenpeng
2024-08-27export the logging API symbolluwenpeng
2024-08-23๐Ÿงช test(glimpse_detector test case): fix memleak when commit jsonyangwei
2024-08-23logger changes from global static variables to one instance per stellarluwenpeng
2024-08-23update default log level for gtest to infoluwenpeng
2024-08-23add support for retrieving pcap packet timestampsluwenpeng
2024-08-23snowflake changes from global static variables to one instance per threadluwenpeng
2024-08-23refactor: move struct laye and struct tunnel to packet.hluwenpeng
2024-08-22๐Ÿงช test(refactor glimpse_detector test): split test plugin and test mainyangwei
2024-08-21enhance: session manager stat add tcp_segs_consumedluwenpeng
2024-08-21feature: support outputting stderr and file logs at the same timeluwenpeng
2024-08-21refactor: rename packet_dump_stdio() to packet_print()luwenpeng
2024-08-21refactor: update packet get layer/tunnel APIluwenpeng
2024-08-21refactor: rename struct raw_layer to struct layer_privateluwenpeng
2024-08-21refactor: rename session_utils.cpp to session.cppluwenpeng
2024-08-21โœจ feat(glimpse_detector test): enable test caseyangwei
2024-08-21enable http test case.lijia
2024-08-21Adjust benchmark directory,enable HTTP test,rename variables,format codeslijia
2024-08-21โœจ feat(integration decoders): http and glimpse_detectoryangwei
2024-08-20enhance: toml formatluwenpeng
2024-08-19feature: packet I/O suppport dumpfile list modeluwenpeng
2024-08-19feature: stellar dev API support stellar_new()/stellar_run()/stellar_free()/s...luwenpeng
2024-08-16refactor: move packet_layer / packet_tunnel to packet.cppluwenpeng
2024-08-16refactor: rename packet_utils.cpp to packet.cppluwenpeng
2024-08-16refactor: mv eth/gre0/gre1/gtp1/gtp2/ip4/ip6/l2tp/mpls/tcp/udp/vlan/vxlan uti...luwenpeng
2024-08-16refactor: rename packet_def.h to packet_private.hluwenpeng
2024-08-16refactor: rename packet_craft.cpp/h to packet_builder.cpp/hluwenpeng
2024-08-16refactor: rename packet_parse.cpp/h to packet_parser.cpp/hluwenpeng
2024-08-16refactor: rename id_generator to snowflakeluwenpeng
2024-08-16refactor: move hexdump API to utils.hluwenpeng
2024-08-15enhance: add configuration items to adjust the scheduling parameters of the m...luwenpeng
2024-08-14enhance: debug plugin support log per session TCP segmentluwenpeng
2024-08-14optimizate: clean up unused code && code formattingluwenpeng
2024-08-13feature: debug plugin support output per session statluwenpeng
2024-08-13refactor: packet dump utilsluwenpeng
2024-08-12fix: cppcheckluwenpeng
2024-08-12๐Ÿž fix(warning as error): fix unused parameter warningyangwei
2024-08-12๐Ÿ”ง build(enable cppcheck on build): eliminate cppcheck erroryangwei
2024-08-12๐Ÿ”ง build(compile Werror): reduce warningyangwei
2024-08-12๐Ÿž fix(packet inject test): reduce compile warningyangwei
2024-08-12๐Ÿž fix(improve robustness, check input para):yangwei
2024-08-12โœจ feat(plugin manager integration): packet and session exdata&mqyangwei
2024-08-12feature: support crafting L3 packets with L3 payloadluwenpeng
2024-08-01Removed the ambiguous session_get0_current_payload() API. It is unclear wheth...luwenpeng
2024-08-01feature: add debug_plugin for development debuggingluwenpeng