mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19:02 +00:00
Upgrade libpcap to 1.10.4
This commit is contained in:
@@ -48,9 +48,14 @@
|
||||
typedef struct {
|
||||
uint32_t can_id;
|
||||
uint8_t payload_length;
|
||||
uint8_t pad;
|
||||
uint8_t fd_flags;
|
||||
uint8_t reserved1;
|
||||
uint8_t reserved2;
|
||||
} pcap_can_socketcan_hdr;
|
||||
|
||||
/* Bits in the fd_flags field */
|
||||
#define CANFD_BRS 0x01 /* bit rate switch (second bitrate for payload data) */
|
||||
#define CANFD_ESI 0x02 /* error state indicator of the transmitting node */
|
||||
#define CANFD_FDF 0x04 /* mark CAN FD for dual use of CAN format */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user