parsing extentions from server response

This commit is contained in:
Domingo Dirutigliano
2025-03-17 11:02:04 +01:00
parent 35c46a223e
commit c628ff57a5
2 changed files with 87 additions and 55 deletions

View File

@@ -106,6 +106,7 @@ class DataStreamCtx:
self.__data = glob["__firegex_pyfilter_ctx"]
self.filter_glob = glob
self.current_pkt = RawPacket._fetch_packet(self) if init_pkt else None
self.call_mem = {} #A memory space valid only for the current packet handler
@property
def filter_call_info(self) -> list[FilterHandler]: