]> The Tcpdump Group git mirrors - libpcap/commit
Make the value argument to "gen_ncmp()" a bpf_int32, the same as the
authorguy <guy>
Sun, 1 May 2005 08:37:04 +0000 (08:37 +0000)
committerguy <guy>
Sun, 1 May 2005 08:37:04 +0000 (08:37 +0000)
commit68041031879e59f396ae0132eb709da662f01418
treedc19a2aca0827894757cb7e428a89357f188deb6
parenteeadab8760f05a07ba5e9ef41d9a455f906f6598
Make the value argument to "gen_ncmp()" a bpf_int32, the same as the
value arguments are to other routines.  Do the same with the value
argument to "gen_atmfield_code()".

"gen_load_a()" can return more than one statement; append to the list of
statements it returns with "sappend()", rather than manually appending
to the first statement.

Fix the argument list to one "gen_ncmp()" call, and get rid of the casts
in the other calls, as the arguments already have the right types.

Fix the casts in calls to "gen_atmfield_code()".
gencode.c
gencode.h
grammar.y