Fix generated code for DLT_NULL encapsulation.

This fixes PR#bin/2212.
This commit is contained in:
fenner 1996-12-18 17:08:13 +00:00
parent ec9b77c38d
commit adcb635510

View File

@ -564,7 +564,7 @@ gen_linktype(proto)
case DLT_NULL:
/* XXX */
if (proto == ETHERTYPE_IP)
return (gen_cmp(0, BPF_W, (bpf_int32)AF_INET));
return (gen_cmp(0, BPF_W, (bpf_int32)htonl(AF_INET)));
else
return gen_false();
case DLT_EN10MB: