mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
@ -98,6 +98,9 @@ class FeedUnpack(object):
|
||||
def next(self):
|
||||
return self.unpack()
|
||||
|
||||
def __next__(self):
|
||||
return self.unpack()
|
||||
|
||||
def feed(self, data):
|
||||
self.buf.extend(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user