aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-09 05:37:47 +0000
committerTim Potter <tpot@samba.org>2003-07-09 05:37:47 +0000
commit0e2d9b434181d87f06114a07860b2c1708c89fd8 (patch)
tree341f44799b56b4a20fccb7571c2ebb19cd06b67b /packet-ip.c
parenteb36afb16ce73db490592dbad56c38a820235354 (diff)
Removed duplicate definitions of flags_set_truth.
svn path=/trunk/; revision=8001
Diffstat (limited to 'packet-ip.c')
-rw-r--r--packet-ip.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet-ip.c b/packet-ip.c
index 4670d574b7..7f522fecb1 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.192 2003/06/05 22:23:57 guy Exp $
+ * $Id: packet-ip.c,v 1.193 2003/07/09 05:37:47 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -797,11 +797,6 @@ static const true_false_string tos_set_high = {
"Normal"
};
-static const true_false_string flags_set_truth = {
- "Set",
- "Not set"
-};
-
static guint16 ip_checksum(const guint8 *ptr, int len)
{
vec_t cksum_vec[1];