aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.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-snmp.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-snmp.c')
-rw-r--r--packet-snmp.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet-snmp.c b/packet-snmp.c
index e5bab4bab9..602646504d 100644
--- a/packet-snmp.c
+++ b/packet-snmp.c
@@ -8,7 +8,7 @@
*
* See RFCs 1905, 1906, 1909, and 1910 for SNMPv2u.
*
- * $Id: packet-snmp.c,v 1.94 2002/08/02 23:36:03 jmayer Exp $
+ * $Id: packet-snmp.c,v 1.95 2002/08/21 21:25:23 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -113,11 +113,6 @@ static dissector_handle_t data_handle;
#define TH_CRYPT 0x02
#define TH_REPORT 0x04
-static const true_false_string flags_set_truth = {
- "Set",
- "Not set"
-};
-
#define UDP_PORT_SNMP 161
#define UDP_PORT_SNMP_TRAP 162
#define TCP_PORT_SMUX 199