Commit Graph

54 Commits

Author SHA1 Message Date
Guy Harris 1188baf47c Fix a routine that's supposed to return a value to actually do so.
Pass 0, not NULL, as an integral argument; NULL might be 0 or might be
"(void *)0)".

svn path=/trunk/; revision=5541
2002-05-24 07:09:56 +00:00
Richard Sharpe 9f6d18d4ec Add some decoding for the srvsvc functions.
svn path=/trunk/; revision=5537
2002-05-24 02:32:50 +00:00
Guy Harris ee5ca25d31 Include files from the "epan" directory and subdirectories thereof with
"epan/..." pathnames, so as to avoid collisions with header files in any
of the directories in which we look (e.g., "proto.h", as some other
package has its own "proto.h" file which it installs in the top-level
include directory).

Don't add "-I" flags to search "epan", as that's no longer necessary
(and we want includes of "epan" headers to fail if the "epan/" is left
out, so that we don't re-introduce includes lacking "epan/").

svn path=/trunk/; revision=4586
2002-01-21 07:37:49 +00:00
Guy Harris 81d7ded14e Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", as
per Todd Sabin's suggestion.

svn path=/trunk/; revision=4242
2001-11-21 02:08:57 +00:00