wireshark/asn1/snmp
Ulf Lamping 647533a5ef put every python script name into "" so the call won't fail on Win32 native python.
The problem is the slash in e.g.:

 @$(PYTHON) ../../tools/make-dissector-reg.py

is interpreted as an option instead of being part of the path.

I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.

svn path=/trunk/; revision=19730
2006-10-29 17:19:52 +00:00
..
Makefile - asn2eth renamed to asn2wrs 2006-05-21 14:36:05 +00:00
Makefile.nmake put every python script name into "" so the call won't fail on Win32 native python. 2006-10-29 17:19:52 +00:00
README.txt Ethereal -> Wireshark 2006-05-23 15:17:14 +00:00
packet-snmp-template.c Fix compilation on systems with Net-SNMP. 2006-07-10 01:05:24 +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.