-
Notifications
You must be signed in to change notification settings - Fork 10
No client ip_address? #4
Comments
I changed line 114 and 115 as below and it seems worked for me.
Cheers |
Even with that PR, I get:
|
How is your PCAP setup? @raxod502 |
What do you mean? I don't have a PCAP file; I have a dump file produced by mitmproxy, which I'm trying to convert into PCAP format. |
@raxod502 apologize for my wordings, I mean how is your mitmproxy capture setup? |
I thing with the param but I always set |
Yes, correct, I was using: mitmproxy -nr preexisting.dump -s mitmpcap.py to read a dump file that was previously exported by mitmproxy. I have subsequently learned that the version of mitmproxy shipped in recent Ubuntu versions is very old (6.x), and have since upgraded (9.x). With the latest version, the version of mitmpcap in this repository does not work, but the updated version suggested in #4 (comment) does. |
When I use the addon, it shows these information:
Addon error: Traceback (most recent call last):
File "c:\Program Files (x86)\mitmproxy\mitmpcap.py", line 114, in response
client_addr = list(flow.client_conn.ip_address[:2])
AttributeError: 'Client' object has no attribute 'ip_address'
How can I fix it?
The text was updated successfully, but these errors were encountered: