You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "pcap2har/httpsession.py", line 134, in init
self.flows.append(http.Flow(flow))
File "pcap2har/http/flow.py", line 24, in init
success, requests, responses = parse_streams(tcpflow.fwd, tcpflow.rev)
File "pcap2har/http/flow.py", line 117, in parse_streams
requests = gather_messages(Request, request_stream)
File "pcap2har/http/flow.py", line 90, in gather_messages
msg = MessageClass(tcpdir, pointer)
File "pcap2har/http/request.py", line 16, in init
http.Message.init(self, tcpdir, pointer, dpkt_http.Request)
File "pcap2har/http/message.py", line 24, in init
self.msg = msgclass(tcpdir.data[pointer:])
File "pcap2har/dpkt_http_replacement.py", line 74, in init
self.unpack(args[0])
File "pcap2har/dpkt_http_replacement.py", line 133, in unpack
Message.unpack(self, f.read())
File "pcap2har/dpkt_http_replacement.py", line 88, in unpack
self.body = parse_body(f, self.headers)
File "pcap2har/dpkt_http_replacement.py", line 45, in parse_body
buf = f.read(n)
OverflowError: long int too large to convert to int
The text was updated successfully, but these errors were encountered:
File "pcap2har/httpsession.py", line 134, in init
self.flows.append(http.Flow(flow))
File "pcap2har/http/flow.py", line 24, in init
success, requests, responses = parse_streams(tcpflow.fwd, tcpflow.rev)
File "pcap2har/http/flow.py", line 117, in parse_streams
requests = gather_messages(Request, request_stream)
File "pcap2har/http/flow.py", line 90, in gather_messages
msg = MessageClass(tcpdir, pointer)
File "pcap2har/http/request.py", line 16, in init
http.Message.init(self, tcpdir, pointer, dpkt_http.Request)
File "pcap2har/http/message.py", line 24, in init
self.msg = msgclass(tcpdir.data[pointer:])
File "pcap2har/dpkt_http_replacement.py", line 74, in init
self.unpack(args[0])
File "pcap2har/dpkt_http_replacement.py", line 133, in unpack
Message.unpack(self, f.read())
File "pcap2har/dpkt_http_replacement.py", line 88, in unpack
self.body = parse_body(f, self.headers)
File "pcap2har/dpkt_http_replacement.py", line 45, in parse_body
buf = f.read(n)
OverflowError: long int too large to convert to int
The text was updated successfully, but these errors were encountered: