aboutsummaryrefslogtreecommitdiffstats
path: root/format-oid.h
AgeCommit message (Collapse)AuthorFilesLines
2003-09-08From Kari Tiirikainen:guy1-1/+3
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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8414 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-11If we're linking with the UCD SNMP library, make "format_oid()" append aguy1-0/+30
display of the symbolic form of the OID. Remove code that used to do that outside of "format_oid()". Export "format_oid()" from "packet-snmp.c" and use it in "packet-cops.c". Remove support for CMU SNMP and older versions of UCD SNMP from "packet-cops.c", as it has been removed from the rest of Ethereal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4924 f5534014-38df-0310-8fa8-9805f1628bb7