MIT krb5-1.6 HACK patch
authorStefan Metzmacher <metze@samba.org>
Sat, 25 Jul 2009 08:23:26 +0000 (10:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2014 08:18:24 +0000 (09:18 +0100)
commitd7c70cbd55ef36a3757dc4b1c9086a8d906eafc3
tree11ed1b045c4c34a37058ef3c5f55d356c4f46ea0
parent2af0d0a3294ab14341b5e5c4b7b6c66a91c9201f
MIT krb5-1.6 HACK patch

Apply this patch to krb5-1.6.x and build it
with a special prefix that only wireshark will use!

Then start wireshark with a script like this:

-----
metze@SERNOX:~/devel/wireshark/wireshark.git$ cat ~/bin/mxwrap.wireshark.krb5

export LD_LIBRARY_PATH="/home/metze/prefix/mit-krb5-1-6/lib/:$LD_LIBRARY_PATH"
exec /home/metze/devel/prefix/wireshark/bin/wireshark $@
gdb --args /home/metze/devel/prefix/wireshark/bin/wireshark $@
------

The LD_PRELOAD only works if the krb5 library version your system one,
then you just need to replace "libk5crypto.so", otherwise wireshark
needs to all of the custom libraries.

metze
krb5-1.6-wireshark-hack-01.diff [new file with mode: 0644]