Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STUN: major code rework #2116

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

IvanNardi
Copy link
Collaborator

Try to have a faster classification, on first packet; use standard extra dissection data path for sub-classification, metadata extraction and monitoring.

STUN caches:

  • use the proper confidence value
  • lookup into the caches only once per flow, after having found a proper STUN classification

Add identification of Telegram VoIP calls.

@IvanNardi IvanNardi force-pushed the stun_cache_confidence branch 3 times, most recently from 6f27d81 to 27d9108 Compare October 27, 2023 09:38
@utoni
Copy link
Collaborator

utoni commented Oct 27, 2023

Quite a rough change to stun, will take some time to review. :)

Try to have a faster classification, on first packet; use standard extra
dissection data path for sub-classification, metadata extraction and
monitoring.

STUN caches:
* use the proper confidence value
* lookup into the caches only once per flow, after having found a proper
STUN classification

Add identification of Telegram VoIP calls.
@IvanNardi IvanNardi force-pushed the stun_cache_confidence branch from 27d9108 to 49d9053 Compare October 29, 2023 11:59
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.1% 0.1% Duplication

@lucaderi
Copy link
Member

Looks good to me. Let's wait for @utoni

Copy link
Collaborator

@utoni utoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@IvanNardi IvanNardi merged commit 42d24f8 into ntop:dev Oct 30, 2023
33 checks passed
@IvanNardi IvanNardi deleted the stun_cache_confidence branch October 30, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants