mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
New option retrieve-vlan (experimental)
This commit is contained in:
parent
11d1e9e11f
commit
b5640dd707
24 changed files with 273 additions and 55 deletions
|
@ -430,6 +430,12 @@
|
|||
/* define if you have struct in6_pktinfo */
|
||||
#undef HAVE_STRUCT_IN6_PKTINFO
|
||||
|
||||
/* define if you have struct tpacket_auxdata */
|
||||
#undef HAVE_STRUCT_TPACKET_AUXDATA
|
||||
|
||||
/* define if you have struct tpacket_auxdata and it has tp_vlan_tpid */
|
||||
#undef HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TPID
|
||||
|
||||
/* define if your struct ip has ip_hl; otherwise assume ip_vhl */
|
||||
#undef HAVE_STRUCT_IP_IP_HL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue