Skip to content

Commit 738c08e

Browse files
committed
Radius: Add timestamp attribute
1 parent 6c658dd commit 738c08e

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
@@ -435,6 +435,11 @@ class RadiusAttr_Acct_Output_Gigawords(_RadiusAttrIntValue):
435435
val = 53
436436

437437

438+
class RadiusAttr_Event_Timestamp(_RadiusAttrIntValue):
439+
"""RFC 2869"""
440+
val = 55
441+
442+
438443
class RadiusAttr_Egress_VLANID(_RadiusAttrIntValue):
439444
"""RFC 4675"""
440445
val = 56

0 commit comments

Comments
 (0)