On Dec 25, 2011, at 12:45 PM, Guy Harris wrote: > What Wireshark does *NOT* do is pass a non-null protocol tree pointer to the > dissector when loading a capture file;
Or, more correctly, what Wireshark does *NOT* do is *guarantee* that the protocol tree pointer passed to the dissector when loading a capture file is non-null. It *might* be, but any dissector that fails to work correctly if the pointer is null in that case has a bug. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
