Commit Graph

815 Commits

Author SHA1 Message Date
Nico Schottelius 018e4cc9ff In theory: implement NAT64 from v6 to v4 without externs 2019-07-21 10:23:49 +02:00
Nico Schottelius 020601f463 [checksum] add v6->v4 translations delta based, too 2019-07-17 18:06:49 +02:00
Your Name 2a37b2bfaa +pcap 2019-07-17 15:59:41 +00:00
Your Name 769429bdd7 +pcap 2019-07-17 15:57:30 +00:00
Nico Schottelius 2338d4d780 subtract ipv4, not ipv6 2019-07-17 17:54:05 +02:00
Nico Schottelius e10e4db6fa ++empty commands.txt 2019-07-17 17:44:22 +02:00
Nico Schottelius 898205048b [netpfga] +table action 2019-07-17 17:42:11 +02:00
Nico Schottelius 55cc9db975 Fix meaning of "send_to_port1" 2019-07-17 17:41:54 +02:00
Nico Schottelius d8d1defa50 ++cast 2019-07-17 17:38:55 +02:00
Nico Schottelius 831d69fe9c Remove function, because functions don't compile 2019-07-17 17:37:37 +02:00
Nico Schottelius 87d2db4b5f [netpfga] Add default action for matching, remove commands.txt 2019-07-17 17:24:34 +02:00
Nico Schottelius ed6c4daec9 ++code move for function 2019-07-17 15:48:16 +02:00
Nico Schottelius 512fca1349 update checksum code 2019-07-17 15:46:54 +02:00
Nico Schottelius 4286ad0832 undo 1's complement of the checksum, add / subtract and then redo 2019-07-17 15:17:06 +02:00
Your Name b4882159f1 +pcap 2019-07-16 11:07:11 +00:00
Nico Schottelius bc90421426 Get rid of negative wrap around 2019-07-16 13:05:13 +02:00
Nico Schottelius e74a18c102 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-16 12:30:43 +02:00
Nico Schottelius 811e4c2b11 Separate checksum addition/subtraction into 2 steps 2019-07-16 12:30:29 +02:00
Your Name 07884437ab +pcap 2019-07-16 10:21:27 +00:00
Nico Schottelius 8535eeccd9 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-16 12:20:07 +02:00
Nico Schottelius 5221675b6a +v4sum 2019-07-16 12:16:36 +02:00
Your Name 454689abb9 +pcap 2019-07-16 10:16:23 +00:00
Nico Schottelius ec48d89c67 get the v6sum 2019-07-16 12:14:46 +02:00
Your Name 7546a1d1f8 +pcap 2019-07-16 10:10:18 +00:00
Nico Schottelius 1a5d3c529b rename ipv4 header checksum 2019-07-16 12:07:21 +02:00
Nico Schottelius ecab110d7c Back to 16 bit arithmetic 2019-07-16 12:06:26 +02:00
Nico Schottelius 428faead17 "fqdn" 2019-07-16 11:54:29 +02:00
Nico Schottelius 3ccbcd767c Use new style includes 2019-07-16 11:53:54 +02:00
Nico Schottelius 1a39c35e3b Check how wrapping is done in P4 2019-07-16 11:53:00 +02:00
Your Name bef2e512f1 +pcap 2019-07-16 08:58:20 +00:00
Nico Schottelius beada8408a udp translation adopted 2019-07-16 10:55:17 +02:00
Your Name beecac726d +pcap 2019-07-15 14:55:49 +00:00
Nico Schottelius baa50b91c6 Use own filtering code 2019-07-15 16:53:57 +02:00
Nico Schottelius a8b00447e9 +dummy 2019-07-15 16:50:09 +02:00
Nico Schottelius f0900c3821 update tcp checksumming 2019-07-15 16:48:24 +02:00
Nico Schottelius 26c27cefa8 Change order of complement & filtering 2019-07-15 16:20:51 +02:00
Nico Schottelius 991b725c36 -typo 2019-07-15 16:13:13 +02:00
Nico Schottelius 52adbb1990 Migrate scapy shift/filter code to P4 2019-07-15 16:11:21 +02:00
Nico Schottelius 2caace5735 +1 2019-07-15 14:25:50 +02:00
Nico Schottelius fc60e4f45f -1 2019-07-15 14:24:04 +02:00
Nico Schottelius 51bf8b9ace netfpga: update test packet generator; checksum: implement carry over 2019-07-15 14:18:35 +02:00
Nico Schottelius 7d708cd614 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-13 22:08:13 +02:00
Nico Schottelius a9cc93281e Change testdata offset by 1 and find checksum error 2019-07-13 22:07:53 +02:00
Nico Schottelius 299736173d ++compile logs 2019-07-13 19:35:57 +02:00
Nico Schottelius 85fee75077 Not sure if empty output / no line message is an error 2019-07-13 19:14:02 +02:00
Nico Schottelius 6c770567ab s/nf2/nf3/ 2019-07-13 19:12:04 +02:00
Nico Schottelius c243778bc3 ++log ++change gen_testdata.py 2019-07-13 19:10:05 +02:00
Nico Schottelius 7599ebb89d Try to prevent underrun / possible off by one
Checking for bigger value
2019-07-13 18:05:50 +02:00
Nico Schottelius 86885760b2 update gen_testdata
- add more packets
- fix counter for one packet
2019-07-13 17:28:03 +02:00
Your Name 71c842576a +pcap 2019-07-11 09:15:16 +00:00