From 6c75aa83f9559312b7a3d3bf5989ab6668dbd076 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 3 Jan 2001 04:37:07 +0000 Subject: Fix a damn stupid mistake that stopped us seeing all the bits in the flags on a NetServerEnum2 request. svn path=/trunk/; revision=2809 --- packet-smb-pipe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packet-smb-pipe.c b/packet-smb-pipe.c index 0cb0bf763d..4215fda469 100644 --- a/packet-smb-pipe.c +++ b/packet-smb-pipe.c @@ -2,7 +2,7 @@ * Routines for smb packet dissection * Copyright 1999, Richard Sharpe * - * $Id: packet-smb-pipe.c,v 1.13 2001/01/01 01:44:46 sharpe Exp $ + * $Id: packet-smb-pipe.c,v 1.14 2001/01/03 04:37:07 sharpe Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -565,7 +565,7 @@ dissect_pipe_lanman(const u_char *pd, int offset, frame_data *fd, guint16 FunctionCode; guint16 Level; guint16 RecvBufLen; - guint16 Flags; + guint32 Flags; const char *ParameterDescriptor; const char *ReturnDescriptor; proto_tree *lanman_tree = NULL, *flags_tree = NULL; -- cgit v1.2.1