mmaraya / port-mirroring

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

Define PCAP snapshot length #47

Closed mmaraya closed 8 years ago

mmaraya commented 8 years ago

The literal integer value 65536 is used in several places in the code to specify the packet snapshot length. Replace these literals with a #define to standardize the value.