aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-07 22:11:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-07 22:11:01 +0000
commit78ce9fba16b8fed959287799d5b50a2798ff32a8 (patch)
treec5d273d55f1d31afb102830d6fc134e696761e90 /epan/dissectors/Makefile.common
parentfe0cc23d5af5884d2a88a08816f71d8ebb4034d9 (diff)
Change the long protocol name dissectors for various DFS protocols to
indicate that they're for DFS; update comments as well. Rename packet-dcerpc-afs4int.c to packet-dcerpc-fileexp.c, and change the short and filter names for the protocol, and the names for the filterable fields, to reflect the fact that it's for the File Exporter protocol in DFS. ("AFS 4" = DCE DFS.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22827 f5534014-38df-0310-8fa8-9805f1628bb7
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 e9b8eeb829..897c4553be 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -251,7 +251,6 @@ CLEAN_DISSECTOR_SRC = \
packet-data.c \
packet-daytime.c \
packet-dccp.c \
- packet-dcerpc-afs4int.c \
packet-dcerpc-bossvr.c \
packet-dcerpc-browser.c \
packet-dcerpc-cds_clerkserver.c \
@@ -263,6 +262,7 @@ CLEAN_DISSECTOR_SRC = \
packet-dcerpc-dtsprovider.c \
packet-dcerpc-dtsstime_req.c \
packet-dcerpc-epm.c \
+ packet-dcerpc-fileexp.c \
packet-dcerpc-fldb.c \
packet-dcerpc-frsapi.c \
packet-dcerpc-frsrpc.c \