This commit is contained in:
Tim Blume 2021-03-21 02:35:40 +01:00
parent 600d7146d3
commit 462f2811b9
9 changed files with 9 additions and 14 deletions

View file

@ -94,6 +94,8 @@ class BigSnitchBridge:
def request(self, flow):
self.q.put({'msg': 'request', 'flow': flow.get_state()})
# intercept until ACK received
flow.intercept()
def requestheaders(self, flow):
self.q.put({'msg': 'requestheaders', 'flow': flow.get_state()})