aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sap.c
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 /packet-sap.c
parentec975908e21dff2b59247fb756dec695ae5c61ba (diff)
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-sap.c')
-rw-r--r--packet-sap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet-sap.c b/packet-sap.c
index 85574f6def..25ca3989be 100644
--- a/packet-sap.c
+++ b/packet-sap.c
@@ -4,7 +4,7 @@
*
* Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-sap.c,v 1.28 2002/08/02 23:36:00 jmayer Exp $
+ * $Id: packet-sap.c,v 1.29 2002/08/21 21:25:23 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -52,11 +52,6 @@ static const true_false_string mcast_sap_address_type = {
"IPv4"
};
-static const true_false_string flags_set_truth = {
- "Set",
- "Not set"
-};
-
static const true_false_string mcast_sap_message_type = {
"Deletion",
"Announcement"