Skip to content

chore: rename module paths to github.com/oioio-space/pkt#2

Open
oioio-space wants to merge 2 commits into
masterfrom
fix/driver-acl-signal-handling
Open

chore: rename module paths to github.com/oioio-space/pkt#2
oioio-space wants to merge 2 commits into
masterfrom
fix/driver-acl-signal-handling

Conversation

@oioio-space

Copy link
Copy Markdown
Owner

Update all go.mod module declarations, replace directives, require entries, and Go import paths from pkt/* to github.com/oioio-space/pkt/* to match the published repository URL.

oioio-space and others added 2 commits April 1, 2026 08:17
…ready open; fix signal handling in examples

- Drop WithACL and WithUserAccess options: WinDivert's DACL
  (SDDL_DEVOBJ_SYS_ALL_ADM_ALL) is set by the WDF driver at device
  creation and cannot be overridden from userspace; admin is always
  required.
- windivert.Open: try OpenDevice first, install the SCM service only
  when the device is not yet available (supports persistent installs).
- Examples (capture/drop/filter/modify-payload): replace goroutine+
  channel shutdown pattern with a select loop on ctx.Done() for clean
  Ctrl-C handling without data races.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update all go.mod module declarations, replace directives, require
entries, and Go import paths from pkt/* to github.com/oioio-space/pkt/*
to match the published repository URL.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant