ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4002] collectd dissector: Add support for cryptographic fe

Date: Mon, 14 Sep 2009 17:20:46 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4002


Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #6 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>  2009-09-14 17:20:45 PDT ---
Patches checked in with a couple of changes:
        - replace tvb_length_remaining() with tvb_reported_length_remaining()
        - replace proto_tree_add_protocol_format() with tvb_tree_add_text()

The former allows the dissector to throw an exception if/when the packets are
cut short due to capturing with a snaplen, the latter is to use the right
function (as mentioned in the original submission).

Thanks for your continued contribution!


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