diff options
author | Tim Potter <tpot@samba.org> | 2002-08-21 21:25:23 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-08-21 21:25:23 +0000 |
commit | 60e4ca9c4f376ab67f78cbfe6e3ae903d5b2b144 (patch) | |
tree | 13169067303d57fe6a56e775824a8f09d320c494 /packet-aodv.c | |
parent | ec975908e21dff2b59247fb756dec695ae5c61ba (diff) | |
download | wireshark-60e4ca9c4f376ab67f78cbfe6e3ae903d5b2b144.tar.gz wireshark-60e4ca9c4f376ab67f78cbfe6e3ae903d5b2b144.tar.bz2 wireshark-60e4ca9c4f376ab67f78cbfe6e3ae903d5b2b144.zip |
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 'packet-aodv.c')
-rw-r--r-- | packet-aodv.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packet-aodv.c b/packet-aodv.c index 01123b4237..9b1ce4d6b6 100644 --- a/packet-aodv.c +++ b/packet-aodv.c @@ -2,7 +2,7 @@ * Routines for AODV dissection * Copyright 2000, Erik Nordström <erik.nordstrom@it.uu.se> * - * $Id: packet-aodv.c,v 1.3 2002/08/02 23:35:47 jmayer Exp $ + * $Id: packet-aodv.c,v 1.4 2002/08/21 21:25:23 tpot Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -51,11 +51,6 @@ #define RERR_NODEL 0x80 -static const true_false_string flags_set_truth = { - "Set", - "Not set" -}; - static const value_string type_vals[] = { { RREQ, "RREQ" }, { RREP, "RREP" }, |