aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coseventcomm.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-08 03:37:05 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-08 03:37:05 +0000
commitff748a68c30b92a9bf9a022c5c061edcd0d29664 (patch)
tree45f1dbc2821a174f8f7c053427181e01126b523d /epan/dissectors/packet-coseventcomm.c
parent98a893986d5997a8f57877d45abd26e443c5da6c (diff)
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
Diffstat (limited to 'epan/dissectors/packet-coseventcomm.c')
-rw-r--r--epan/dissectors/packet-coseventcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-coseventcomm.c b/epan/dissectors/packet-coseventcomm.c
index 5568a060c6..f8d461857c 100644
--- a/epan/dissectors/packet-coseventcomm.c
+++ b/epan/dissectors/packet-coseventcomm.c
@@ -745,7 +745,7 @@ void proto_register_giop_coseventcomm(void) {
static hf_register_info hf[] = {
/* field that indicates the currently ongoing request/reply exchange */
- {&hf_operationrequest, {"Request_Operation","COSEVENTCOMM.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_operationrequest, {"Request_Operation","giop-coseventcomm.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
/* no fields yet */