From 2a9a8274458f8b522b6f6b24b695ed61731c9aca Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 17 Apr 2002 10:29:09 +0000 Subject: Added dissection and support functions for LSAENUMERATEPRIVILEGES function. svn path=/trunk/; revision=5187 --- packet-dcerpc-nt.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packet-dcerpc-nt.h') diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h index e07e42d9f1..49dffb2649 100644 --- a/packet-dcerpc-nt.h +++ b/packet-dcerpc-nt.h @@ -2,7 +2,7 @@ * Routines for DCERPC over SMB packet disassembly * Copyright 2001, Tim Potter * - * $Id: packet-dcerpc-nt.h,v 1.19 2002/04/17 09:24:09 sahlberg Exp $ + * $Id: packet-dcerpc-nt.h,v 1.20 2002/04/17 10:29:09 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -163,4 +163,9 @@ dissect_nt_GUID(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, char *drep); +int +dissect_nt_LUID(tvbuff_t *tvb, int offset, + packet_info *pinfo, proto_tree *tree, + char *drep); + #endif /* packet-dcerpc-nt.h */ -- cgit v1.2.3