aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-03 19:49:15 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-03 19:49:15 +0000
commitbd4da13134c5aeef2512bb773c57575da17ef6f2 (patch)
tree76f583a0c58f4152cc936c3e50cb916f04faed31
parent107e9097611382fc44108cb6d94f166d97115296 (diff)
#if 0 an used function
svn path=/trunk/; revision=34355
-rw-r--r--epan/dissectors/packet-ntlmssp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ntlmssp.c b/epan/dissectors/packet-ntlmssp.c
index 2a7ba6fa4e..6997d7f467 100644
--- a/epan/dissectors/packet-ntlmssp.c
+++ b/epan/dissectors/packet-ntlmssp.c
@@ -342,6 +342,7 @@ static void printnbyte(const guint8* tab _U_,int nb _U_, const char* txt _U_,con
*/
static GSList *decrypted_payloads;
+#if 0
static int
LEBE_Convert(int value)
{
@@ -353,6 +354,7 @@ LEBE_Convert(int value)
d=(value&0xFF000000) >> 24;
return (a << 24) | (b << 16) | (c << 8) | d;
}
+#endif
/*
Perform a DES encryption with a 16 bit key and 8bit data item.