aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-09-08 13:54:07 +0000
committerMichael Mann <mmann78@netscape.net>2013-09-08 13:54:07 +0000
commitda96b71c95ef5ebceebbd57c3a6d11150004e1cf (patch)
treeaa0458f3755252feec423964daa95302d0c75885 /epan/dissectors/packet-x11.c
parent306a110ed6d0cb89b49ad25dcd3772a29da5f62f (diff)
Add filterable expert info to generated X11 dissector. I didn't regenerate the dissector files, but did manually update the source (tools/process-x11-xcb.pl) so any future regeneration won't lose the changes.
svn path=/trunk/; revision=51834
Diffstat (limited to 'epan/dissectors/packet-x11.c')
-rw-r--r--epan/dissectors/packet-x11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-x11.c b/epan/dissectors/packet-x11.c
index 4d52883a7d..3b5020c73f 100644
--- a/epan/dissectors/packet-x11.c
+++ b/epan/dissectors/packet-x11.c
@@ -202,6 +202,7 @@ static gint ett_x11_same_screen_focus = -1;
static gint ett_x11_event = -1;
static expert_field ei_x11_invalid_format = EI_INIT;
+static expert_field ei_x11_request_length = EI_INIT;
/* desegmentation of X11 messages */
static gboolean x11_desegment = TRUE;
@@ -5603,6 +5604,7 @@ void proto_register_x11(void)
static ei_register_info ei[] = {
{ &ei_x11_invalid_format, { "x11.invalid_format", PI_PROTOCOL, PI_WARN, "Invalid Format", EXPFILL }},
+ { &ei_x11_request_length, { "x11.request-length.invalid", PI_PROTOCOL, PI_WARN, "Invalid Length", EXPFILL }},
};
module_t *x11_module;