hexene / LocalVPN

A packet interceptor for Android built on top of VpnService
Apache License 2.0
930 stars 367 forks source link

Problem with IP fragmentation #11

Open shunix opened 8 years ago

shunix commented 8 years ago

I noticed that you just swap the source and destination address and keep all the other fields in requesting IP packet header to form the response IP packet header. The fragmentation flags and offset of response IP packet are taken from requesting packet. Will it affect the reassembly of response packet? Any answer will be appreciated.