mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Porting Matti's branch to git.
No changes.
This commit is contained in:
parent
5d41794034
commit
cb64bb6874
14 changed files with 795 additions and 154 deletions
|
@ -91,6 +91,7 @@ extern int udp_checksum(const struct ip* ip, const struct udphdr* up, int len);
|
|||
#ifdef BROv6
|
||||
extern int udp6_checksum(const struct ip6_hdr* ip, const struct udphdr* up,
|
||||
int len);
|
||||
extern int icmp6_checksum(const struct icmp* icmpp, const struct ip6_hdr* ip6, int len);
|
||||
#endif
|
||||
extern int icmp_checksum(const struct icmp* icmpp, int len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue