On Thu, 6 Apr 2023 11:25:58 +0200 Pablo Neira Ayuso wrote: > IPPROTO_RAW = 255, /* Raw IP packets */ > + IPPROTO_MAX, > #define IPPROTO_RAW nit: any reason the IPPROTO_MAX is in between the enum entry and its associated define?
On Thu, 6 Apr 2023 11:25:58 +0200 Pablo Neira Ayuso wrote: > IPPROTO_RAW = 255, /* Raw IP packets */ > + IPPROTO_MAX, > #define IPPROTO_RAW nit: any reason the IPPROTO_MAX is in between the enum entry and its associated define?