]> The Tcpdump Group git mirrors - libpcap/commit
netbsd 1.5 -> 1.6
authoritojun <itojun>
Sun, 19 Nov 2000 13:37:20 +0000 (13:37 +0000)
committeritojun <itojun>
Sun, 19 Nov 2000 13:37:20 +0000 (13:37 +0000)
commit20784fd22c1b36980376eebb172307c68758d1ea
tree0608ec4830fb684894ecf116355fcd7b565057a5
parentef0a3b3d3824a198ef6e62c2d478fe0568157311
netbsd 1.5 -> 1.6

Fix a hairy optimizer bug that causes the expression:
'ip and ((icmp and dst host 1.1.1.1 and not host 2.2.2.2) or (host 1.1.1.1 and src host 3.3.3.3))'
to compile incorrectly.  Details about to be mailed to LBL.
optimize.c