]> The Tcpdump Group git mirrors - tcpdump/commit
Fix Linux/GCC build after the previous commit.
authorDenis Ovsienko <[email protected]>
Sun, 12 Mar 2017 10:00:52 +0000 (10:00 +0000)
committerDenis Ovsienko <[email protected]>
Wed, 13 Sep 2017 11:25:44 +0000 (12:25 +0100)
commit95cb8ad87a7c6dbf726e5b0256b9e484d208fda5
treea9b65322bac8640898244beea6b7b85636a8d719
parent1ead603da65982e4bbaeeed73c083cd4cb9cf38d
Fix Linux/GCC build after the previous commit.

ip6.h now needs netdissect.h, fix includes order where required to fix:

./ip6.h:181:2: error: unknown type name ‘nd_uint8_t’
  nd_uint8_t  ip6r0_nxt;  /* next header */
  ^
./ip6.h:182:2: error: unknown type name ‘nd_uint8_t’
  nd_uint8_t  ip6r0_len;  /* length in units of 8 octets */
  ^
./ip6.h:183:2: error: unknown type name ‘nd_uint8_t’
  nd_uint8_t  ip6r0_type;  /* always zero */
  ^
./ip6.h:184:2: error: unknown type name ‘nd_uint8_t’
  nd_uint8_t  ip6r0_segleft; /* segments left */
  ^
./ip6.h:185:2: error: unknown type name ‘nd_uint32_t’
  nd_uint32_t ip6r0_reserved; /* reserved field */
  ^
print-frag6.c
print-ip6opts.c
print-mobility.c