diff options
Diffstat (limited to 'pcap/sll.h')
-rw-r--r-- | pcap/sll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcap/sll.h b/pcap/sll.h index 392faae4d677..3d8c90207572 100644 --- a/pcap/sll.h +++ b/pcap/sll.h @@ -145,5 +145,6 @@ struct sll2_header { #define LINUX_SLL_P_802_2 0x0004 /* 802.2 frames (not D/I/X Ethernet) */ #define LINUX_SLL_P_CAN 0x000C /* CAN frames, with SocketCAN pseudo-headers */ #define LINUX_SLL_P_CANFD 0x000D /* CAN FD frames, with SocketCAN pseudo-headers */ +#define LINUX_SLL_P_CANXL 0x000E /* CAN XL frames, with SocketCAN pseudo-headers */ #endif |