mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
7 lines
No EOL
119 B
Standard ML
7 lines
No EOL
119 B
Standard ML
# Generated by binpac_quickstart
|
|
|
|
signature dpd_radius {
|
|
ip-proto == udp
|
|
# TODO: payload /^RADIUS/
|
|
enable "radius"
|
|
} |