aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-08-06 06:45:44 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-08-06 06:45:44 +0000
commite0e1c459226e3994580c06ca88aa815bb152dcbc (patch)
treed9b4373e4d9bb420f29a0f5b83beda8bd452fbeb /epan/dissectors/Makefile.common
parenta4412aa3c1a02e45c8591f98a7511712238e3267 (diff)
in nfs name to filehandle mappings
when we check and ignore the two names "." and ".." we must do so for both methods a caller can provide the name : offset into a tvb, as well as a char* to a string. also add ->full_name in the dissection to the replies so that fh matches both request and reply and not ->name svn path=/trunk/; revision=25941
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 48e0724f75..105d6fafa3 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -52,6 +52,7 @@ PIDL_DISSECTOR_SRC = \
packet-dcerpc-budb.c \
packet-dcerpc-butc.c \
packet-dcerpc-dfs.c \
+ packet-dcerpc-dnsserver.c \
packet-dcerpc-drsuapi.c \
packet-dcerpc-dssetup.c \
packet-dcerpc-efs.c \
@@ -281,7 +282,6 @@ CLEAN_DISSECTOR_SRC = \
packet-dcerpc-conv.c \
packet-dcerpc-cprpc_server.c \
packet-dcerpc-dce122.c \
- packet-dcerpc-dnsserver.c \
packet-dcerpc-dtsprovider.c \
packet-dcerpc-dtsstime_req.c \
packet-dcerpc-epm.c \