aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-13 07:38:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-13 07:38:34 +0000
commit5a801aacfa89a70b756b0c5593a1eab919bf80d5 (patch)
tree6bda4bdf0b43b75475f4a7236b14b50816c65f19 /packet-dcerpc-netlogon.c
parent7e6d288db3c7de0dc9301eedff9184ab2cd431b0 (diff)
Update dissect_ndr_nt_STRING so it can also accept FT_BYTES and for that type
display the data as a hexadecimal string. Update netlogon so that nt and lm challenge response bytes are displayed in hexadecimal form and not pseudo-ascii svn path=/trunk/; revision=4934
Diffstat (limited to 'packet-dcerpc-netlogon.c')
-rw-r--r--packet-dcerpc-netlogon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc-netlogon.c b/packet-dcerpc-netlogon.c
index 9b4065170d..ab1bafcad2 100644
--- a/packet-dcerpc-netlogon.c
+++ b/packet-dcerpc-netlogon.c
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* 2002 structure and command dissectors by Ronnie Sahlberg
*
- * $Id: packet-dcerpc-netlogon.c,v 1.3 2002/03/12 08:16:41 sahlberg Exp $
+ * $Id: packet-dcerpc-netlogon.c,v 1.4 2002/03/13 07:38:33 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5247,11 +5247,11 @@ static hf_register_info hf[] = {
NULL, 0x0, "", HFILL }},
{ &hf_netlogon_nt_chal_resp,
- { "NT Chal resp", "netlogon.nt_chal_resp", FT_STRING, BASE_NONE,
+ { "NT Chal resp", "netlogon.nt_chal_resp", FT_BYTES, BASE_HEX,
NULL, 0, "Challenge response for NT authentication", HFILL }},
{ &hf_netlogon_lm_chal_resp,
- { "LM Chal resp", "netlogon.lm_chal_resp", FT_STRING, BASE_NONE,
+ { "LM Chal resp", "netlogon.lm_chal_resp", FT_BYTES, BASE_HEX,
NULL, 0, "Challenge response for LM authentication", HFILL }},
{ &hf_netlogon_acct_name,