MCPcopy Create free account
hub / github.com/secdev/scapy / NTPInfoLoop

Class NTPInfoLoop

scapy/layers/ntp.py:1028–1039  ·  view source on GitHub ↗

Loop filter variables.

Source from the content-addressed store, hash-verified

1026
1027
1028class NTPInfoLoop(Packet):
1029 """
1030 Loop filter variables.
1031 """
1032
1033 name = "info_loop"
1034 fields_desc = [
1035 TimeStampField("last_offset", 0),
1036 TimeStampField("drift_comp", 0),
1037 IntField("compliance", 0),
1038 IntField("watchdog_timer", 0)
1039 ]
1040
1041
1042class NTPInfoSys(Packet):

Callers

nothing calls this directly

Calls 2

IntFieldClass · 0.90
TimeStampFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…