]> The Tcpdump Group git mirrors - libpcap/commitdiff
Wrong variable.
authorGuy Harris <[email protected]>
Sat, 10 Nov 2018 20:39:39 +0000 (12:39 -0800)
committerGuy Harris <[email protected]>
Sat, 10 Nov 2018 20:39:39 +0000 (12:39 -0800)
gencode.c

index fcb0fc3cc72f5b101ea48ecbca2697ec3e7d75de..63c3faa16915165b847af7d97f474cc17fca799a 100644 (file)
--- 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;