mmaraya / port-mirroring

OpenWrt package for copying network packets without iptables
BSD 2-Clause "Simplified" License
102 stars 32 forks source link

Consider using fixed-width integer types #40

Open mmaraya opened 8 years ago

mmaraya commented 8 years ago

Given that OpenWrt runs on a multitude of platforms with potentially different implementations of integer types, look into using C99 fixed-width integer types throughout the package.