aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-07-06 18:12:18 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-06 21:37:20 +0000
commit45378647d7216b4d1a8202e09119ed4022e964f7 (patch)
tree823e6fdbd7ca982afb9738f597a39766a541cf7e
parent3bdf65770637e920aeac4bd4ea4e57728795f698 (diff)
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>
-rw-r--r--epan/dissectors/packet-tds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tds.c b/epan/dissectors/packet-tds.c
index 286ac599b0..1110f73518 100644
--- a/epan/dissectors/packet-tds.c
+++ b/epan/dissectors/packet-tds.c
@@ -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 }
},