Removed duplicate definitions of flags_set_truth.

svn path=/trunk/; revision=8001
This commit is contained in:
Tim Potter 2003-07-09 05:37:47 +00:00
parent eb36afb16c
commit 0e2d9b4341
2 changed files with 2 additions and 12 deletions

View File

@ -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"

View File

@ -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];