wireshark/asn1/snmp
Jörg Mayer e26860607d Get rid of UCD SNMP support (it's not longer supported and
superseeded by net-snmp). Replace some_snmp by net_snmp
where appropriate.


svn path=/trunk/; revision=20071
2006-12-08 15:05:41 +00:00
..
Makefile Fix some property typos (eg: svn:kwywords, swn:keywords, etc) 2006-11-26 18:31:53 +00:00
Makefile.nmake Fix property typo: svm:keywords --> svn:keywords 2006-11-26 18:53:35 +00:00
README.txt Ethereal -> Wireshark 2006-05-23 15:17:14 +00:00
packet-snmp-template.c Get rid of UCD SNMP support (it's not longer supported and 2006-12-08 15:05:41 +00:00
packet-snmp-template.h name change 2006-05-21 05:12:17 +00:00
snmp-exp.cnf Include <ctype.h> to fix some warnings. Regenerate the 2006-06-14 08:08:51 +00:00
snmp.asn Fix Id marking 2006-10-25 19:26:58 +00:00
snmp.cnf Counter64 should be a FT_UINT64 and not a FT_UINT32 2006-08-23 08:05:28 +00:00

README.txt

This is a work in progress to enhance and replace the existing snmp dissector with an asn2wrs generated one.

To test/use this work in progress dissector you will have to compile it with asn2wrs and copy the resulting .c and .h files over to epan/dissectors.

This dissector is not yet ready for public consumption and lacks many vital features of the existing snmp dissector.