Esempio n. 1
0
 def test_malformed_vlan(self):
     m_short_buf = self.buf[1:vlan._MIN_LEN]
     vlan.parser(m_short_buf)
Esempio n. 2
0
 def test_malformed_vlan(self):
     m_short_buf = self.buf[1:vlan._MIN_LEN]
     vlan.parser(m_short_buf)