src/utils/sessions.cpp (3 lines): - line 43: //TODO: implement correct swap_src_dst() - line 56: // TODO: print network addresses in human readable form and - line 99: // TODO: getnameinfo call may be expensive src/analysis/print_analyzer.cpp (3 lines): - line 167: // TODO: Replace with C++ 11 functions - line 201: // TODO: Add unicode support - line 764: //TODO: Print GUID handle file src/filtration/filtration_processor.h (3 lines): - line 4: // TODO: THIS CODE MUST BE TOTALLY REFACTORED! - line 52: using namespace NST::protocols::rpc; //FIXME: It is not good to use "using" in headers - should be removed - line 78: // TODO: this code must be generalized with RPCFiltrator class src/filtration/packet.h (3 lines): - line 125: // TODO: add support Linux cooked sockets - line 187: switch_type: // TODO: remove ugly goto - line 338: // TODO: performance drop! improve data alignment! src/filtration/rpc_filtrator.h (2 lines): - line 45: TODO: add matching Calls and replies by XID of message - line 105: //if(rm->is_last()); // TODO: handle sequence field of record mark src/controller/parameters.cpp (2 lines): - line 252: // TODO: add file validation - line 347: // TODO: add file validation src/protocols/cifs2/cifs2.cpp (2 lines): - line 147: // TODO: This implementation currently copy of - line 151: // TODO: Move implementation to some common module src/filtration/filtrators.h (1 line): - line 4: // TODO: THIS CODE MUST BE TOTALLY REFACTORED! analyzers/src/json/json_tcp_service.cpp (1 line): - line 205: // TODO: Use general logging src/filtration/queuing.h (1 line): - line 109: // TODO: workaround analyzers/src/breakdown/representer.cpp (1 line): - line 81: //TODO: does it make sense to join store_per_session & print_per_session? src/analysis/nfs_parser.cpp (1 line): - line 38: // TODO: refactor and generalize this code src/filtration/filtratorimpl.h (1 line): - line 4: // TODO: THIS CODE MUST BE TOTALLY REFACTORED! src/api/cifs2_commands.h (1 line): - line 893: //FIXME: size must be 17, but actual structure size = 16. Why? src/api/cifs_pc_to_net.h (1 line): - line 48: // TODO: rename this function template to LEconstant2host src/filtration/dumping.cpp (1 line): - line 83: // TODO: this parser doesn't work with dual quotes, like rm "a file.cpp" src/analysis/rpc_sessions.h (1 line): - line 85: // TODO: add custom allocator based on BlockAllocator src/utils/log.h (1 line): - line 34: // TODO: DANGEROUS MACRO ! Passing custom client string as format to printf(). src/analysis/parsers.h (1 line): - line 4: // TODO: THIS CODE MUST BE TOTALLY REFACTORED!