summaryrefslogtreecommitdiffstats
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Use a packet socket to receive packets.Lorenzo Colitti2014-06-111-3/+3
* Use uint8_t not char for binary data to avoid -Wall -Werror issues on x86 buildsBrian Carlstrom2014-02-241-7/+14
* Support translating fragmented packets.Lorenzo Colitti2014-02-221-0/+1
* Modify the pseudo-header checksum functions.Lorenzo Colitti2014-02-221-4/+4
* Pass around packet data instead of fdsLorenzo Colitti2013-04-121-0/+1
* Slightly improve dumping packetsLorenzo Colitti2013-04-101-4/+13
* Pass in the length to pseudo checksum functionsLorenzo Colitti2013-04-091-4/+4
* Don't compile packet dumping code by default.Lorenzo Colitti2013-02-011-0/+5
* android clat serviceDaniel Drown2012-11-121-0/+225