wireshark/asn1/snmp
Gerald Combs f816511ea9 In packet-cops.c use proto_item_append_text() instead of creating a
separate buffer.  Fixes the current Buildbot failure.

Don't let the sprint_realloc_* functions reallocate ep_allocated memory.
Add comments warning against this in the future.

In emem.c, make sure we don't use an extra 100k every stinkin' time
someone wants to allocate memory when debugging is enabled.

Fixup whitespace.

svn path=/trunk/; revision=17051
2006-01-18 20:02:19 +00:00
..
Makefile Work in progress an asn2eth generated snmp dissector. 2005-12-04 21:45:38 +00:00
Makefile.nmake Work in progress an asn2eth generated snmp dissector. 2005-12-04 21:45:38 +00:00
README.txt Work in progress an asn2eth generated snmp dissector. 2005-12-04 21:45:38 +00:00
packet-snmp-template.c In packet-cops.c use proto_item_append_text() instead of creating a 2006-01-18 20:02:19 +00:00
packet-snmp-template.h Work in progress an asn2eth generated snmp dissector. 2005-12-04 21:45:38 +00:00
snmp.asn Work in progress an asn2eth generated snmp dissector. 2005-12-04 21:45:38 +00:00
snmp.cnf Work in progress an asn2eth generated snmp dissector. 2005-12-04 21:45:38 +00:00

README.txt

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

To test/use this work in progress dissector you will have to compile it with asn2eth 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.