aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-07 03:04:03 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-07 03:04:03 +0000
commitcfe7534551b5428fc45632b5145d885e41c18a17 (patch)
treed872c7c9a8f6747443defcde799579d000d3f024 /packet-dcerpc-netlogon.c
parentcb1e47ea8f354cc53d7affa63ff3e1d5f6553793 (diff)
Tiny DELTA_RENAME_USER and DELTA_RENAME_ALIAS update
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5832 f5534014-38df-0310-8fa8-9805f1628bb7
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 38a2f784ae..9f6e9fdc22 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.34 2002/07/07 02:39:51 sahlberg Exp $
+ * $Id: packet-dcerpc-netlogon.c,v 1.35 2002/07/07 03:04:03 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3728,7 +3728,7 @@ netlogon_dissect_TYPE_20(tvbuff_t *tvb, int offset,
case 7:
offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep,
netlogon_dissect_DELTA_RENAME, NDR_POINTER_UNIQUE,
- "TYPE_23 pointer:", hf_netlogon_group_name/*XXX*/, 0);
+ "DELTA_RENAME_USER:", hf_netlogon_acct_name, 0);
break;
case 8:
offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep,
@@ -3743,7 +3743,7 @@ netlogon_dissect_TYPE_20(tvbuff_t *tvb, int offset,
case 11:
offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep,
netlogon_dissect_DELTA_RENAME, NDR_POINTER_UNIQUE,
- "TYPE_23 pointer:", hf_netlogon_group_name/*XXX*/, 0);
+ "DELTA_RENAME_ALIAS:", hf_netlogon_alias_name, 0);
break;
case 12:
offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep,