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

This PR implements wireshark like query language for filtering events. #46

Merged
merged 8 commits into from
Jun 22, 2023

Conversation

dkumiszhan
Copy link
Collaborator

At the moment, only queries like these are supported:

  • ip.src == 192.168.1.1
  • tcp.port ne 80 and ip.src == 192.168.1.1
  • tcp.port eq 80 or tcp.port eq 8080

@dkumiszhan dkumiszhan force-pushed the my-dsl branch 2 times, most recently from a760b5f to 1926743 Compare June 13, 2023 00:21
Copy link
Member

@glaslos glaslos left a comment

Choose a reason for hiding this comment

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

Nice work! Only some minor comments

src/__tests__/dsl.test.ts Outdated Show resolved Hide resolved
src/App.svelte Show resolved Hide resolved
src/App.svelte Show resolved Hide resolved
src/syntax.md Outdated Show resolved Hide resolved
@glaslos
Copy link
Member

glaslos commented Jun 19, 2023

Once you have the conflicts resolved, we can merge the PR 💪

@dkumiszhan
Copy link
Collaborator Author

Once you have the conflicts resolved, we can merge the PR 💪

All done. Please, merge it.

@glaslos glaslos merged commit d46939c into honeynet:main Jun 22, 2023
@dkumiszhan dkumiszhan requested review from adepasquale and removed request for adepasquale June 26, 2023 22:43
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.

2 participants