From ff748a68c30b92a9bf9a022c5c061edcd0d29664 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 8 Aug 2012 03:37:05 +0000 Subject: From Michael Mann on -dev: The idl2wrs generated dissectors don't follow the convention of using the filter name registered with the protocol as the start of any display filter name. This patch fixes that. svn path=/trunk/; revision=44325 --- epan/dissectors/packet-parlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-parlay.c') diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c index 7bd89ca192..3a03dc57bd 100644 --- a/epan/dissectors/packet-parlay.c +++ b/epan/dissectors/packet-parlay.c @@ -100840,7 +100840,7 @@ void proto_register_giop_parlay(void) { static hf_register_info hf[] = { /* field that indicates the currently ongoing request/reply exchange */ - {&hf_operationrequest, {"Request_Operation","PARLAY.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}}, + {&hf_operationrequest, {"Request_Operation","giop-parlay.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}}, /* no fields yet */ -- cgit v1.2.3