On Tue, May 27, 2014 at 7:12 PM, Stan Gammons <[email protected]> wrote:
> Using tcpdump -n -ttt -r /var/log/pflog I have a log entry with > [len16<asnlen69] at the end. The packet was from port 65500 to 161. What > is len16<asnlen69 ? > If something in tcpdump output isn't described by the manpage, you'll need to check the source and see what the code generating it didn't like. In this case, it's likely that the higher-level protocol inside the packet claimed there was more data than fit in the packet. Could be a bug in what's generating it...or could be a bug in tcpdump's parser for the higher-level protocol. Philip Guenther

