mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 07:19:36 +08:00

- Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.
10 lines
145 B
C
10 lines
145 B
C
typedef struct ppi_header {
|
|
uint8_t ppi_ver;
|
|
uint8_t ppi_flags;
|
|
uint16_t ppi_len;
|
|
uint32_t ppi_dlt;
|
|
} ppi_header_t;
|
|
|
|
#define PPI_HDRLEN 8
|
|
|