Commit Graph

15 Commits

Author SHA1 Message Date
emanuele-f
9dfeb72c79 Fix sample usage comment 2022-02-06 00:29:07 +01:00
emanuele-f
c2ad297005 Initial mitmproxy plugin implementation
The pcapdroid_mitm.py plugin allows PCAPdroid to receive the decrypted data from
mitmproxy and display it into the GUI (currently limited to the HTTP request)
2022-02-06 00:27:09 +01:00
emanuele-f
e00870b23e New dump parameters for the Intent-based API
- snaplen: limit the size of a every packet
- max_pkts_per_flow
- max_dump_size: stop the capture when the size limit is reached
2022-01-25 15:57:38 +01:00
emanuele-f
59eda30056 Print total stats when pcapd terminates 2022-01-25 10:08:10 +01:00
emanuele-f
4088285d16 Add option to write PCAP to file 2021-09-22 11:27:35 +02:00
emanuele-f
4846a0b546 Add preference to toggle the PCAPdroid trailer
Closes #36
2021-07-04 15:08:08 +02:00
emanuele-f
1518f49026 Add PCAPdroid trailer support to udp_receiver.py 2021-07-03 20:13:25 +02:00
emanuele-f
0a935be6e4 Initial export of app info in PCAP
Initial work for #36
2021-07-02 00:45:19 +02:00
emanuele-f
0f09214a09 Update copyright 2021-03-04 18:48:24 +01:00
Emanuele Faranda
ac18fbac62
Update udp_receiver.py 2021-01-22 15:28:47 +01:00
Emanuele Faranda
dd24a1de14
Update udp_receiver.py 2021-01-22 15:24:02 +01:00
emanuele-f
47aacace96 Fix some traffic not being monitored
The 128.0.0.0/1 route was missing, resulting in all the traffic for
higher IP addresses not being monitored
2020-06-09 19:02:42 +02:00
emanuele-f
dab1bcb2fe Rename project to PCAPdroid 2020-01-06 19:38:47 +01:00
emanuele-f
3619abecb5 Fix receiver issue when verbose is diasabled 2019-11-03 19:45:20 +01:00
emanuele-f
1494e7d06e Add UDP receiver python script
It handles PCAP headers automatically in order to make it easy to pause
and resume a capture
2019-11-03 19:35:17 +01:00