summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-09-04✨ feat(plugin_manager): add session plugin with hookyangwei
2024-09-03add socks_decoder, stratum_decoder and session_flagsroot
2024-09-02rename flow_direction to flow_typeluwenpeng
2024-09-02move stellar_core/stellar_stat from core to infraluwenpeng
2024-09-02rename *.cpp to *.c; renmae API. move benchmarks/* to test/decoder/http; fix ...lijia
2024-08-30🦄 refactor(infra/log & http test case): mv log to deps/loggeryangwei
2024-08-28🦄 refactor(plugin_manager): refactor intrinsic topic nameyangwei
2024-08-28fix compile errorluwenpeng
2024-08-28export stellar_reload_log_level symbolluwenpeng
2024-08-28🦄 refactor(directory structure): restructure and rename src to infrayangwei
2024-08-26rename log_level_check() to log_check_level()luwenpeng
2024-08-23logger changes from global static variables to one instance per stellarluwenpeng
2024-08-23add support for retrieving pcap packet timestampsluwenpeng
2024-08-23refactor: move struct laye and struct tunnel to packet.hluwenpeng
2024-08-21refactor: move tcp_segment API from packet.h to stellar.hluwenpeng
2024-08-21refactor: update packet get layer/tunnel APIluwenpeng
2024-08-21Adjust benchmark directory,enable HTTP test,rename variables,format codeslijia
2024-08-21✨ feat(integration decoders): http and glimpse_detectoryangwei
2024-08-19feature: stellar dev API support stellar_new()/stellar_run()/stellar_free()/s...luwenpeng
2024-08-16refactor: rename packet_craft.cpp/h to packet_builder.cpp/hluwenpeng
2024-08-14optimizate: clean up unused code && code formattingluwenpeng
2024-08-12✨ feat(exdata & mq header): define default free_cbyangwei
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-07-16optimizate: pass the current timeout to the ID generator as a parameter, inst...luwenpeng
2024-07-15test: add imitate_tcp_packet test case (TCP over GREv0: GRE enable checksum)luwenpeng
2024-07-09feature: add GTP utils, support overwrite message length of GTP headerluwenpeng
2024-07-02enhance: imitate_tcp_packet() support setting tcp optionsluwenpeng
2024-07-01bugfix: PACKET_GETALL_TUNNELSluwenpeng
2024-06-28support craft packet from scratchluwenpeng
2024-06-27optimizate inject packt test caseluwenpeng
2024-06-24Add packet_build.cpp support imitate_tcp_packet() / imitate_udp_packet()luwenpeng
2024-06-19replace 'ifndef define' to 'pragam once'luwenpeng
2024-06-19Add test case for tunnelluwenpeng
2024-06-17Support struct tunnelluwenpeng
2024-06-14Refactored packet API to support struct layer (using union to contain differe...luwenpeng
2024-06-14rename struct packet_layer to struct raw_layerluwenpeng
2024-06-13rename packet_get_layers_number to packet_get_layer_countluwenpeng
2024-06-12rename layer_type to layer_protoluwenpeng
2024-06-07remove tuple.h from include/stellarluwenpeng
2024-06-04Add support for parsing IP Authentication Headerluwenpeng
2024-06-02Add support for parsing PW Ethernet and Enhanced MPLS parsingluwenpeng
2024-05-29update inject packet APIluwenpeng
2024-05-29build stellar and stellar-devel rpmluwenpeng
2024-05-28Optimize integration testingluwenpeng
2024-05-24Install header files during rpm installluwenpeng
2024-05-24packet parser support L2TPv2luwenpeng
2024-05-20Add session_set_discardluwenpeng
2024-05-20Update the format of tuple to string outputluwenpeng