Comment # 1
on bug 9782
from Hadriel Kaplan
Without looking into this too deeply... when you call the ethernet dissector,
it correctly later calls the IP, which calls the TCP one, because there are
IP/TCP packets inside your simplex protocol, which itself is over TCP. So I
think, though I could totally be wrong, that the issue is probably that TCP
sets the addresses and conversation info, and the inner one is probably
clobbering the outer one. I seem to recall there being issues around that for
encapsulated TCP packets inside TCP packets.
At least that's my guess without investigating it. :)
You are receiving this mail because:
- You are watching all bug changes.