Skip to content

mesbrj/IPFIXanalysis

Repository files navigation

IPFIXanalysis

Roadmap:

  • Decode the IPFIX sub-template-multilist structured data
  • Decode values to human friendly values, Example:
    • sslCipherList 4866 -> TLS_AES_256_GCM_SHA384 chipeer suite
    • ReverseUnionTCPFlags 24 -> (000011000) ACK, PSH (server host of the flow)
    • ReverseInitialTCPFlags 18 -> (000010010) SYN, ACK (server host of the flow)
  • Qt Widget Interface:
    • Combined analysis IPFIX and PCAP: Data-series
    • charts and graphs from analysis results

Qt Widget Interface

DPI info-elements (HTTP):

DPI info-elements (HTTPS/TLS):

DPI info-elements (DNS):


Qt Quick (QML / JavaScript) Interface


Java FX Interface


Kotlin mobile Interface


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages