summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-07Update readme.mdHEADdev郑超
2022-09-07Update readme.md郑超
2022-09-07Update readme.md郑超
2022-09-07Add chapter concepts to readme.md郑超
2022-09-01[PACKET_IO]delete comment from main.cppliuwentan
2022-08-31[PACKET_IO]modify main.cppliuwentan
2022-08-31[PACKET_IO]comment test codeliuwentan
2022-08-31[PACKET_IO]fix pcap_file mode send coredumpliuwentan
2022-08-31[PACKET_IO]delete useless timestampliuwentan
2022-08-31[PACKET_IO] fix bug for different file has same time propertyliuwentan
2022-08-31[PACKET_IO]fix pcap_compile thread unsafe bugliuwentan
2022-08-31[PACKET_IO]fix read pcap directory bugliuwentan
2022-08-31[PACKET_IO]add gtest caseliuwentan
2022-08-31[PACKET_IO]install net-tools for gtest networkliuwentan
2022-08-31[PACKET_IO]install iproute for gtest networkliuwentan
2022-08-31[PACKET_IO]fix ip forward configliuwentan
2022-08-31[PACKET_IO]fix gtest bugliuwentan
2022-08-31[PACKET_IO]remove error configliuwentan
2022-08-31[PACKET_IO]fix pcap file mode counter bugliuwentan
2022-08-31[PACKET_IO]format api styleliuwentan
2022-08-31[PACKET_IO]fix coredump for large packetsliuwentan
2022-08-31[PACKET_IO]add ip hash funcliuwentan
2022-08-31plugin_manager adapt session_manager API and rewrite plugin_manger gtestluwenpeng
2022-08-25update session manager interface definition; define ex_data interface; ↵liuxueli
delete the event design
2022-08-19feature: http decoderluwenpeng
* support parser uncompress request/response * define public API interface
2022-08-16rename fn_session_event_callback to plugin_event_callback and update API ↵luwenpeng
parameters * plugin_event_callback delete 'struct stellar_packet *p' * plugin_event_callback rename 'uint16_t len' to 'size_t len' * plugin_event_callback rename 'void **pme' to 'void **ctx'
2022-08-11[PACKET_IO]format code styleliuwentan
2022-08-11[CIFIX]fix ci errorliuwentan
2022-08-11[CIFIX]add extern 'C' in C++ codeliuwentan
2022-08-11[CIFIX]fix ci build errorliuwentan
2022-08-11Merge branch develop-0.0liuwentan
2022-08-10[PACKET_IO]format code styleliuwentan
2022-08-10[PACKET_IO]format code styleliuwentan
2022-08-10Modify the implementation of the plugin manager take overluwenpeng
A plugin that is taken over, if the plugin was called before being taken over and has a registered SESSION_EVENT_CLOSING event, it will be called again when the SESSION_EVENT_CLOSING event comes. Otherwise, the plugin will not be called.
2022-08-09[PACKET_IO] add function for operating packetsliuwentan
2022-08-09[PACKET_IO] add pio_packet structure for pcap_live/pcap_file modeliuwentan
2022-08-08Refactored pm_session_dettach_others to pm_session_take_overluwenpeng
2022-08-05[PACKET_IO] finish pcap live modeliuwentan
2022-08-05bugfix CIluwenpeng
2022-08-05Add CI autotest and Fix compile warningluwenpeng
2022-08-05[PACKET_IO] finish pcap_file modeliuwentan
2022-08-05Update uthash v2.3.0 open source code to deps directoryluwenpeng
2022-08-04Add timeout open source code to deps directoryluwenpeng
2022-08-04Add sds open source code to deps directoryluwenpeng
2022-08-04Plugin management support pm_session_dettach_me and pm_session_dettach_othersluwenpeng
Add test cases for pm_session_dettach_me and pm_session_dettach_others
2022-08-02Plugin Management support C pluginluwenpeng
2022-08-02Update readme.md郑超
2022-08-01[PACKET_IO]unallocated memory related bugfix for marsio modeliuwentan
2022-07-29[PACKET_IO]marsio mode add pkt_free functionliuwentan
2022-07-29[PACKET_IO]format commentliuwentan