TDS: Fix field abbrev for RPC name

Found by conflict check

Change-Id: Id37c53cbfb9df796c609e602c6edc0f0940bf80c
Reviewed-on: https://code.wireshark.org/review/37745
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jaap Keuter 2020-07-06 18:12:18 +02:00 committed by Anders Broman
parent 3bdf657706
commit 45378647d7
1 changed files with 1 additions and 1 deletions

View File

@ -8490,7 +8490,7 @@ proto_register_tds(void)
NULL, HFILL }
},
{ &hf_tds_dbrpc_rpcname,
{ "DBRPC - RPC Name", "tds.dbrpc.rpcname_len",
{ "DBRPC - RPC Name", "tds.dbrpc.rpcname",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},