Skip to content

Commit 7fb32a1

Browse files
authored
Radius: Add timestamp attribute (#4759)
1 parent eb08750 commit 7fb32a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)