Wireshark-bugs: [Wireshark-bugs] [Bug 8590] Have libwiretap handle non-packet records in capture
Date: Sun, 30 Nov 2014 21:18:04 +0000

Comment # 14 on bug 8590 from
(Presumably the case of process IDs wrapping around can be handled by

    1) assuming that no two processes can exist with the same PID, so that if
you get two process-started events with the same PID, and no intervening
process-ended event, you just ignore the second process-started event;

    2) treating the PID in a packet block option as referring to the process
indicated by the most recent process-started block preceding the packet block.)


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