diff --git a/LICENSE b/LICENSE index 092b6eb0..c4009ede 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2014, Matias Fontanini +Copyright (c) 2012-2017, Matias Fontanini All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/arpmonitor.cpp b/examples/arpmonitor.cpp index 20d4008c..16911a4d 100644 --- a/examples/arpmonitor.cpp +++ b/examples/arpmonitor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/arpspoofing.cpp b/examples/arpspoofing.cpp index 997bc9f2..7a7c756c 100644 --- a/examples/arpspoofing.cpp +++ b/examples/arpspoofing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/beacon_display.cpp b/examples/beacon_display.cpp index f84186c5..5d3ccd16 100644 --- a/examples/beacon_display.cpp +++ b/examples/beacon_display.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/defragmenter.cpp b/examples/defragmenter.cpp index d2ef4ae1..6665b894 100644 --- a/examples/defragmenter.cpp +++ b/examples/defragmenter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/dns_queries.cpp b/examples/dns_queries.cpp index a395b0cf..b9cc8c07 100644 --- a/examples/dns_queries.cpp +++ b/examples/dns_queries.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/dns_spoof.cpp b/examples/dns_spoof.cpp index ab97c435..b3e4bdfa 100644 --- a/examples/dns_spoof.cpp +++ b/examples/dns_spoof.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/dns_stats.cpp b/examples/dns_stats.cpp index a2da49d7..c08111f2 100644 --- a/examples/dns_stats.cpp +++ b/examples/dns_stats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/http_requests.cpp b/examples/http_requests.cpp index a748967e..9597220e 100644 --- a/examples/http_requests.cpp +++ b/examples/http_requests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/portscan.cpp b/examples/portscan.cpp index 31db51ee..63affe33 100644 --- a/examples/portscan.cpp +++ b/examples/portscan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/stream_dump.cpp b/examples/stream_dump.cpp index ebb43ef7..f413626b 100644 --- a/examples/stream_dump.cpp +++ b/examples/stream_dump.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/tcp_connection_close.cpp b/examples/tcp_connection_close.cpp index 714a3782..1298fdf7 100644 --- a/examples/tcp_connection_close.cpp +++ b/examples/tcp_connection_close.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/traceroute.cpp b/examples/traceroute.cpp index cb78e3ca..09a7991b 100644 --- a/examples/traceroute.cpp +++ b/examples/traceroute.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/wps_detect.cpp b/examples/wps_detect.cpp index d61cae34..9f4e8ca7 100644 --- a/examples/wps_detect.cpp +++ b/examples/wps_detect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/address_range.h b/include/tins/address_range.h index 070f2967..fb10cf60 100644 --- a/include/tins/address_range.h +++ b/include/tins/address_range.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/arp.h b/include/tins/arp.h index f6a17c03..4fdf53b0 100644 --- a/include/tins/arp.h +++ b/include/tins/arp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/bootp.h b/include/tins/bootp.h index 18b3cb54..7d88936a 100644 --- a/include/tins/bootp.h +++ b/include/tins/bootp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/constants.h b/include/tins/constants.h index 6fdcba34..c5d2a708 100644 --- a/include/tins/constants.h +++ b/include/tins/constants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/crypto.h b/include/tins/crypto.h index 850f8312..4207f9d9 100644 --- a/include/tins/crypto.h +++ b/include/tins/crypto.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/cxxstd.h b/include/tins/cxxstd.h index 5ea4723c..e37e9a52 100644 --- a/include/tins/cxxstd.h +++ b/include/tins/cxxstd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/data_link_type.h b/include/tins/data_link_type.h index cf6843af..b502fd52 100644 --- a/include/tins/data_link_type.h +++ b/include/tins/data_link_type.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dhcp.h b/include/tins/dhcp.h index d60da12e..7fe33d1b 100644 --- a/include/tins/dhcp.h +++ b/include/tins/dhcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dhcpv6.h b/include/tins/dhcpv6.h index 9c79293a..9af14a68 100644 --- a/include/tins/dhcpv6.h +++ b/include/tins/dhcpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dns.h b/include/tins/dns.h index 37eb0e05..0ce1314d 100644 --- a/include/tins/dns.h +++ b/include/tins/dns.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11.h b/include/tins/dot11.h index 4e798329..1dcb03a9 100644 --- a/include/tins/dot11.h +++ b/include/tins/dot11.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_assoc.h b/include/tins/dot11/dot11_assoc.h index 76fade8d..3cbdf73e 100644 --- a/include/tins/dot11/dot11_assoc.h +++ b/include/tins/dot11/dot11_assoc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_auth.h b/include/tins/dot11/dot11_auth.h index f58f6a97..fe4cb6d6 100644 --- a/include/tins/dot11/dot11_auth.h +++ b/include/tins/dot11/dot11_auth.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_base.h b/include/tins/dot11/dot11_base.h index 5d8cf4a4..3f0fba49 100644 --- a/include/tins/dot11/dot11_base.h +++ b/include/tins/dot11/dot11_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_beacon.h b/include/tins/dot11/dot11_beacon.h index 2edf7eef..5c59c544 100644 --- a/include/tins/dot11/dot11_beacon.h +++ b/include/tins/dot11/dot11_beacon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_control.h b/include/tins/dot11/dot11_control.h index 2a421ebc..e5abb618 100644 --- a/include/tins/dot11/dot11_control.h +++ b/include/tins/dot11/dot11_control.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_data.h b/include/tins/dot11/dot11_data.h index 5ecd9a91..0c1bd377 100644 --- a/include/tins/dot11/dot11_data.h +++ b/include/tins/dot11/dot11_data.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_mgmt.h b/include/tins/dot11/dot11_mgmt.h index 09ad5011..e7dda2be 100644 --- a/include/tins/dot11/dot11_mgmt.h +++ b/include/tins/dot11/dot11_mgmt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot11/dot11_probe.h b/include/tins/dot11/dot11_probe.h index fa7db648..eccd5f79 100644 --- a/include/tins/dot11/dot11_probe.h +++ b/include/tins/dot11/dot11_probe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot1q.h b/include/tins/dot1q.h index 0e7a08bb..b25b8772 100644 --- a/include/tins/dot1q.h +++ b/include/tins/dot1q.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/dot3.h b/include/tins/dot3.h index 81c75b36..019a1de1 100644 --- a/include/tins/dot3.h +++ b/include/tins/dot3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/eapol.h b/include/tins/eapol.h index 0a2ce5f7..afe8ae34 100644 --- a/include/tins/eapol.h +++ b/include/tins/eapol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/endianness.h b/include/tins/endianness.h index dad1c33c..9303e818 100644 --- a/include/tins/endianness.h +++ b/include/tins/endianness.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ethernetII.h b/include/tins/ethernetII.h index ddea06aa..bbf3acad 100644 --- a/include/tins/ethernetII.h +++ b/include/tins/ethernetII.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/exceptions.h b/include/tins/exceptions.h index 6db106b8..0b6405aa 100644 --- a/include/tins/exceptions.h +++ b/include/tins/exceptions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/handshake_capturer.h b/include/tins/handshake_capturer.h index 978a08d1..113cb7c2 100644 --- a/include/tins/handshake_capturer.h +++ b/include/tins/handshake_capturer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/hw_address.h b/include/tins/hw_address.h index 543b2a1c..fde80d46 100644 --- a/include/tins/hw_address.h +++ b/include/tins/hw_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/icmp.h b/include/tins/icmp.h index 9249a3a3..135e3c48 100644 --- a/include/tins/icmp.h +++ b/include/tins/icmp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/icmp_extension.h b/include/tins/icmp_extension.h index 4193368a..99ade0a2 100644 --- a/include/tins/icmp_extension.h +++ b/include/tins/icmp_extension.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/icmpv6.h b/include/tins/icmpv6.h index 85a4122a..c1b58d12 100644 --- a/include/tins/icmpv6.h +++ b/include/tins/icmpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ieee802_3.h b/include/tins/ieee802_3.h index efeb6834..18f69a14 100644 --- a/include/tins/ieee802_3.h +++ b/include/tins/ieee802_3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/internals.h b/include/tins/internals.h index b0b031e5..3e78030f 100644 --- a/include/tins/internals.h +++ b/include/tins/internals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ip.h b/include/tins/ip.h index 94fc18b9..c2c06826 100644 --- a/include/tins/ip.h +++ b/include/tins/ip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ip_address.h b/include/tins/ip_address.h index 8b7eff46..01055f40 100644 --- a/include/tins/ip_address.h +++ b/include/tins/ip_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ip_reassembler.h b/include/tins/ip_reassembler.h index 52bb6157..51a521fc 100644 --- a/include/tins/ip_reassembler.h +++ b/include/tins/ip_reassembler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ipsec.h b/include/tins/ipsec.h index b4ca2a63..198b7ea5 100644 --- a/include/tins/ipsec.h +++ b/include/tins/ipsec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ipv6.h b/include/tins/ipv6.h index 5b951f7b..727bd2bf 100644 --- a/include/tins/ipv6.h +++ b/include/tins/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ipv6_address.h b/include/tins/ipv6_address.h index 992727a6..e04e2404 100644 --- a/include/tins/ipv6_address.h +++ b/include/tins/ipv6_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/llc.h b/include/tins/llc.h index 98bc7e46..4b2ae33f 100644 --- a/include/tins/llc.h +++ b/include/tins/llc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/loopback.h b/include/tins/loopback.h index 3b5d541b..125dba2f 100644 --- a/include/tins/loopback.h +++ b/include/tins/loopback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/macros.h b/include/tins/macros.h index e6872960..c3da9839 100644 --- a/include/tins/macros.h +++ b/include/tins/macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/memory_helpers.h b/include/tins/memory_helpers.h index f1afc2b1..0e7f0e80 100644 --- a/include/tins/memory_helpers.h +++ b/include/tins/memory_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/mpls.h b/include/tins/mpls.h index 11c056d3..404d1fcb 100644 --- a/include/tins/mpls.h +++ b/include/tins/mpls.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/network_interface.h b/include/tins/network_interface.h index b31308db..896d60a4 100644 --- a/include/tins/network_interface.h +++ b/include/tins/network_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/offline_packet_filter.h b/include/tins/offline_packet_filter.h index d1c3b075..3a76c563 100644 --- a/include/tins/offline_packet_filter.h +++ b/include/tins/offline_packet_filter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/packet.h b/include/tins/packet.h index 13450f79..b96a2f1e 100644 --- a/include/tins/packet.h +++ b/include/tins/packet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/packet_sender.h b/include/tins/packet_sender.h index a5caa2c1..130a9b2b 100644 --- a/include/tins/packet_sender.h +++ b/include/tins/packet_sender.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/packet_writer.h b/include/tins/packet_writer.h index 5daea6d8..ef9f2c99 100644 --- a/include/tins/packet_writer.h +++ b/include/tins/packet_writer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/pdu.h b/include/tins/pdu.h index 1e794676..6fad1748 100644 --- a/include/tins/pdu.h +++ b/include/tins/pdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/pdu_allocator.h b/include/tins/pdu_allocator.h index e64d80f2..30b9f333 100644 --- a/include/tins/pdu_allocator.h +++ b/include/tins/pdu_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/pdu_cacher.h b/include/tins/pdu_cacher.h index 9e27c716..0e8ccdcb 100644 --- a/include/tins/pdu_cacher.h +++ b/include/tins/pdu_cacher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/pdu_option.h b/include/tins/pdu_option.h index 63be671d..97d704fd 100644 --- a/include/tins/pdu_option.h +++ b/include/tins/pdu_option.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/pktap.h b/include/tins/pktap.h index 88f22161..ce88f840 100644 --- a/include/tins/pktap.h +++ b/include/tins/pktap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/ppi.h b/include/tins/ppi.h index 8f6934e4..b24d8cf9 100644 --- a/include/tins/ppi.h +++ b/include/tins/ppi.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/pppoe.h b/include/tins/pppoe.h index 42842a0e..40b1b807 100644 --- a/include/tins/pppoe.h +++ b/include/tins/pppoe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/radiotap.h b/include/tins/radiotap.h index c1a9c6a3..08551462 100644 --- a/include/tins/radiotap.h +++ b/include/tins/radiotap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/rawpdu.h b/include/tins/rawpdu.h index 872b29c2..056d4127 100644 --- a/include/tins/rawpdu.h +++ b/include/tins/rawpdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/rsn_information.h b/include/tins/rsn_information.h index 359aad5d..13a43253 100644 --- a/include/tins/rsn_information.h +++ b/include/tins/rsn_information.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/sll.h b/include/tins/sll.h index 62a74440..5a802bd0 100644 --- a/include/tins/sll.h +++ b/include/tins/sll.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/small_uint.h b/include/tins/small_uint.h index 8f40c914..7e04cb33 100644 --- a/include/tins/small_uint.h +++ b/include/tins/small_uint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/snap.h b/include/tins/snap.h index 5687a7d1..30352541 100644 --- a/include/tins/snap.h +++ b/include/tins/snap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/sniffer.h b/include/tins/sniffer.h index 7b1cc5e8..a3c71443 100644 --- a/include/tins/sniffer.h +++ b/include/tins/sniffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/stp.h b/include/tins/stp.h index 45ef83dd..29c07118 100644 --- a/include/tins/stp.h +++ b/include/tins/stp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp.h b/include/tins/tcp.h index 68d3f851..0f11fa4e 100644 --- a/include/tins/tcp.h +++ b/include/tins/tcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp_ip/ack_tracker.h b/include/tins/tcp_ip/ack_tracker.h index 606f0897..69700f54 100644 --- a/include/tins/tcp_ip/ack_tracker.h +++ b/include/tins/tcp_ip/ack_tracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp_ip/data_tracker.h b/include/tins/tcp_ip/data_tracker.h index 9736687d..461c2cde 100644 --- a/include/tins/tcp_ip/data_tracker.h +++ b/include/tins/tcp_ip/data_tracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp_ip/flow.h b/include/tins/tcp_ip/flow.h index 81c65f9c..d157e138 100644 --- a/include/tins/tcp_ip/flow.h +++ b/include/tins/tcp_ip/flow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp_ip/stream.h b/include/tins/tcp_ip/stream.h index 1ea21aca..ea86de88 100644 --- a/include/tins/tcp_ip/stream.h +++ b/include/tins/tcp_ip/stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp_ip/stream_follower.h b/include/tins/tcp_ip/stream_follower.h index 66483296..5283b756 100644 --- a/include/tins/tcp_ip/stream_follower.h +++ b/include/tins/tcp_ip/stream_follower.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp_ip/stream_identifier.h b/include/tins/tcp_ip/stream_identifier.h index bfa85c5b..9f6c0191 100644 --- a/include/tins/tcp_ip/stream_identifier.h +++ b/include/tins/tcp_ip/stream_identifier.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tcp_stream.h b/include/tins/tcp_stream.h index 42ae3224..09521760 100644 --- a/include/tins/tcp_stream.h +++ b/include/tins/tcp_stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/timestamp.h b/include/tins/timestamp.h index 274ae7da..503dc157 100644 --- a/include/tins/timestamp.h +++ b/include/tins/timestamp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/tins.h b/include/tins/tins.h index 2756476d..86ff7bf0 100644 --- a/include/tins/tins.h +++ b/include/tins/tins.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/udp.h b/include/tins/udp.h index aaabe7b5..c50245b7 100644 --- a/include/tins/udp.h +++ b/include/tins/udp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins/utils.h b/include/tins/utils.h index 2d5b709f..7beff5d5 100644 --- a/include/tins/utils.h +++ b/include/tins/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/address_range.cpp b/src/address_range.cpp index 89df754a..a016ed9c 100644 --- a/src/address_range.cpp +++ b/src/address_range.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arp.cpp b/src/arp.cpp index 462aad95..80d11d8c 100644 --- a/src/arp.cpp +++ b/src/arp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/bootp.cpp b/src/bootp.cpp index 666ed638..8ba8e575 100644 --- a/src/bootp.cpp +++ b/src/bootp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/crypto.cpp b/src/crypto.cpp index bc8adb43..eafcf4b3 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dhcp.cpp b/src/dhcp.cpp index e5cd5cb5..fcd4eec6 100644 --- a/src/dhcp.cpp +++ b/src/dhcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dhcpv6.cpp b/src/dhcpv6.cpp index 4354a4ca..1904bcb2 100644 --- a/src/dhcpv6.cpp +++ b/src/dhcpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dns.cpp b/src/dns.cpp index b2bd97d7..1ccea4c2 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_assoc.cpp b/src/dot11/dot11_assoc.cpp index 1bc1045a..23edbd2b 100644 --- a/src/dot11/dot11_assoc.cpp +++ b/src/dot11/dot11_assoc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_auth.cpp b/src/dot11/dot11_auth.cpp index 7da33b0a..d8af8cec 100644 --- a/src/dot11/dot11_auth.cpp +++ b/src/dot11/dot11_auth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_base.cpp b/src/dot11/dot11_base.cpp index cc71d47b..0417064a 100644 --- a/src/dot11/dot11_base.cpp +++ b/src/dot11/dot11_base.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_beacon.cpp b/src/dot11/dot11_beacon.cpp index 5c7753eb..0c742f8e 100644 --- a/src/dot11/dot11_beacon.cpp +++ b/src/dot11/dot11_beacon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_control.cpp b/src/dot11/dot11_control.cpp index 83ab9991..dc4ba95a 100644 --- a/src/dot11/dot11_control.cpp +++ b/src/dot11/dot11_control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_data.cpp b/src/dot11/dot11_data.cpp index a389d325..d346a6d4 100644 --- a/src/dot11/dot11_data.cpp +++ b/src/dot11/dot11_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_mgmt.cpp b/src/dot11/dot11_mgmt.cpp index 54a35075..9c42ff96 100644 --- a/src/dot11/dot11_mgmt.cpp +++ b/src/dot11/dot11_mgmt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_probe.cpp b/src/dot11/dot11_probe.cpp index a29cc215..dd06f062 100644 --- a/src/dot11/dot11_probe.cpp +++ b/src/dot11/dot11_probe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot1q.cpp b/src/dot1q.cpp index d5619570..5fca01ca 100644 --- a/src/dot1q.cpp +++ b/src/dot1q.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot3.cpp b/src/dot3.cpp index 4d53d02e..d4241a08 100644 --- a/src/dot3.cpp +++ b/src/dot3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/eapol.cpp b/src/eapol.cpp index 1401be2c..1cb74e64 100644 --- a/src/eapol.cpp +++ b/src/eapol.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ethernetII.cpp b/src/ethernetII.cpp index dc81c676..df85505b 100644 --- a/src/ethernetII.cpp +++ b/src/ethernetII.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/handshake_capturer.cpp b/src/handshake_capturer.cpp index 13dc2662..80b0029a 100644 --- a/src/handshake_capturer.cpp +++ b/src/handshake_capturer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/icmp.cpp b/src/icmp.cpp index 4aa9e681..8695ccb5 100644 --- a/src/icmp.cpp +++ b/src/icmp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/icmp_extension.cpp b/src/icmp_extension.cpp index d00b37af..095c127c 100644 --- a/src/icmp_extension.cpp +++ b/src/icmp_extension.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/icmpv6.cpp b/src/icmpv6.cpp index ceeb909e..78cb7f5a 100644 --- a/src/icmpv6.cpp +++ b/src/icmpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/internals.cpp b/src/internals.cpp index 6c39b22d..7f9b3847 100644 --- a/src/internals.cpp +++ b/src/internals.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ip.cpp b/src/ip.cpp index 67f1b043..ded12e59 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ip_address.cpp b/src/ip_address.cpp index e0e97d38..f1a7d44d 100644 --- a/src/ip_address.cpp +++ b/src/ip_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ip_reassembler.cpp b/src/ip_reassembler.cpp index 6bb735fa..61c95781 100644 --- a/src/ip_reassembler.cpp +++ b/src/ip_reassembler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ipsec.cpp b/src/ipsec.cpp index dde3007f..688053b8 100644 --- a/src/ipsec.cpp +++ b/src/ipsec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ipv6.cpp b/src/ipv6.cpp index 1f855b84..ba766a08 100644 --- a/src/ipv6.cpp +++ b/src/ipv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ipv6_address.cpp b/src/ipv6_address.cpp index 9954777c..3833df33 100644 --- a/src/ipv6_address.cpp +++ b/src/ipv6_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/llc.cpp b/src/llc.cpp index cb9ee683..371aa011 100644 --- a/src/llc.cpp +++ b/src/llc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/loopback.cpp b/src/loopback.cpp index 9b473abf..20899cfd 100644 --- a/src/loopback.cpp +++ b/src/loopback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/mpls.cpp b/src/mpls.cpp index 0fce533e..d982b336 100644 --- a/src/mpls.cpp +++ b/src/mpls.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/network_interface.cpp b/src/network_interface.cpp index 2c0e9a12..47c75cc6 100644 --- a/src/network_interface.cpp +++ b/src/network_interface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/offline_packet_filter.cpp b/src/offline_packet_filter.cpp index e909bff6..74710b0a 100644 --- a/src/offline_packet_filter.cpp +++ b/src/offline_packet_filter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/packet_sender.cpp b/src/packet_sender.cpp index 919c402f..e95bdd22 100644 --- a/src/packet_sender.cpp +++ b/src/packet_sender.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/packet_writer.cpp b/src/packet_writer.cpp index f6f7eaf8..5e74b9eb 100644 --- a/src/packet_writer.cpp +++ b/src/packet_writer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pdu.cpp b/src/pdu.cpp index 989bd379..203b0708 100644 --- a/src/pdu.cpp +++ b/src/pdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pktap.cpp b/src/pktap.cpp index d4756643..60df8a68 100644 --- a/src/pktap.cpp +++ b/src/pktap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ppi.cpp b/src/ppi.cpp index 89155bb6..51bd00f0 100644 --- a/src/ppi.cpp +++ b/src/ppi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pppoe.cpp b/src/pppoe.cpp index 2439f879..e9369063 100644 --- a/src/pppoe.cpp +++ b/src/pppoe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/radiotap.cpp b/src/radiotap.cpp index a994583d..1477360f 100644 --- a/src/radiotap.cpp +++ b/src/radiotap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/rawpdu.cpp b/src/rawpdu.cpp index cf056f82..1559c019 100644 --- a/src/rawpdu.cpp +++ b/src/rawpdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/rsn_information.cpp b/src/rsn_information.cpp index cc586166..55c67ba3 100644 --- a/src/rsn_information.cpp +++ b/src/rsn_information.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sll.cpp b/src/sll.cpp index 9279da5c..289b6fd1 100644 --- a/src/sll.cpp +++ b/src/sll.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/snap.cpp b/src/snap.cpp index 6b15fc89..33010f1b 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sniffer.cpp b/src/sniffer.cpp index 11de4009..68bbe443 100644 --- a/src/sniffer.cpp +++ b/src/sniffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/stp.cpp b/src/stp.cpp index 77a80288..4592cecd 100644 --- a/src/stp.cpp +++ b/src/stp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp.cpp b/src/tcp.cpp index beb0d558..6a7ffe21 100644 --- a/src/tcp.cpp +++ b/src/tcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_ip/ack_tracker.cpp b/src/tcp_ip/ack_tracker.cpp index 9d3e326c..101a28e2 100644 --- a/src/tcp_ip/ack_tracker.cpp +++ b/src/tcp_ip/ack_tracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_ip/data_tracker.cpp b/src/tcp_ip/data_tracker.cpp index 8b922c44..9256de2a 100644 --- a/src/tcp_ip/data_tracker.cpp +++ b/src/tcp_ip/data_tracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_ip/flow.cpp b/src/tcp_ip/flow.cpp index 2aeee4a4..0742d56e 100644 --- a/src/tcp_ip/flow.cpp +++ b/src/tcp_ip/flow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_ip/stream.cpp b/src/tcp_ip/stream.cpp index 3e62ace0..90561cd1 100644 --- a/src/tcp_ip/stream.cpp +++ b/src/tcp_ip/stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_ip/stream_follower.cpp b/src/tcp_ip/stream_follower.cpp index 63c7c71c..c471f32a 100644 --- a/src/tcp_ip/stream_follower.cpp +++ b/src/tcp_ip/stream_follower.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_ip/stream_identifier.cpp b/src/tcp_ip/stream_identifier.cpp index bee1d137..1ddf80cf 100644 --- a/src/tcp_ip/stream_identifier.cpp +++ b/src/tcp_ip/stream_identifier.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_stream.cpp b/src/tcp_stream.cpp index d2cafded..cddcabf2 100644 --- a/src/tcp_stream.cpp +++ b/src/tcp_stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/timestamp.cpp b/src/timestamp.cpp index 9d2517d9..f69d3a03 100644 --- a/src/timestamp.cpp +++ b/src/timestamp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/udp.cpp b/src/udp.cpp index b52fd553..74cd93d0 100644 --- a/src/udp.cpp +++ b/src/udp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/utils.cpp b/src/utils.cpp index cd236851..dd4a8c1c 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/active_test.h b/tests/active_tests/include/active_test.h index f4ffd397..97bb7804 100644 --- a/tests/active_tests/include/active_test.h +++ b/tests/active_tests/include/active_test.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/active_test_runner.h b/tests/active_tests/include/active_test_runner.h index dfa87054..3d38173a 100644 --- a/tests/active_tests/include/active_test_runner.h +++ b/tests/active_tests/include/active_test_runner.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/configuration.h b/tests/active_tests/include/configuration.h index 8ec9d31e..0bfca929 100644 --- a/tests/active_tests/include/configuration.h +++ b/tests/active_tests/include/configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/ipv4_tests.h b/tests/active_tests/include/ipv4_tests.h index 5eab0cdb..779f9508 100644 --- a/tests/active_tests/include/ipv4_tests.h +++ b/tests/active_tests/include/ipv4_tests.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/packet_capturer.h b/tests/active_tests/include/packet_capturer.h index 83134d76..c09d43ec 100644 --- a/tests/active_tests/include/packet_capturer.h +++ b/tests/active_tests/include/packet_capturer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/tcp_tests.h b/tests/active_tests/include/tcp_tests.h index 36375dcb..a7ae5bd6 100644 --- a/tests/active_tests/include/tcp_tests.h +++ b/tests/active_tests/include/tcp_tests.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/test_utils.h b/tests/active_tests/include/test_utils.h index 5d1302b6..cd50221a 100644 --- a/tests/active_tests/include/test_utils.h +++ b/tests/active_tests/include/test_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/include/utils_tests.h b/tests/active_tests/include/utils_tests.h index 9f517aff..959d46bf 100644 --- a/tests/active_tests/include/utils_tests.h +++ b/tests/active_tests/include/utils_tests.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/active_test.cpp b/tests/active_tests/src/active_test.cpp index 6fac5aad..f6b0a0a9 100644 --- a/tests/active_tests/src/active_test.cpp +++ b/tests/active_tests/src/active_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/active_test_runner.cpp b/tests/active_tests/src/active_test_runner.cpp index b0f84f41..6ce98156 100644 --- a/tests/active_tests/src/active_test_runner.cpp +++ b/tests/active_tests/src/active_test_runner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/configuration.cpp b/tests/active_tests/src/configuration.cpp index d751051b..a44d278e 100644 --- a/tests/active_tests/src/configuration.cpp +++ b/tests/active_tests/src/configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/ipv4_tests.cpp b/tests/active_tests/src/ipv4_tests.cpp index 6d22d4c0..3e55fadb 100644 --- a/tests/active_tests/src/ipv4_tests.cpp +++ b/tests/active_tests/src/ipv4_tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/main.cpp b/tests/active_tests/src/main.cpp index 4f9100d2..cffad27f 100644 --- a/tests/active_tests/src/main.cpp +++ b/tests/active_tests/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/packet_capturer.cpp b/tests/active_tests/src/packet_capturer.cpp index 1d09abb9..cf05c6e4 100644 --- a/tests/active_tests/src/packet_capturer.cpp +++ b/tests/active_tests/src/packet_capturer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/tcp_tests.cpp b/tests/active_tests/src/tcp_tests.cpp index 57f44847..5ca520a4 100644 --- a/tests/active_tests/src/tcp_tests.cpp +++ b/tests/active_tests/src/tcp_tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/test_utils.cpp b/tests/active_tests/src/test_utils.cpp index 23701493..769327c8 100644 --- a/tests/active_tests/src/test_utils.cpp +++ b/tests/active_tests/src/test_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/active_tests/src/utils_test.cpp b/tests/active_tests/src/utils_test.cpp index e9fa257e..5f3ff5e8 100644 --- a/tests/active_tests/src/utils_test.cpp +++ b/tests/active_tests/src/utils_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Matias Fontanini + * Copyright (c) 2017, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without