aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-10 07:09:30 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-10 07:09:30 +0000
commit0edbc33e8bc8237ff906ab3117773ff659f8f58b (patch)
treeefa2e3a1da83140e20d771b71e3efd064fecb97e /epan/dissectors/packet-cops.c
parent51670d1700b9d37649a636379bd21c8e01aacac0 (diff)
move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it now
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20372 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-cops.c')
-rw-r--r--epan/dissectors/packet-cops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-cops.c b/epan/dissectors/packet-cops.c
index cc618fd618..29486cfad9 100644
--- a/epan/dissectors/packet-cops.c
+++ b/epan/dissectors/packet-cops.c
@@ -96,9 +96,6 @@ static gboolean cops_desegment = TRUE;
static guint cops_tcp_port = 0;
-/*Some local globals needed to read COPS-PR ASN.1 Types from PIB-MIBs */
-/*MAX_OID_LEN from NET-SNMP's asn1.h*/
-
#ifdef HAVE_NET_SNMP
static subid_t last_decoded_prid_oid[MAX_OID_LEN]={0};
static subid_t last_decoded_prid_oid_length=0;