summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-27feature: consume all packets and free all sessions before exitluwenpeng
2024-08-27export the logging API symbolluwenpeng
2024-08-26when worker thread exit, print per thread stat to log fileluwenpeng
2024-08-26rename log_level_check() to log_check_level()luwenpeng
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-23bugfix toml_rtos memleakluwenpeng
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-21bugfix: http_decoder and glimpse_detector use new API get packet layerluwenpeng
2024-08-21enhance: session manager stat add tcp_segs_consumedluwenpeng
2024-08-21bugfix: export tcp_segment_get_data() symbolluwenpeng
2024-08-21feature: support outputting stderr and file logs at the same timeluwenpeng
2024-08-21refactor: move packet queue to dumpfile_io.cppluwenpeng
2024-08-21refactor: rename packet_dump_stdio() to packet_print()luwenpeng
2024-08-21refactor: rename script to scriptsluwenpeng
2024-08-21refactor: move tcp_segment API from packet.h to stellar.hluwenpeng
2024-08-21refactor: update packet get layer/tunnel APIluwenpeng
2024-08-21refactor: rename struct raw_layer to struct layer_privateluwenpeng
2024-08-21bugfix: packet_dup() not copy metadataluwenpeng
2024-08-21refactor: rename session_utils.cpp to session.cppluwenpeng
2024-08-21rename unused session inner exdataluwenpeng
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🐎 ci(cppcheck suppress): ignore integerOverflow for lpiyangwei
2024-08-21✨ feat(integration decoders): http and glimpse_detectoryangwei
2024-08-20feature: dumpfile list mode support read pcap file path from stdinluwenpeng
2024-08-20enhance: toml formatluwenpeng
2024-08-20feature: support session manager scanluwenpeng
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-19refactor: IP reassembly and rename stat nameluwenpeng
2024-08-16refactor: stellar statluwenpeng
2024-08-16session manager stat metric renameluwenpeng
2024-08-16packet bypass metric renameluwenpeng
2024-08-16TCP reassembly stat metric renameluwenpeng
2024-08-16packet IO stat metric renameluwenpeng
2024-08-16refactor: rename stellar dir to coreluwenpeng
2024-08-16refactor: move packet_ldbc_hash to packet.cppluwenpeng
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: move duplicated_packet_filter to packet dirluwenpeng