Wireshark-commits: [Wireshark-commits] rev 19129: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-kerberos.c packet-kerberos4.c
From:
sahlberg@xxxxxxxxxxxxx
Date: Mon, 04 Sep 2006 08:18:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19129
User: sahlberg
Date: 2006/09/04 08:18 AM
Log:
krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
use call_dissector_only() which is new-style aware and not call_dissector() which is not.
this fixes a recent bug found on the heimdal list.
Directory: /trunk/epan/dissectors/
Changes Path Action
+4 -1 packet-kerberos.c Modified
+4 -4 packet-kerberos4.c Modified