aboutsummaryrefslogtreecommitdiffstats
path: root/tools/process-x11-xcb.pl
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 /tools/process-x11-xcb.pl
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 'tools/process-x11-xcb.pl')
-rwxr-xr-xtools/process-x11-xcb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/process-x11-xcb.pl b/tools/process-x11-xcb.pl
index 0f2613f472..d29a6f1aad 100755
--- a/tools/process-x11-xcb.pl
+++ b/tools/process-x11-xcb.pl
@@ -1439,7 +1439,7 @@ static void dispatch_glx_render(tvbuff_t *tvb, packet_info *pinfo, int *offsetp,
*offsetp += 2;
if (len < 4) {
- expert_add_info_format(pinfo, ti, PI_MALFORMED, PI_ERROR, "Invalid Length");
+ expert_add_info(pinfo, ti, &ei_x11_request_length);
/* Eat the rest of the packet, mark it undecoded */
len = length;
op = -1;