mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Basic RADIUS support - checkpoint
This commit is contained in:
parent
3d1fd6ca5e
commit
9e0b0f9187
15 changed files with 928 additions and 3 deletions
7
scripts/base/protocols/radius/dpd.sig
Normal file
7
scripts/base/protocols/radius/dpd.sig
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Generated by binpac_quickstart
|
||||
|
||||
signature dpd_radius {
|
||||
ip-proto == udp
|
||||
# TODO: payload /^RADIUS/
|
||||
enable "radius"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue