From: Guy Harris Date: Sat, 10 Nov 2018 20:39:39 +0000 (-0800) Subject: Wrong variable. X-Git-Tag: libpcap-1.10-bp~736 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/7d1fdf89b6aa34e999b21a59d3a0589496fef184 Wrong variable. --- diff --git a/gencode.c b/gencode.c index fcb0fc3c..63c3faa1 100644 --- a/gencode.c +++ b/gencode.c @@ -9768,8 +9768,8 @@ gen_mtp2type_abbrev(compiler_state_t *cstate, int type) } struct block * -gen_mtp3field_code(compiler_state_t *cstate, int mtp3field, bpf_u_int32 jvalue, - volatile bpf_u_int32 jtype, int reverse) +gen_mtp3field_code(compiler_state_t *cstate, int mtp3field, + volatile bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse) { struct block *b0; bpf_u_int32 val1 , val2 , val3;