mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Eliminate remaining uses of u_int8_t and u_int16_t.
This commit is contained in:
parent
77453f5355
commit
f301c2550a
@ -2146,8 +2146,8 @@ bgp_attr_print(netdissect_options *ndo,
|
||||
}
|
||||
case BGPTYPE_AIGP:
|
||||
{
|
||||
u_int8_t type;
|
||||
u_int16_t length;
|
||||
uint8_t type;
|
||||
uint16_t length;
|
||||
|
||||
ND_TCHECK2(tptr[0], 3);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user