Dump network traffic of single application (strace-like)
11
votes
2
answers
6100
views
I'm looking for a way to dump pcap of network data generated by an application, in a simmilar way
strace
dumps syscalls, etc. eg:
net-strace somecommand -args
somecommand
would do something over the network, and net-strace
would save a pcap dump of all the traffic generated by that app (+ replies and related traffic).
Can this be achieved?
Asked by gesti
(111 rep)
Dec 18, 2014, 01:01 PM
Last activity: Mar 13, 2024, 08:19 AM
Last activity: Mar 13, 2024, 08:19 AM