aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-01 15:15:08 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-01 15:15:08 +0000
commitd9118dc089e7d842bc5c288238e1b100c799fb63 (patch)
tree9a1acdf9d2c216571cbfd181a679af12cab5d99d /file.c
parent4cf12f590ec0c5ffca4f6af9ffb99c59ec52a005 (diff)
add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),
this sets flags for later rendering of the field data svn path=/trunk/; revision=10752
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index ea58cf4453..127fac0df7 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.379 2004/04/25 12:04:07 ulfl Exp $
+ * $Id: file.c,v 1.380 2004/05/01 15:15:07 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1959,7 +1959,7 @@ match_subtree_text(proto_node *node, gpointer data)
}
/* Don't match invisible entries. */
- if (!fi->visible)
+ if (PROTO_ITEM_IS_HIDDEN(node))
return;
/* was a free format label produced? */