aboutsummaryrefslogtreecommitdiffstats
path: root/format-oid.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-09-08From Kari Tiirikainen:Guy Harris1-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) svn path=/trunk/; revision=8414
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-03-11If we're linking with the UCD SNMP library, make "format_oid()" append aGuy Harris1-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. svn path=/trunk/; revision=4924