hgn / captcp

A open source program for TCP analysis of PCAP files
http://research.protocollabs.com/captcp/
GNU General Public License v3.0
113 stars 40 forks source link

PPP Accounting/Statistics Bugs #9

Open hgn opened 11 years ago

hgn commented 11 years ago

captcp is Ethernet centric. Some values like link layer overhead is always calculated with a Ethernet assumption. Since bb00a872c08 and PPP support this is not true.

There is no easy workaround because the API as based on a Ethernet assumption. Solution: shift packet data argument to packet and not packet.data and provide real link layer access. This needs modification to all modules!