Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 682 Bytes

TODO.md

File metadata and controls

23 lines (20 loc) · 682 Bytes

TODO

Core improvments

  1. Find a better way to implement how the dissector are called
  2. Implement multi-thread scenario
  3. Improve flow detection and create separate module
  4. Add comments to prototype functions (for DOC)
  5. Implement CMAKE
  6. Add IPv4 and IPv6 reasembly (ipreasm library)
  7. Add Travis check
  8. Add 2 bitmask array for protocols (excluded and found)
  9. [ADD new improvments]

Protocols

  1. Add detection of Interleaved message (RTP/RTCP tunnel over TCP) for RTSP
  2. Implement MEGACO/H.248 dissector
  3. Implement MSRP
  4. Re-check TLS (separate dissection and decrypt scenario)
  5. [ADD new protocols]

New features

  1. JSON parser
  2. [ADD new features]