Jeff Morriss
changed
bug 10289
Comment # 8
on bug 10289
from Jeff Morriss
A few thoughts:
1) The TCP preference's purpose (AFAICT) is to not call subdissectors on
retransmissions so I'm not sure why it would not be working here. I suppose
you do have the "Analyze TCP sequence numbers" preference enabled? (Hmmm,
maybe the "Do not call subdissectors for error packets" preference should be
labeled as requiring that preference...)
2) The SCTP dissectors doesn't even have a preference: it simply doesn't call
subdissectors on retransmissions.
3) Seer52592 for an example of some code avoiding relying on that TCP
preference.
4) This kind of thing is not at all unusual; there are bunches of bug reports
about retransmissions and out-of-order packets breaking higher-level function
X, Y, and Z.
You are receiving this mail because:
- You are watching all bug changes.