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

Add a new hook: onBeforePCAPDelete (Record raw traffic) #1463

Open
alongir opened this issue Dec 7, 2023 · 0 comments
Open

Add a new hook: onBeforePCAPDelete (Record raw traffic) #1463

alongir opened this issue Dec 7, 2023 · 0 comments
Assignees

Comments

@alongir
Copy link
Member

alongir commented Dec 7, 2023

Current:

  • Traffic Recorder stores only traffic from the onCaptureItem hook that is called only upon successful dissection
  • Traffic that is meaningful to the user can be stored in PCAPs that aren't access by this hook (e.g. unsupported protocols)

Requested:

  • Add a new hook: onBeforePCAPDelete or something similar
  • A hook that enables a script to copy the file
  • This hook can be used as part of the Traffic Recorder, to record all traffic.
  • If this hook runs as part of a scrip and no further hooks run and no websocket connection is established, do not continue dissection.
@alongir alongir changed the title Record and download raw traffic Add a new hook: onBeforePCAPDelete (Record raw traffic) Dec 11, 2023
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

No branches or pull requests

2 participants