aboutsummaryrefslogtreecommitdiffstats
path: root/format-oid.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-08 19:40:10 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-08 19:40:10 +0000
commit495ddf2d53792e394d8292b9874774cc5b75f7e2 (patch)
tree7435affe6be91acd376c3042732c088a8860b547 /format-oid.h
parentbc91283f0a312d1909f739d4234a684e909a40ac (diff)
From Kari Tiirikainen:
COPS Dissector as been updated to - Optionally read ASN.1 type and enumeration information from PIBs (first converted to MIBs using guidelines in RFC 3159, Appendix A) and use that information when decoding the BER encoded COPS-PR data. By default this option is disabled. This option requires that Ethereal is compiled with NET-SNMP library. Only PRID OIDs are printed in textual format if UCD-SNMP is used. - Decode the instaceids of PRIDs correctly (the textual decoding no longer hides the InstanceId) svn path=/trunk/; revision=8414
Diffstat (limited to 'format-oid.h')
-rw-r--r--format-oid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/format-oid.h b/format-oid.h
index 86f6c3694d..ce6f79d2f4 100644
--- a/format-oid.h
+++ b/format-oid.h
@@ -1,7 +1,7 @@
/* format-oid.h
* Declare routine for formatting OIDs
*
- * $Id: format-oid.h,v 1.2 2002/08/28 21:00:06 jmayer Exp $
+ * $Id: format-oid.h,v 1.3 2003/09/08 19:40:10 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,5 +26,7 @@
#define __FORMAT_OID_H__
extern gchar *format_oid(subid_t *oid, guint oid_length);
+extern void new_format_oid(subid_t *oid, guint oid_length,
+ gchar **non_decoded, gchar **decoded);
#endif