Skip to content

Commit 06e1daa

Browse files
committed
Radius: Add timestamp attribute
1 parent 6c658dd commit 06e1daa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scapy/layers/radius.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,11 @@ class RadiusAttr_WLAN_RF_Band(_RadiusAttrIntValue):
520520
val = 190
521521

522522

523+
class RadiusAttr_Event_Timestamp(_RadiusAttrIntValue):
524+
"""RFC 2869"""
525+
val = 55
526+
527+
523528
#
524529
# RADIUS attributes which values are string (displayed as hex)
525530
#

0 commit comments

Comments
 (0)