Wireshark-bugs: [Wireshark-bugs] [Bug 11414] Match conversation tracking on ICMP

Date: Mon, 03 Aug 2015 17:43:55 +0000

changed bug 11414


What Removed Added
CC   [email protected]

Comment # 1 on bug 11414 from
Request / response tracking requires performing multiple passes on the file (so
as to properly link together frames that are in the future compared to current
frame).
I will let experts comment (I'm not familiar with the live capture code) but I
guess there is no guarantee that a given packet will be analyzed several times
during a live capture. This would explain why you get the proper decoding when
opening the pcap file later on (as here multiple passes for request / response
tracking is done for each packet).


You are receiving this mail because:
  • You are watching all bug changes.