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

Method __init__

scapy/modules/p0f.py:329–331  ·  view source on GitHub ↗
(self, label_id, sig_line)

Source from the content-addressed store, hash-verified

327 __slots__ = ["label_id", "sig"]
328
329 def __init__(self, label_id, sig_line):
330 self.label_id = label_id
331 self.sig = HTTP_Signature.from_raw_sig(sig_line)
332
333
334class p0fKnowledgeBase(KnowledgeBase):

Callers

nothing calls this directly

Calls 1

from_raw_sigMethod · 0.45

Tested by

no test coverage detected