aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-ubikvote.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-27From Jaime Fournier: update his e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=9880
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-9/+1
somewhat. Now the dynamic initialisation of the value_string is contained in the value_string_from_subdissectors() function instead of being distributed amongst the dcerpc dissectors. svn path=/trunk/; revision=8123
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-14/+10
list rather than duplicating this information in the dissector. Some of the opnum strings were starting to get out of date as developers forgot to update the information in both places. svn path=/trunk/; revision=7936
2002-10-15When registering a protocol, make sure there are no other protocols withGuy Harris1-102/+102
the same long name, short name, or filter name, and abort if there are. Fix the duplicate names that found (and another name error found while fixing one of those errors). svn path=/trunk/; revision=6425
2002-09-12From Jaime Fournier: DCE/RPC UKIKVOTE interfaceRonnie Sahlberg1-0/+102
svn path=/trunk/; revision=6282