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 7784] OOPS: dissector table "sctp.ppi" doesn't exist Proto

Date: Tue, 2 Oct 2012 22:38:10 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7784

--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2012-10-02 22:38:09 PDT ---
This cannot be in the proto_register_dtls routine:

dissector_add_uint("sctp.ppi", DIAMETER_DTLS_PROTOCOL_ID, dtls_handle);

It has to be in the proto_reg_handoff_dtls routine.

Looks like we missed revision 44511 on the backport list...

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44511

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