Commit Graph

5 Commits

Author SHA1 Message Date
Tim Potter 4ccbfa3edc Guy suggested that the dcerpc opnum value_string code could be simplified
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-08-04 02:49:04 +00:00
Tim Potter 623f5b865d Dynamically create DCERPC opnum value_strings from the subdissector
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
2003-06-26 04:30:31 +00:00
Guy Harris 094345b492 Assign the results of calls to "tvb_get_ptr()" to const pointer
variables, not non-const pointer variables.

svn path=/trunk/; revision=6691
2002-11-28 04:57:43 +00:00
Guy Harris 41f68b84f7 Get rid of carriage returns - they upset some UNIX compilers (and
Windows compilers, etc. largely appear to handle files without them,
assuming CVS doesn't just put them in when you check them out).

Also get rid of execute permission on source files.

svn path=/trunk/; revision=6588
2002-11-08 19:46:09 +00:00
Ronnie Sahlberg 99c384ab8e From Jamie Fournier: DCE/RPC RS_MISC dissector
svn path=/trunk/; revision=6251
2002-09-10 11:01:21 +00:00