class documentation

class PktLineParser(object):

View In Hierarchy

Packet line parser that hands completed packets off to a callback.

Method __init__ Undocumented
Method get_tail Read back any unused data.
Method parse Parse a fragment of data and call back for any completed packets.
Instance Variable handle_pkt Undocumented
Instance Variable _readahead Undocumented
def __init__(self, handle_pkt):

Undocumented

def get_tail(self):

Read back any unused data.

def parse(self, data):

Parse a fragment of data and call back for any completed packets.

handle_pkt =

Undocumented

_readahead =

Undocumented