aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sap.c
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-21 21:25:23 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-21 21:25:23 +0000
commit0b1b13f4a87517bcc064046c69a98a2c9554b7e4 (patch)
tree13169067303d57fe6a56e775824a8f09d320c494 /packet-sap.c
parent89947fb0f109247df2fbc29005127165b86cb349 (diff)
Moved the generic true_false_string saying "Set", "Not set" into
epan/packet.c It was cut and pasted into seven other dissectors! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6052 f5534014-38df-0310-8fa8-9805f1628bb7
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"