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

Traffic Classification with dynamic ports #189

Closed
mikes-gh opened this issue May 11, 2016 · 2 comments · Fixed by #1923
Closed

Traffic Classification with dynamic ports #189

mikes-gh opened this issue May 11, 2016 · 2 comments · Fixed by #1923

Comments

@mikes-gh
Copy link

Since a lot of windows traffic uses the rpc port mapper and dynamic ports the majority of my traffic is Unknown. Sometimes the same port on different hosts is used for different services. So even if I do a netstat -ab to check the services using the ports and add the port descriptions I have no way to classify the traffic across hosts that uses the same port for different services.

Is there anyway to classify traffic per host? I guess Im looking for a more flexible traffic profiling system.

@mikes-gh mikes-gh changed the title Traffic Classification Traffic Classification with dynamic ports May 11, 2016
@kYroL01
Copy link
Contributor

kYroL01 commented May 11, 2016

nDPI already provides a classification based on host, not only on port.

https://github.com/ntop/nDPI/blob/dev/src/lib/ndpi_content_match.c.inc

Can you do a real example ?

@mikes-gh
Copy link
Author

Yes but not a combination of both at the same time which would be required to map dynamic posts that may be different per host.

Something like.

tcp:3000@ntop
host:hosta,tcp:51995@spooler
host:hostb,tcp:51995@AD

Unless you have any other ideas of how to classify the traffic. mybe need to think laterally here.

IvanNardi added a commit to IvanNardi/nDPI that referenced this issue Mar 29, 2023
Add an example where traffic matching the same IP, but different ports
is classified to different protocols.

Close ntop#189
IvanNardi added a commit to IvanNardi/nDPI that referenced this issue Mar 29, 2023
Add an example where traffic matching the same IP, but different ports
is classified to different protocols.

Close ntop#189
IvanNardi added a commit that referenced this issue Mar 30, 2023
Add an example where traffic matching the same IP, but different ports
is classified to different protocols.

Close #189
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants