aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-conv.c
Commit message (Collapse)AuthorAgeFilesLines
* char *drep -> guint8 *drepJörg Mayer2004-01-191-5/+5
| | | | svn path=/trunk/; revision=9735
* Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter2003-08-041-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
* Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter2003-06-261-12/+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
* From Jaime Fournier: updates to dcerpc conversation managerRonnie Sahlberg2002-09-261-11/+153
| | | | svn path=/trunk/; revision=6339
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
| | | | | | | | equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-2/+2
| | | | | | | for a value_string that corresponds to that dissectors opnums. Pass in -1 if no such table is available. svn path=/trunk/; revision=5749
* Removed some trailing commas from various DCERPC dissectors.Tim Potter2002-05-311-3/+3
| | | | svn path=/trunk/; revision=5604
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
| | | | | | | | | | | | | "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
* Support for dissectors of protocols running atop DCE RPC registeringGuy Harris2001-07-111-0/+84
themselves with the DCE RPC dissector, and support for some of the protocols atop DCE RPC that are part of DCE RPC, from Todd Sabin. svn path=/trunk/; revision=3681