]> The Tcpdump Group git mirrors - libpcap/commit
Make protochain compat check more general.
authorJesse Gross <[email protected]>
Wed, 11 Feb 2015 00:36:48 +0000 (16:36 -0800)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 17 Feb 2015 14:40:00 +0000 (15:40 +0100)
commit8e213f29064a0ab5a148efb443423ed60b5eb432
tree943cf801ca97539f04e594af4b86719d69a36e11
parent44ef59e3e254156a7afa7c7aff614887eee23be9
Make protochain compat check more general.

When checking whether the protochain filter works with a given
packet, we can just look to see if we have a variable length
header, which is the real issue, rather than an enumerated list
of protocols.
gencode.c