We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de3dcdd + 0bf4595 commit 5850adfCopy full SHA for 5850adf
1 file changed
decoders/misc/xor.py
@@ -50,7 +50,9 @@ def makeKey(self, key):
50
def connectionInitHandler(self, conn):
51
# need to set up a custom connection tracker to handle
52
self.xorconn[conn.addr] = dshell.Connection(self, conn.addr, conn.ts)
53
- # self.xorconn[conn.addr]=conn
+ self.xorconn[conn.addr].nextoffset = conn.nextoffset
54
+ self.xorconn[conn.addr].proto = conn.proto
55
+ self.xorconn[conn.addr].info(proto=conn.proto)
56
57
#
58
# Each blob will be xor'ed and the "newblob" data will be added to the connection
0 commit comments