This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

No outgoing packets

0

Hello,

I'm currently facing issue when tryin to capture network communications from Win 7 X64 stations. When I start a capture from a client, in the capture I most of the time I don't see packets sent by the client.

Strangely it's quite random. Sometines I see packets from the client at the begining of the communication but after a short while I see only packets from server.

Do you have any idea causing this issue. This is blocking my network analyse so I need to solve it.

Is this related to offload / chimney behavior?

Thanks for your help

asked 15 Jan '14, 06:40

any-one's gravatar image

any-one
1557
accept rate: 0%

edited 10 Feb '14, 05:55

Try searching the site for "outgoing packets". This comes up a lot and is usually AV or VPN software or TCP offloading.

(15 Jan '14, 07:01) grahamb ♦

I already tried to deactivate TCP Offload without success :(

netsh int tcp set global chimney=disabled

I checked the NIC settings, there's no specifig setting about offload. So I don't really undertand the source of the issue

(15 Jan '14, 09:11) any-one

One Answer:

1

Sometines I see packets from the client at the begining of the communication but after a short while I see only packets from server.

That's usually a sign for TCP offloading into the NIC driver. You will see the 3-way handshake and then nothing, as the rest of the communication is handled by the NIC itself and that traffic is invisible to Wireshark (due to the way the capturing library inserts itself into the kernel).

BTW: Apparently you already knew that, as you chose the right tags (offload and chimney) ;-))

There are other reasons, like 'strange network drivers', security software, etc.

http://ask.wireshark.org/questions/17638/no-outgoing-packets
http://ask.wireshark.org/questions/28762/outbound-packets-not-captured

See also other, similar, questions with the tags 'outgoing' or 'outbound'

http://ask.wireshark.org/tags/outgoing/
http://ask.wireshark.org/tags/outbound/

BTW: I just updated the tags of some of those questions, as this specific problem arised a few times lately.

Regards
Kurt

answered 15 Jan '14, 07:03

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 15 Jan '14, 07:17

Thanks for your reply.

I'm facing this issue even when I try to PING a server. I see only echo reply packets. no echo request. even using Wireless network

(15 Jan '14, 08:22) any-one

Did you look at the 'DNE problem' (actually 'DNE LightWeight Filter' as part of a VPN client installed on the system)?

http://ask.wireshark.org/questions/28762/outbound-packets-not-captured

(15 Jan '14, 08:32) Kurt Knochner ♦

I'm pretty sure there's no VPN client installed on stations. I can duble check.

(15 Jan '14, 09:13) any-one

Any other security software, like Endpoint protection, AV and the like?

(15 Jan '14, 09:54) Kurt Knochner ♦

Symantec Endpoint Protection is installed on our clients. I'll request the right to disable it. I'll let you know.

(16 Jan '14, 00:35) any-one

O.K. that one is known to cause such an effect.

(16 Jan '14, 00:47) Kurt Knochner ♦

Hello,

I can confirm. I am now able to disable Symantec Endpoint Protect (SEP)and now I can see all packets in Wireshark !

(10 Feb '14, 05:53) any-one

Good!

Hint: If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions. For extra points you can up vote the answer (thumb up).

(10 Feb '14, 06:32) Kurt Knochner ♦
showing 5 of 8 show 3 more comments