Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7233] tshark: support sequential reading from pipes

Date: Tue, 5 Jun 2012 00:26:03 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7233

Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Guy Harris <guy@xxxxxxxxxxxx> 2012-06-05 00:26:02 PDT ---
Checked in, with the type of "had" changed to ptrdiff_t (that being the C
language's official type for the difference between two pointers into the same
array; that might be necessary to avoid warnings from some compilers about the
difference not fitting into an unsigned int).

Are there any cases where a *forward* seek could be done inside the buffer? 
That might speed up some of the "seek forward to skip stuff" cases a bit.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.