Commit Graph

12 Commits

Author SHA1 Message Date
Guy Harris 640180bea5 Make variables not used outside the module static.
Initialize "hf_error_st" to -1, the same way other hf_ variables are
initialized, and make it an "int", as other hf_ variables are.

svn path=/trunk/; revision=10354
2004-03-09 09:24:41 +00:00
Guy Harris 5ea31620ef From Jaime Fournier: more bug fixes.
svn path=/trunk/; revision=10224
2004-02-24 18:23:45 +00:00
Guy Harris 6da5fdfaf4 From Jaime Fournier: bug fixes.
svn path=/trunk/; revision=10218
2004-02-24 08:05:16 +00:00
Guy Harris 4a16df9517 Re-do fix for Jaime Fournier's e-mail address.
svn path=/trunk/; revision=10164
2004-02-21 10:03:15 +00:00
Guy Harris 2e4550cf3e Update from Jaime Fournier.
svn path=/trunk/; revision=10162
2004-02-21 09:49:35 +00:00
Guy Harris 5e6ae703c7 From Jaime Fournier: update his e-mail address.
svn path=/trunk/; revision=9880
2004-01-27 04:15:49 +00:00
Jörg Mayer 3e2633a0f4 char *drep -> guint8 *drep
svn path=/trunk/; revision=9735
2004-01-19 20:10:37 +00:00
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 86dbc0b526 From Jamie Fournier DCE/RPC RS_PGO dissector
svn path=/trunk/; revision=6249
2002-09-10 10:48:36 +00:00