aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packet-diameter.c7
-rw-r--r--packet-ip.c7
2 files changed, 2 insertions, 12 deletions
diff --git a/packet-diameter.c b/packet-diameter.c
index e7ee2172ba..afcaf8cf0f 100644
--- a/packet-diameter.c
+++ b/packet-diameter.c
@@ -1,7 +1,7 @@
/* packet-diameter.c
* Routines for Diameter packet disassembly
*
- * $Id: packet-diameter.c,v 1.54 2003/05/15 07:44:53 guy Exp $
+ * $Id: packet-diameter.c,v 1.55 2003/07/09 05:37:47 tpot Exp $
*
* Copyright (c) 2001 by David Frascone <dave@frascone.com>
*
@@ -152,11 +152,6 @@ static ApplicationId *ApplicationIdHead=NULL;
#define TCP_PORT_DIAMETER 1812
#define SCTP_PORT_DIAMETER 1812
-static const true_false_string flags_set_truth = {
- "Set",
- "Not set"
-};
-
static const true_false_string reserved_set = {
"*** Error! Reserved Bit is Set",
"Ok"
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];