networking - ping with tcpflow and tcpdump -


when use tcpflow icmp , ping have no answer, when use tcpdump icmp aand ping i'm getting answer. wrong tcpflow configuration or should that?

when use tcpflow icmp , ping have no answer

uh... how this: tcpflow captures data tcp connections , icmp messages (e.g., pings & etc) not part of tcp connections.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -