aboutsummaryrefslogtreecommitdiff
path: root/gencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'gencode.c')
-rw-r--r--gencode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gencode.c b/gencode.c
index d1326f70..b0cadc32 100644
--- a/gencode.c
+++ b/gencode.c
@@ -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: