diff options
Diffstat (limited to 'gencode.c')
-rw-r--r-- | gencode.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3397,8 +3397,7 @@ gen_linktype(compiler_state_t *cstate, int proto) bpf_error(cstate, "Bluetooth link-layer type filtering not implemented"); case DLT_CAN20B: - case DLT_CAN_SOCKETCAN_BIGENDIAN: - case DLT_CAN_SOCKETCAN_HOSTENDIAN: + case DLT_CAN_SOCKETCAN: bpf_error(cstate, "CAN link-layer type filtering not implemented"); case DLT_IEEE802_15_4: |