aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dissector-reg.py
AgeCommit message (Collapse)AuthorFilesLines
2006-05-18Put a newline at the end of plugin.c files.Guy Harris1-1/+1
svn path=/trunk/; revision=18185
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris1-0/+170
Python versions, as it no longer makes only "register.c", it can also make a "plugin.c" file for a plugin. When making "plugin.c", there's no need to include "register.h", as it's not defining any functions declared there. svn path=/trunk/; revision=17919