What does tftp_server and tcpdump is used for in Xiaomi android phone?
2
votes
0
answers
85
views
I have a Xiaomi smartphone, the OS is Xiaomi HyperOS, which I believe is a variant of Google's vanilla Android OS. I used adb to open a shell, and found that there are two "suspicious" processes
tftp_server
and tcpdump
running all the time:
vendor_rfs 1779 1 0 20:50:18 ? 00:01:42 tftp_server
system 2289 1 0 20:50:19 ? 00:00:45 tcpdump -i any -W 3 -C 5 -s 134 -w /data/vendor/wlan_logs/tcpdump.pcap -Z system
I know tftp service is usually for firmware upgrade in embedded systems, and tcpdump is for capturing packets, especially when debugging code related to network protocols.
What is the purpose of these 2 processes?
Asked by Xiaoyong Guo
(121 rep)
Aug 15, 2024, 05:05 AM
Last activity: Aug 15, 2024, 03:24 PM
Last activity: Aug 15, 2024, 03:24 PM