Skip to content
Snippets Groups Projects
Commit 9b659725 authored by Pierre LALET's avatar Pierre LALET
Browse files

Add PPP_LCP.mysummary()

parent 695913c5
No related branches found
No related tags found
No related merge requests found
......@@ -364,8 +364,11 @@ class PPP_LCP(Packet):
StrLenField("data", "",
length_from=lambda p:p.len-4)]
def mysummary(self):
return self.sprintf('LCP %code%')
def extract_padding(self, pay):
return "",pay
return "", pay
@classmethod
def dispatch_hook(cls, _pkt = None, *args, **kargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment