aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rwxr-xr-xtools/wireshark_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index c0ec52d710..48c28a704a 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -1641,7 +1641,7 @@ void proto_register_giop_@dissector_name@(void) {
static hf_register_info hf[] = {
/* field that indicates the currently ongoing request/reply exchange */
- {&hf_operationrequest, {"Request_Operation","@protocol_name@.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_operationrequest, {"Request_Operation","giop-@dissector_name@.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
/* no fields yet */