https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048
--- Comment #20 from Guy Harris <guy@xxxxxxxxxxxx> 2012-04-25 21:28:42 PDT ---
The patch that was checked in didn't address my comment
The "various internal variables" in the .vwr reader file should not be
static;
we make no guarantee that Wiretap will only have one file open. Instead,
you
should allocate a private data structure for each wtap structure, and
attach it
to that structure through the "priv" pointer.
I've checked in a change to fix that.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.