commit | e9b6d25643046caeb04f8904e4f61363bb39e168 | [log] [tgz] |
---|---|---|
author | Christian Dickmann <christian.dickmann@gmail.com> | Mon Oct 08 22:56:50 2012 -0700 |
committer | Christian Dickmann <christian.dickmann@gmail.com> | Mon Oct 08 22:56:50 2012 -0700 |
tree | a5f50c73090cd05c7a709c9607eb4210f515b65b | |
parent | 8ac55250ce835c31b9ac7c4b222549f38a793314 [diff] [blame] |
Behavior on malformed LLC frame length is undefined, so accept RESULT_ANY
diff --git a/tests/pktact.py b/tests/pktact.py index b62c02d..d033f2d 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -2376,7 +2376,7 @@ [[ "Eth addr+type match - LLC frame corrupted length - %s" % title, scapy.Ether(dst=dl_dst, src=dl_src, type=ethLen) / llc, - self.RESULT_NOMATCH, + self.RESULT_ANY, ]], action.action_output(), match )