Simple Information, Document
Official Website
English
English
  • About Us
  • Privacy Policy
  • Terms of Service
    • Cloud Computing
  • Knowledge Base
    • Identity Verification Instructions
    • Explanation of Amount
    • Cloud Computing Instructions
      • Manage Product and Service
      • Manage Your Server
    • Networking
      • BGP / BYOIP
      • Port / Service Limit
      • Dump Packet across operating systems
      • Perform packet capture across operating systems
  • Product Info
    • Cloud Servers
    • Dedicated Servers
    • Colocation
    • IP Transit
Powered by GitBook
On this page
  • Windows (Windows 7/10/11, Windows Server)
  • Linux (Debian, Ubuntu)
  1. Knowledge Base
  2. Networking

Dump Packet across operating systems

PreviousPort / Service LimitNextPerform packet capture across operating systems

Last updated 3 months ago

Windows (Windows 7/10/11, Windows Server)

  1. Download Windows x64 Installer or PortableApps version from .

  2. Run Wireshark and select main Interface (typically Ethernet) to start packet capture.

  1. Stop capture immediately when anomaly is detected.

  1. Save and provide capture file to technical staff for investigation.

Linux (Debian, Ubuntu)

  1. Install tcpdump using apt package manager: apt install tcpdump

  1. Identify main Interface using ip addr (e.g., eth0)

  1. Start capture: tcpdump -i <Interface> -s 65535 -w output.pcap

Press Ctrl + C to stop when anomaly occurs, provide output.pcap file with timestamp.

Wireshark's official website