Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
zhangzhezh
/
python-netfilterqueue
Public
forked from
oremanj/python-netfilterqueue
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 13, 2018
Merge pull request #47 from yangyinqi/nfq-dev
Show description for ec2ae29
mattfox
authored
ec2ae29
View commit details
Copy full SHA for ec2ae29
Browse repository at this point
Commits on Dec 3, 2018
Adapt to new cython
shawnyangcis
committed
2600a1b
View commit details
Copy full SHA for 2600a1b
Browse repository at this point
Commits on Jan 31, 2017
Update CHANGES
mattfox
committed
3fa8a38
View commit details
Copy full SHA for 3fa8a38
Browse repository at this point
Merge pull request #26 from kti/25-Crash-in-iptables-OUTPUT-chain
Show description for db750b7
mattfox
authored
db750b7
View commit details
Copy full SHA for db750b7
Browse repository at this point
Update version to 0.8.1
mattfox
committed
496694a
View commit details
Copy full SHA for 496694a
Browse repository at this point
To fix #25, only parse self._hw.hw_addr if self._hw is not NULL
mattfox
committed
1a9815f
View commit details
Copy full SHA for 1a9815f
Browse repository at this point
Installation instructions- replace wget with git clone
mattfox
committed
24e6ab5
View commit details
Copy full SHA for 24e6ab5
Browse repository at this point
Commits on Dec 15, 2016
Update README with 0.8 download source and add get_hw() documentation.
mattfox
committed
6218f3b
View commit details
Copy full SHA for 6218f3b
Browse repository at this point
Update to 0.8
mattfox
committed
27cd73f
View commit details
Copy full SHA for 27cd73f
Browse repository at this point
Add simple example script from existing documentation. Regenerate netfilterqueue.c with Cython 0.25.2.
mattfox
committed
a4b3a44
View commit details
Copy full SHA for a4b3a44
Browse repository at this point
Merge pull request #20 from yiannist/feature-expose-hw-addr
Show description for 2758696
mattfox
authored
2758696
View commit details
Copy full SHA for 2758696
Browse repository at this point
Merge pull request #19 from no2a/master
Show description for 8880826
mattfox
authored
8880826
View commit details
Copy full SHA for 8880826
Browse repository at this point
Commits on Nov 8, 2016
Expose packet's HW addr
yiannist
committed
b55344e
View commit details
Copy full SHA for b55344e
Browse repository at this point
Commits on Oct 29, 2016
Remove unnecessary conversion of byte order for set_mark
Show description for b0ccf8d
no2a
committed
b0ccf8d
View commit details
Copy full SHA for b0ccf8d
Browse repository at this point
Commits on Oct 28, 2016
Merge pull request #18 from WGH-/master
Show description for adb2545
mattfox
authored
adb2545
View commit details
Copy full SHA for adb2545
Browse repository at this point
Commits on Oct 27, 2016
use self.payload[:self.payload_len] for getting python string
Show description for 949f894
WGH-
committed
949f894
View commit details
Copy full SHA for 949f894
Browse repository at this point
Commits on Jun 28, 2016
Update pypi download URL for 0.7
mattfox
committed
9c74558
View commit details
Copy full SHA for 9c74558
Browse repository at this point
Version update reminder in setup.py
mattfox
committed
a8efde1
View commit details
Copy full SHA for a8efde1
Browse repository at this point
Update VERSION in netfilterqueue.pyx to 0.7
mattfox
committed
9329a05
View commit details
Copy full SHA for 9329a05
Browse repository at this point
Handle ENOBUFS in run_socket.
mattfox
committed
4637adb
View commit details
Copy full SHA for 4637adb
Browse repository at this point
Bump version to 0.7
mattfox
committed
a2f2fee
View commit details
Copy full SHA for a2f2fee
Browse repository at this point
Change setup.py classifier from beta to stable. Aww yeah.
mattfox
committed
f425c49
View commit details
Copy full SHA for f425c49
Browse repository at this point
Update license in setup.py to match LICENSE.txt, which was updated 5 years ago. ¯\_(ツ)_/¯
mattfox
committed
a6d0e8d
View commit details
Copy full SHA for a6d0e8d
Browse repository at this point
Update author email.
mattfox
committed
7e2c4df
View commit details
Copy full SHA for 7e2c4df
Browse repository at this point
Add run_socket, which uses socket.recv so that gevent can monkeypatch it. Fixes #5
mattfox
committed
ccb3530
View commit details
Copy full SHA for ccb3530
Browse repository at this point
Use nfq_set_verdict2 instead of nfq_set_verdict_mark, like the libnetfilter_queue documentation says to do.
mattfox
committed
2960dc3
View commit details
Copy full SHA for 2960dc3
Browse repository at this point
Fix run() documentation omission.
mattfox
committed
405747f
View commit details
Copy full SHA for 405747f
Browse repository at this point
Update README docs with new functions and arguments.
mattfox
committed
673060e
View commit details
Copy full SHA for 673060e
Browse repository at this point
Make COPY* constants zero-indexed. Fixes #6.
mattfox
committed
4d5c866
View commit details
Copy full SHA for 4d5c866
Browse repository at this point
Merge branch 'brian-goldman-master'
mattfox
committed
8302b4e
View commit details
Copy full SHA for 8302b4e
Browse repository at this point
Merge branch 'master' of git://github.com/brian-goldman/python-netfilterqueue into brian-goldman-master
Show description for 30b7a99
mattfox
committed
30b7a99
View commit details
Copy full SHA for 30b7a99
Browse repository at this point
Merge branch 'dave2492-master'
mattfox
committed
cde0af6
View commit details
Copy full SHA for cde0af6
Browse repository at this point
Merge branch 'master' of git://github.com/dave2492/python-netfilterqueue into dave2492-master
Show description for c88de1e
mattfox
committed
c88de1e
View commit details
Copy full SHA for c88de1e
Browse repository at this point
Merge branch 'lilydjwg-master'
mattfox
committed
61cfb3d
View commit details
Copy full SHA for 61cfb3d
Browse repository at this point
Merge branch 'master' of git://github.com/lilydjwg/python-netfilterqueue into lilydjwg-master
Show description for e4e8516
mattfox
committed
e4e8516
View commit details
Copy full SHA for e4e8516
Browse repository at this point
Previous
Next
You can’t perform that action at this time.