X-Git-Url: http://git.tdb.fi/?p=netvis.git;a=blobdiff_plain;f=source%2Fnetvis.h;h=1c8c2874f29d3236f85d073c74f8934e94d7e86b;hp=cd451339880c4fc5d40ceaf0666df937f34461f2;hb=HEAD;hpb=e4b57e21ec2bc7f99c182eea23ecec297e111799 diff --git a/source/netvis.h b/source/netvis.h index cd45133..1c8c287 100644 --- a/source/netvis.h +++ b/source/netvis.h @@ -12,7 +12,9 @@ Distributed unter the GPL #include #include #include +#include #include +#include #include #include #include @@ -89,6 +91,8 @@ private: void handle_ipv6(CaptureContext &, const ip6_hdr *, unsigned); void handle_tcp(CaptureContext &, const tcphdr *, unsigned); void handle_udp(CaptureContext &, const udphdr *, unsigned); + void handle_icmp(CaptureContext &, const icmphdr *, unsigned); + void handle_icmp6(CaptureContext &, const icmp6_hdr *, unsigned); void handle_packet(CaptureContext &); void sighandler(int);