https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3457
--- Comment #8 from Stig Bjørlykke <stig@xxxxxxxxxxxxx> 2009-06-02 03:15:24 PDT ---
Do we really need to read the whole file to determine if it's a nstrace file?
This really slows down the File->Open on large unknown files.
Is it possible to use the magic bytes "NetScaler V20 Performance Data" in the
start of the file?
If not I would suggest reading just the first NSPR_PAGESIZE bytes and remove
the loop in nspm_signature_version().
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.