summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-08-21 21:25:23 +0000
committerTim Potter <tpot@samba.org>2002-08-21 21:25:23 +0000
commit60e4ca9c4f376ab67f78cbfe6e3ae903d5b2b144 (patch)
tree13169067303d57fe6a56e775824a8f09d320c494 /epan/packet.h
parentec975908e21dff2b59247fb756dec695ae5c61ba (diff)
downloadwireshark-60e4ca9c4f376ab67f78cbfe6e3ae903d5b2b144.tar.gz
Moved the generic true_false_string saying "Set", "Not set" into
epan/packet.c It was cut and pasted into seven other dissectors! svn path=/trunk/; revision=6052
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 99c8339e0f..e53efd263b 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.58 2002/08/02 21:29:39 jmayer Exp $
+ * $Id: packet.h,v 1.59 2002/08/21 21:25:21 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -77,6 +77,8 @@ typedef struct true_false_string {
char *false_string;
} true_false_string;
+extern const true_false_string flags_set_truth;
+
extern void packet_init(void);
extern void packet_cleanup(void);