From 78ce9fba16b8fed959287799d5b50a2798ff32a8 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 7 Sep 2007 22:11:01 +0000 Subject: 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 --- epan/dissectors/packet-dcerpc-fldb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-dcerpc-fldb.c') diff --git a/epan/dissectors/packet-dcerpc-fldb.c b/epan/dissectors/packet-dcerpc-fldb.c index 8805f91388..501f242e3c 100644 --- a/epan/dissectors/packet-dcerpc-fldb.c +++ b/epan/dissectors/packet-dcerpc-fldb.c @@ -1,6 +1,6 @@ /* packet-dcerpc-fldb.c * - * Routines for dcerpc FLDB Calls + * Routines for DCE DFS Fileset Location Server Calls * Copyright 2004, Jaime Fournier * This information is based off the released idl files from opengroup. * ftp://ftp.opengroup.org/pub/dce122/dce/src/file.tar.gz file/flserver/fldb_proc.idl @@ -2128,7 +2128,7 @@ proto_register_fldb (void) &ett_fldb_afsNameString_t, }; - proto_fldb = proto_register_protocol ("DCE/RPC FLDB", "FLDB", "fldb"); + proto_fldb = proto_register_protocol ("DCE DFS Fileset Location Server", "FLDB", "fldb"); proto_register_field_array (proto_fldb, hf, array_length (hf)); proto_register_subtree_array (ett, array_length (ett)); } -- cgit v1.2.3