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

Identify network protocol from destination port #54

Open
meetrp opened this issue Oct 21, 2018 · 0 comments
Open

Identify network protocol from destination port #54

meetrp opened this issue Oct 21, 2018 · 0 comments
Labels
Parser Module that handles parsing of protocol specific headers user story
Milestone

Comments

@meetrp
Copy link
Owner

meetrp commented Oct 21, 2018

As a user monitoring the network traffic
I want know the higher-layer protocol (like HTTP, DNS) using the standard destination port info
so that I can understand the type of traffic that passes through my network

Acceptance Criteria

  • have a predefined mapping of known port to protocol, which could be upgraded & referenced run-time to reflect the latest data.
  • if port-to-protocol mapping is unavailable or is not matching then 'N/A' should be used/printed.

Related to Epic #47

@meetrp meetrp added user story Parser Module that handles parsing of protocol specific headers labels Oct 21, 2018
@meetrp meetrp added this to the v0.2 milestone Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Parser Module that handles parsing of protocol specific headers user story
Projects
None yet
Development

No branches or pull requests

1 participant