Home
last modified time | relevance | path

Searched refs:InterceptionPoint (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/
Dautomaton.py589 class InterceptionPoint(AutomatonStopped): class in Automaton
893 … raise self.InterceptionPoint("packet intercepted", state=c.state.state, packet=c.pkt)
/external/scapy/test/
Dregression.uts1500 except Automaton.InterceptionPoint as p: