示例#1
0
 def test_malformed_arp(self):
     m_short_buf = self.buf[1:arp._MIN_LEN]
     arp.parser(m_short_buf)
示例#2
0
 def test_malformed_arp(self):
     m_short_buf = self.buf[1:arp._MIN_LEN]
     arp.parser(m_short_buf)