def test_malformed_tcp(self):
     m_short_buf = self.buf[1:tcp._MIN_LEN]
     tcp.parser(m_short_buf)
Beispiel #2
0
 def test_malformed_tcp(self):
     m_short_buf = self.buf[1:tcp._MIN_LEN]
     tcp.parser(m_short_buf)