summaryrefslogtreecommitdiff
path: root/trafgen.8
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen.8')
-rw-r--r--trafgen.82
1 files changed, 2 insertions, 0 deletions
diff --git a/trafgen.8 b/trafgen.8
index 31c2f52..84ef518 100644
--- a/trafgen.8
+++ b/trafgen.8
@@ -247,6 +247,8 @@ ii) Checksum helper functions (packet offsets start with 0):
IP/ICMP checksum: csumip/csumicmp(<off-from>, <off-to>)
UDP checksum: csumudp(<off-iphdr>, <off-udpdr>)
TCP checksum: csumtcp(<off-iphdr>, <off-tcphdr>)
+ UDP checksum (IPv6): csumudp6(<off-ip6hdr>, <off-udpdr>)
+ TCP checksum (IPv6): csumtcp6(<off-ip6hdr>, <off-tcphdr>)
.PP
iii) Multibyte functions, compile-time expression evaluation:
.PP