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

Wireshark-commits: [Wireshark-commits] rev 22289: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 12 Jul 2007 15:34:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22289

User: morriss
Date: 2007/07/12 03:34 PM

Log:
 Undo part of rev 21460: go back to passing proto_ssl to the tap (since apparently follow ssl stream uses it) but now cast it using GINT_TO_POINTER so as to avoid a warning (seen on 64-bit Redhat AS4) about casting to a pointer from an integer of different size.  It does not appear that there is a DTLS tap (which is the other thing changed in 21460).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -1      packet-ssl.c    Modified