Ethereal-dev: [Ethereal-dev] User Info (0x10 == 16) is an ACB struct.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Andrew Bartlett <abartlet@xxxxxxxxx>
Date: Sat, 06 Jul 2002 15:26:03 +1000
The attached patch completes one of the remaining 'undecoded' structs in
the ethereal SAMR decoder.

I'm not sure exactly how you prefer to implment this stuff, but I'm sure
you can take it from here :-)

Andrew Bartlett
-- 
Andrew Bartlett                                 abartlet@xxxxxxxxxxx
Manager, Authentication Subsystems, Samba Team  abartlet@xxxxxxxxx
Student Network Administrator, Hawker College   abartlet@xxxxxxxxxxx
http://samba.org     http://build.samba.org     http://hawkerc.net
Index: packet-dcerpc-samr.c
===================================================================
RCS file: /cvsroot/ethereal/packet-dcerpc-samr.c,v
retrieving revision 1.49
diff -u -r1.49 packet-dcerpc-samr.c
--- packet-dcerpc-samr.c	2002/07/02 02:33:07	1.49
+++ packet-dcerpc-samr.c	2002/07/06 05:22:54
@@ -3114,8 +3114,7 @@
 				hf_samr_workstations, 0);
 		break;
 	case 16:
-	        offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,
-        	                             hf_samr_unknown_long, NULL);
+		offset = dissect_ndr_nt_acct_ctrl(tvb, offset, pinfo, tree, drep);
 		break;
 	case 17:
 		offset = dissect_ndr_nt_NTTIME(tvb, offset, pinfo, tree, drep,