Re: [PATCH] tcpdump: add ppp address/protocol compression support

2020-05-26 Thread Sergey Ryazanov
Hello! On Mon, May 4, 2020 at 9:37 PM Sergey Ryazanov wrote: > Add support for parsing ppp frames with compressed address and(or) > protocol fields. Since we have no apriory information than try to > guess such frames by inability to parse a frame in a regular way. > > ok? Does someone have any

[PATCH] tcpdump: add ppp address/protocol compression support

2020-05-04 Thread Sergey Ryazanov
Add support for parsing ppp frames with compressed address and(or) protocol fields. Since we have no apriory information than try to guess such frames by inability to parse a frame in a regular way. ok? --- usr.sbin/tcpdump/print-ppp.c | 29 + 1 file changed, 17