From da96b71c95ef5ebceebbd57c3a6d11150004e1cf Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 8 Sep 2013 13:54:07 +0000 Subject: 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 --- epan/dissectors/packet-x11.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-x11.c') 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; -- cgit v1.2.3