diff options
author | Richard Sharpe <sharpe@ns.aus.com> | 1999-07-01 04:04:38 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@ns.aus.com> | 1999-07-01 04:04:38 +0000 |
commit | 4cef485bd490c01ce5480fbab1da0e58eddbe297 (patch) | |
tree | c63adcaacc73e326551fbf1579bb9e96baca7f06 /packet-smb.c | |
parent | e10ddc676c64051bfe0538832218277932deb489 (diff) | |
download | wireshark-4cef485bd490c01ce5480fbab1da0e58eddbe297.tar.gz wireshark-4cef485bd490c01ce5480fbab1da0e58eddbe297.tar.bz2 wireshark-4cef485bd490c01ce5480fbab1da0e58eddbe297.zip |
Fixed a small problem that would have prevented Ethereal from compiling.
svn path=/trunk/; revision=335
Diffstat (limited to 'packet-smb.c')
-rw-r--r-- | packet-smb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb.c b/packet-smb.c index 15130a4c84..5edeaa6958 100644 --- a/packet-smb.c +++ b/packet-smb.c @@ -2,7 +2,7 @@ * Routines for smb packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-smb.c,v 1.13 1999/06/28 10:57:57 sharpe Exp $ + * $Id: packet-smb.c,v 1.14 1999/07/01 04:04:36 sharpe Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@unicom.net> @@ -1750,7 +1750,7 @@ dissect_negprot_smb(const u_char *pd, int offset, frame_data *fd, proto_tree *tr ti = proto_tree_add_item(tree, offset, 4, "Capabilities: 0x%04x", caps); caps_tree = proto_tree_new(); - proto_item_add_subtree(ti, caps_tree, ETT_SMB_CAPS); + proto_item_add_subtree(ti, caps_tree, ETT_SMB_CAPABILITIES); proto_tree_add_item(caps_tree, offset, 4, "%s", decode_boolean_bitfield(caps, 0x0001, 32, "Raw Mode supported", |