
ipsumdump
List of commands for ipsumdump:
-
ipsumdump:tldr:4643a ipsumdump: Print the anonymised source address, anonymised destination address, and IP packet length of all packets in a pcap file.$ ipsumdump --src --dst --length --anonymize ${filename-pcap}try on your machineexplain this command
-
ipsumdump:tldr:afbc0 ipsumdump: Print the source and destination IP addresses of all packets in a pcap file.$ ipsumdump --src --dst ${filename-pcap}try on your machineexplain this command
-
ipsumdump:tldr:f18f5 ipsumdump: Print the timestamps, source address, source port, destination address, destination port and protocol of all packets read from a given network interface.$ ipsumdump --interface ${eth0} -tsSdDptry on your machineexplain this command