summaryrefslogtreecommitdiff
path: root/dfilter.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-03 15:04:33 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-03 15:04:33 +0000
commitaebcf2eb32cc8693056172c2ed7718880f2db85d (patch)
tree7e276869eedbacd669164d445e93812ee2402c62 /dfilter.h
parentfeaab633b56e6207a3d374a7a94defcd8bf42729 (diff)
downloadwireshark-aebcf2eb32cc8693056172c2ed7718880f2db85d.tar.gz
Removed the "exists" keyword from the grammar. The name of a protocol or a
field by itself assumes you are checking for the existence of that protocol or field. Changed the format of the list of filterable fields in the man page. Developers: run "./configure" so that your configure script will re-create dfilter2pod from the new dfilter2pod.in svn path=/trunk/; revision=426
Diffstat (limited to 'dfilter.h')
-rw-r--r--dfilter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dfilter.h b/dfilter.h
index 8fcf65bee7..a46fd1a421 100644
--- a/dfilter.h
+++ b/dfilter.h
@@ -1,7 +1,7 @@
/* dfilter.h
* Definitions for display filters
*
- * $Id: dfilter.h,v 1.4 1999/08/01 04:28:08 gram Exp $
+ * $Id: dfilter.h,v 1.5 1999/08/03 15:04:26 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -66,7 +66,6 @@ enum node_type {
abs_time,
string,
ether,
- ether_vendor,
bytes,
ipv4,
ipxnet