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
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 }}
tabacha
/
ProSafeLinux
Public
Notifications
You must be signed in to change notification settings
Fork
64
Star
142
Code
Issues
12
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add support for additional protocol commands (for GS30x series)
- #35
#35
Open
rhulme
wants to merge 41 commits into
tabacha:master
tabacha/ProSafeLinux:master
from
rhulme:master
rhulme/ProSafeLinux:master
Copy head branch name to clipboard
Conversation
Commits
41
(41)
Checks
Files changed
Open
Add support for additional protocol commands (for GS30x series)
#35
rhulme
wants to merge 41 commits into
tabacha:master
tabacha/ProSafeLinux:master
from
rhulme:master
rhulme/ProSafeLinux:master
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2020
Fix some syntax to make it work with Python3
rhulme
committed
8c152d1
View commit details
Copy full SHA for 8c152d1
Browse repository at this point
Listen on both broadcast and unicast addresses for replies from switch
Show description for 24826d4
rhulme
committed
24826d4
View commit details
Copy full SHA for 24826d4
Browse repository at this point
Commits on Oct 31, 2020
Command 0x7400 retrieves supported TLVs (bitfield not yet decoded)
rhulme
committed
d1c9e57
View commit details
Copy full SHA for d1c9e57
Browse repository at this point
Make leading whitespace in nsdp.lua consistent (4 spaces per soft tab)
rhulme
committed
1e54863
View commit details
Copy full SHA for 1e54863
Browse repository at this point
Show command name (or number if not recognized) instead of FIXME
rhulme
committed
d37793b
View commit details
Copy full SHA for d37793b
Browse repository at this point
Fix typo
rhulme
committed
836d727
View commit details
Copy full SHA for 836d727
Browse repository at this point
Create nsdp header after assembling commands.
Show description for 33b886b
rhulme
committed
33b886b
View commit details
Copy full SHA for 33b886b
Browse repository at this point
Cache IP address directly in ip_from_mac.
rhulme
committed
ebe29a4
View commit details
Copy full SHA for ebe29a4
Browse repository at this point
Commits on Nov 1, 2020
Add decoding of errors.
Show description for cac4624
rhulme
committed
cac4624
View commit details
Copy full SHA for cac4624
Browse repository at this point
Add decoding of 'number of ports'
rhulme
committed
8b3fbc9
View commit details
Copy full SHA for 8b3fbc9
Browse repository at this point
Add support for broadcast filtering (0x5400)
rhulme
committed
66cdd63
View commit details
Copy full SHA for 66cdd63
Browse repository at this point
Speed status (0x0c00) is now port status
Show description for 0226a69
rhulme
committed
0226a69
View commit details
Copy full SHA for 0226a69
Browse repository at this point
Show values of 0x0002 and 0x000c in Wireshark
rhulme
committed
294f875
View commit details
Copy full SHA for 294f875
Browse repository at this point
Add decoding of ingress, egress and broadcast rate limits
rhulme
committed
4dbc736
View commit details
Copy full SHA for 4dbc736
Browse repository at this point
Decode QoS mode
rhulme
committed
cce1d1b
View commit details
Copy full SHA for cce1d1b
Browse repository at this point
Add decoding of QoS port-based priorities
rhulme
committed
14aa1e1
View commit details
Copy full SHA for 14aa1e1
Browse repository at this point
Add 'port_admin' command (0x9400)
Show description for 3a9ddcd
rhulme
committed
3a9ddcd
View commit details
Copy full SHA for 3a9ddcd
Browse repository at this point
Add 'loop detection' (0x9000)
rhulme
committed
6f25ff8
View commit details
Copy full SHA for 6f25ff8
Browse repository at this point
Decode port mirroring
rhulme
committed
d8e7f91
View commit details
Copy full SHA for d8e7f91
Browse repository at this point
Add decoding of vlan802_id (0x2800) and vlan_pvid (0x3000)
rhulme
committed
c736388
View commit details
Copy full SHA for c736388
Browse repository at this point
Add 'delete vlan' (0x2c00)
rhulme
committed
bb11e55
View commit details
Copy full SHA for bb11e55
Browse repository at this point
Allow creation of a new VLAN without assigning any ports
rhulme
committed
a389a06
View commit details
Copy full SHA for a389a06
Browse repository at this point
Commits on Nov 7, 2020
Rename parameters of vlan802_id (0x2800)
Show description for 79191bb
rhulme
committed
79191bb
View commit details
Copy full SHA for 79191bb
Browse repository at this point
Commits on Feb 22, 2021
Add support of new password mechanism
rhulme
committed
32f77db
View commit details
Copy full SHA for 32f77db
Browse repository at this point
Commits on Mar 14, 2021
Make python3 the default interpreter
rhulme
committed
50a88af
View commit details
Copy full SHA for 50a88af
Browse repository at this point
Remove trailing whitespace
rhulme
committed
5841d05
View commit details
Copy full SHA for 5841d05
Browse repository at this point
Commits on Mar 25, 2021
Decode cable testing
rhulme
committed
dcc76ed
View commit details
Copy full SHA for dcc76ed
Browse repository at this point
Encapsulate errors in a separate class
Show description for 380baf2
rhulme
committed
380baf2
View commit details
Copy full SHA for 380baf2
Browse repository at this point
Allow ports to be passed as a list as well as a comma-separated string
rhulme
committed
4ff1d22
View commit details
Copy full SHA for 4ff1d22
Browse repository at this point
Improve Wireshark decoding of vlan_pvid, delete_vlan and vlan802_id queries/results
rhulme
committed
14ca35c
View commit details
Copy full SHA for 14ca35c
Browse repository at this point
Add support for querying a switch's serial number
Show description for 63fdf4f
rhulme
committed
63fdf4f
View commit details
Copy full SHA for 63fdf4f
Browse repository at this point
Allow commands to be set multiple times in one transaction.
Show description for bdd8f55
rhulme
committed
bdd8f55
View commit details
Copy full SHA for bdd8f55
Browse repository at this point
Commits on Jun 26, 2022
Support discover multiple devices
hamarituc
authored and
rhulme
committed
6ec672a
View commit details
Copy full SHA for 6ec672a
Browse repository at this point
Commits on Jun 28, 2022
Fix setting a single multi-value option
Show description for 53737b7
rhulme
committed
53737b7
View commit details
Copy full SHA for 53737b7
Browse repository at this point
Commits on Jul 1, 2022
Add missing Wireshark decoding of VLAN_ID
rhulme
committed
d6f235a
View commit details
Copy full SHA for d6f235a
Browse repository at this point
Commits on Jul 2, 2022
Fix variable name for tagged ports (802.1q)
rhulme
committed
b59c169
View commit details
Copy full SHA for b59c169
Browse repository at this point
Commits on Jul 3, 2022
Make sure that the password (hash) is transmitted before anything else.
Show description for a61c342
rhulme
committed
a61c342
View commit details
Copy full SHA for a61c342
Browse repository at this point
Report number of ports in decimal rather than hex
rhulme
committed
b4fcd57
View commit details
Copy full SHA for b4fcd57
Browse repository at this point
Fix support for switches with more than 8 ports
Show description for c43bb8c
rhulme
committed
c43bb8c
View commit details
Copy full SHA for c43bb8c
Browse repository at this point
Don't crash if a single value is received when a list was expected
rhulme
committed
5c0bb0e
View commit details
Copy full SHA for 5c0bb0e
Browse repository at this point
Commits on Sep 6, 2023
Fix uninitialised variable in 'discover'
rhulme
committed
3cbce0f
View commit details
Copy full SHA for 3cbce0f
Browse repository at this point
You can’t perform that action at this time.