https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14388

Guy Harris <g...@alum.mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Hardware|x86                         |All
                 OS|Windows 10                  |All
         Resolution|---                         |FIXED

--- Comment #13 from Guy Harris <g...@alum.mit.edu> ---
I've checked in a change that allows the plugin's read routine to indicate
whether the block in question is one that should be returned by wtap_read() and
wtap_seek_read() and passed to dissectors or is one that is processed
internally in the plugin's read routine to, for example, update some internal
state, and should not be returned by wtap_read() or wtap_seek_read() and passed
to dissectors.

The plugin read routine is now passed a pointer to a wtapng_block_t; that
structure contains pointers to the struct wtap_pkthdr and the Buffer that were
formerly passed as individual arguments.  The structure also contains a Boolean
field "internal", which should be set to TRUE if the packet is processed
internally by the read routine and shouldn't be returned and FALSE if the
packet should be returned.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to