ntlm: add a message analyzer tool
commitcf4ac2b75f20217fa715dc29e5b8a86f934d925b
authorStefan Becker <chemobejk@gmail.com>
Fri, 15 Mar 2013 22:24:56 +0000 (16 00:24 +0200)
committerStefan Becker <chemobejk@gmail.com>
Fri, 15 Mar 2013 22:24:56 +0000 (16 00:24 +0200)
tree8cd19fb4622f30cc27659c76ccf6c9abd14d6ba9
parentc2093418fc0f29fc9c0849b9e5ef97a9a265cbec
ntlm: add a message analyzer tool

It takes Base64-encoded gssapi= data, decodes it and prints the
information out in human-readable from. It re-uses the describe()
functions in sip-sec-ntlm.c
.gitignore
src/core/Makefile.am
src/core/sip-sec-ntlm-analyzer.c [new file with mode: 0644]
src/core/sip-sec-ntlm.c