A formal description tool for network protocols in the environment of Android system
A formal description and network protocol technology, applied in transmission systems, electrical components, program control devices, etc., can solve problems such as network traffic restrictions and system impact, and achieve the effect of small impact
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0068] 1. Android-based network data collection
[0069] The Android-based network data acquisition module mainly filters and captures network data packets. The Tcpdump tool is used to realize the collection and management functions of data packets. The process is as follows:
[0070] (1) Upload Tcpdump to the / system / bin / folder of the mobile phone, and grant permission to Tcpdump, that is, run the command adb shell chmod 6755 / system / bin / Tcpdump
[0071] (2) To run Tcpdump, the premise is that the operating system has obtained root privileges, otherwise Tcpdump cannot capture data packets. Following is the command to capture packets.
[0072] adb shell Tcpdump -i any -p -s 0 -w / sdcard / capture.pcap
[0073] # "-i any": listen on any network interface
[0074] # "-p": disable promiscuous mode (doesn't work anyway)
[0075] # "-s 0": capture the entire packet
[0076] # "-w": write packets to a file (rather than printing to stdout)
[0077] (3) After the packet is capt...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


