diff --git a/examples/arpmonitor.cpp b/examples/arpmonitor.cpp index 6caa2df..2762b25 100644 --- a/examples/arpmonitor.cpp +++ b/examples/arpmonitor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 543ca54..997bc9f 100644 --- a/examples/arpspoofing.cpp +++ b/examples/arpspoofing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 eb99a30..f84186c 100644 --- a/examples/beacon_display.cpp +++ b/examples/beacon_display.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f3d914f..a395b0c 100644 --- a/examples/dns_queries.cpp +++ b/examples/dns_queries.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 13cec50..259e8ee 100644 --- a/examples/dns_spoof.cpp +++ b/examples/dns_spoof.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 42740c1..b141972 100644 --- a/examples/dns_stats.cpp +++ b/examples/dns_stats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 7b23e52..31db51e 100644 --- a/examples/portscan.cpp +++ b/examples/portscan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 26ec607..02ddc16 100644 --- a/examples/tcp_connection_close.cpp +++ b/examples/tcp_connection_close.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 ba8fa78..fa92d08 100644 --- a/examples/traceroute.cpp +++ b/examples/traceroute.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 8731aa7..d61cae3 100644 --- a/examples/wps_detect.cpp +++ b/examples/wps_detect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 17803a4..5d9f9e7 100644 --- a/include/tins/address_range.h +++ b/include/tins/address_range.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 a2c633a..af1c8cd 100644 --- a/include/tins/arp.h +++ b/include/tins/arp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e1be4cb..97c021b 100644 --- a/include/tins/bootp.h +++ b/include/tins/bootp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 169ca92..6fdcba3 100644 --- a/include/tins/constants.h +++ b/include/tins/constants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 1ada146..093cf6a 100644 --- a/include/tins/crypto.h +++ b/include/tins/crypto.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 fdd1931..429d1b8 100644 --- a/include/tins/cxxstd.h +++ b/include/tins/cxxstd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 a21237e..cf6843a 100644 --- a/include/tins/data_link_type.h +++ b/include/tins/data_link_type.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 55d0ad6..8db8d65 100644 --- a/include/tins/dhcp.h +++ b/include/tins/dhcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 9595d23..ff32957 100644 --- a/include/tins/dhcpv6.h +++ b/include/tins/dhcpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 dd69b9f..742d7c3 100644 --- a/include/tins/dns.h +++ b/include/tins/dns.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 2ff00d3..579e790 100644 --- a/include/tins/dot11.h +++ b/include/tins/dot11.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 73dbd4c..13500e0 100644 --- a/include/tins/dot11/dot11_assoc.h +++ b/include/tins/dot11/dot11_assoc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e8a5390..b949fc5 100644 --- a/include/tins/dot11/dot11_auth.h +++ b/include/tins/dot11/dot11_auth.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 3fcd71f..f51568d 100644 --- a/include/tins/dot11/dot11_base.h +++ b/include/tins/dot11/dot11_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 cdfb010..224e303 100644 --- a/include/tins/dot11/dot11_beacon.h +++ b/include/tins/dot11/dot11_beacon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 a83c5a7..1648de9 100644 --- a/include/tins/dot11/dot11_control.h +++ b/include/tins/dot11/dot11_control.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 a6d5eef..7156dfa 100644 --- a/include/tins/dot11/dot11_data.h +++ b/include/tins/dot11/dot11_data.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 7ebd336..b566cd2 100644 --- a/include/tins/dot11/dot11_mgmt.h +++ b/include/tins/dot11/dot11_mgmt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 b899c35..7574704 100644 --- a/include/tins/dot11/dot11_probe.h +++ b/include/tins/dot11/dot11_probe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 c6f4c11..072fb59 100644 --- a/include/tins/dot1q.h +++ b/include/tins/dot1q.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f4756f2..2f4429d 100644 --- a/include/tins/dot3.h +++ b/include/tins/dot3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 5ddf95e..f506a6f 100644 --- a/include/tins/eapol.h +++ b/include/tins/eapol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 951f1f6..edd3aa4 100644 --- a/include/tins/endianness.h +++ b/include/tins/endianness.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 55836b1..292bfb9 100644 --- a/include/tins/ethernetII.h +++ b/include/tins/ethernetII.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 cc0c9cb..436a67f 100644 --- a/include/tins/exceptions.h +++ b/include/tins/exceptions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 eb51e58..318a7e1 100644 --- a/include/tins/handshake_capturer.h +++ b/include/tins/handshake_capturer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 53aa811..f13fed9 100644 --- a/include/tins/hw_address.h +++ b/include/tins/hw_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 b643498..b2fdbeb 100644 --- a/include/tins/icmp.h +++ b/include/tins/icmp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 be71b87..4193368 100644 --- a/include/tins/icmp_extension.h +++ b/include/tins/icmp_extension.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e59f5c6..7e6fd1e 100644 --- a/include/tins/icmpv6.h +++ b/include/tins/icmpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 00b5541..efeb683 100644 --- a/include/tins/ieee802_3.h +++ b/include/tins/ieee802_3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 6974002..5ce62b0 100644 --- a/include/tins/internals.h +++ b/include/tins/internals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 18e47e1..371ea4f 100644 --- a/include/tins/ip.h +++ b/include/tins/ip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 6f77d7a..2776e79 100644 --- a/include/tins/ip_address.h +++ b/include/tins/ip_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 3675981..73f863f 100644 --- a/include/tins/ip_reassembler.h +++ b/include/tins/ip_reassembler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 8b3c63f..2c58975 100644 --- a/include/tins/ipsec.h +++ b/include/tins/ipsec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f9a24ba..70c59c3 100644 --- a/include/tins/ipv6.h +++ b/include/tins/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 4ce831d..fd677f3 100644 --- a/include/tins/ipv6_address.h +++ b/include/tins/ipv6_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 90bdee0..70d51a7 100644 --- a/include/tins/llc.h +++ b/include/tins/llc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 5fb2966..fd9c8cd 100644 --- a/include/tins/loopback.h +++ b/include/tins/loopback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 670ae34..3cd6af0 100644 --- a/include/tins/macros.h +++ b/include/tins/macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 144ac2a..f8f406a 100644 --- a/include/tins/memory_helpers.h +++ b/include/tins/memory_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -41,6 +41,10 @@ #include "endianness.h" namespace Tins { + +/** + * \cond + */ namespace Memory { inline void read_data(const uint8_t* buffer, uint8_t* output_buffer, uint32_t size) { @@ -250,6 +254,10 @@ private: uint32_t size_; }; +/** + * \endcond + */ + } // Memory } // Tins diff --git a/include/tins/mpls.h b/include/tins/mpls.h index 525f301..36a3fa3 100644 --- a/include/tins/mpls.h +++ b/include/tins/mpls.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 4c7f5da..1cade50 100644 --- a/include/tins/network_interface.h +++ b/include/tins/network_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 fc0ca8f..95bcd61 100644 --- a/include/tins/offline_packet_filter.h +++ b/include/tins/offline_packet_filter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f7be3a0..e1823a7 100644 --- a/include/tins/packet.h +++ b/include/tins/packet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 80b9453..2ee5a27 100644 --- a/include/tins/packet_sender.h +++ b/include/tins/packet_sender.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e64efc0..75d06be 100644 --- a/include/tins/packet_writer.h +++ b/include/tins/packet_writer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 b36c457..dbfcbe4 100644 --- a/include/tins/pdu.h +++ b/include/tins/pdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 9b1a555..e64d80f 100644 --- a/include/tins/pdu_allocator.h +++ b/include/tins/pdu_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 0ead2c7..ebab9b1 100644 --- a/include/tins/pdu_cacher.h +++ b/include/tins/pdu_cacher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 2e1e6f3..5d79e29 100644 --- a/include/tins/pdu_option.h +++ b/include/tins/pdu_option.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f2c3b86..38c71cd 100644 --- a/include/tins/pktap.h +++ b/include/tins/pktap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 c32f3a6..45599bf 100644 --- a/include/tins/ppi.h +++ b/include/tins/ppi.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e281a67..b989b96 100644 --- a/include/tins/pppoe.h +++ b/include/tins/pppoe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 6372235..ce38b8b 100644 --- a/include/tins/radiotap.h +++ b/include/tins/radiotap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 7637e4f..85566a8 100644 --- a/include/tins/rawpdu.h +++ b/include/tins/rawpdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 7ba9fe6..d814e92 100644 --- a/include/tins/rsn_information.h +++ b/include/tins/rsn_information.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 901882e..e5e57f9 100644 --- a/include/tins/sll.h +++ b/include/tins/sll.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 a690708..8f40c91 100644 --- a/include/tins/small_uint.h +++ b/include/tins/small_uint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 489bf02..18740e5 100644 --- a/include/tins/snap.h +++ b/include/tins/snap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 ab752c6..1d6b4d7 100644 --- a/include/tins/sniffer.h +++ b/include/tins/sniffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 eaaf634..9588afa 100644 --- a/include/tins/stp.h +++ b/include/tins/stp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 c32f951..568a8b7 100644 --- a/include/tins/tcp.h +++ b/include/tins/tcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 5109889..ddeb0c3 100644 --- a/include/tins/tcp_stream.h +++ b/include/tins/tcp_stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e671925..3d66cb4 100644 --- a/include/tins/timestamp.h +++ b/include/tins/timestamp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 bd79b36..2756476 100644 --- a/include/tins/tins.h +++ b/include/tins/tins.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 a026a08..b5851bd 100644 --- a/include/tins/udp.h +++ b/include/tins/udp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e14d7e2..d11917d 100644 --- a/include/tins/utils.h +++ b/include/tins/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 00e94a1..bcbfb05 100644 --- a/src/address_range.cpp +++ b/src/address_range.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 9ef3fb1..88c5cb2 100644 --- a/src/arp.cpp +++ b/src/arp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 6a2745e..530d3db 100644 --- a/src/bootp.cpp +++ b/src/bootp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 183c7ee..69d2f1d 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 ccc8358..fff7a41 100644 --- a/src/dhcp.cpp +++ b/src/dhcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 ec58c05..911ec1d 100644 --- a/src/dhcpv6.cpp +++ b/src/dhcpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f970ccc..e73198f 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 18b63fe..a6a0719 100644 --- a/src/dot11/dot11_assoc.cpp +++ b/src/dot11/dot11_assoc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 679756e..d1bd4d3 100644 --- a/src/dot11/dot11_auth.cpp +++ b/src/dot11/dot11_auth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 3acd5ad..1ca9c58 100644 --- a/src/dot11/dot11_base.cpp +++ b/src/dot11/dot11_base.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 ae81a88..34fedd1 100644 --- a/src/dot11/dot11_beacon.cpp +++ b/src/dot11/dot11_beacon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e9cadee..68ec1ca 100644 --- a/src/dot11/dot11_control.cpp +++ b/src/dot11/dot11_control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 858ab79..6b7f13b 100644 --- a/src/dot11/dot11_data.cpp +++ b/src/dot11/dot11_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 cfc82f4..ba05254 100644 --- a/src/dot11/dot11_mgmt.cpp +++ b/src/dot11/dot11_mgmt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 dce8385..799c1ca 100644 --- a/src/dot11/dot11_probe.cpp +++ b/src/dot11/dot11_probe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 585a666..ffa085c 100644 --- a/src/dot1q.cpp +++ b/src/dot1q.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 fa9450c..8a0460e 100644 --- a/src/dot3.cpp +++ b/src/dot3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 2da1df9..bd0b84b 100644 --- a/src/eapol.cpp +++ b/src/eapol.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 42dd684..62b45d3 100644 --- a/src/ethernetII.cpp +++ b/src/ethernetII.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 d6b0bd1..6f0f2da 100644 --- a/src/handshake_capturer.cpp +++ b/src/handshake_capturer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 7f9ac37..07680b0 100644 --- a/src/icmp.cpp +++ b/src/icmp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f791000..d00b37a 100644 --- a/src/icmp_extension.cpp +++ b/src/icmp_extension.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 5720224..0ba43c7 100644 --- a/src/icmpv6.cpp +++ b/src/icmpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 6571d9f..d8a9541 100644 --- a/src/internals.cpp +++ b/src/internals.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 7d88356..d822098 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 4a1460e..8177376 100644 --- a/src/ip_address.cpp +++ b/src/ip_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 4560984..4b53045 100644 --- a/src/ip_reassembler.cpp +++ b/src/ip_reassembler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 d24942d..d136447 100644 --- a/src/ipsec.cpp +++ b/src/ipsec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 6656ed4..68976ca 100644 --- a/src/ipv6.cpp +++ b/src/ipv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 655f5f5..2a94706 100644 --- a/src/ipv6_address.cpp +++ b/src/ipv6_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 868fee8..bda085e 100644 --- a/src/llc.cpp +++ b/src/llc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 80d8fdc..62345eb 100644 --- a/src/loopback.cpp +++ b/src/loopback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 cd0b057..f7ffd42 100644 --- a/src/mpls.cpp +++ b/src/mpls.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 0a0d4f2..04b1403 100644 --- a/src/network_interface.cpp +++ b/src/network_interface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 983fdd2..4d8ea10 100644 --- a/src/offline_packet_filter.cpp +++ b/src/offline_packet_filter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 63fc439..dca0324 100644 --- a/src/packet_sender.cpp +++ b/src/packet_sender.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 b5f2002..b08d43a 100644 --- a/src/packet_writer.cpp +++ b/src/packet_writer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 f2d21a6..de03621 100644 --- a/src/pdu.cpp +++ b/src/pdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 0d0ab39..4a52be3 100644 --- a/src/pktap.cpp +++ b/src/pktap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 e0bc766..0963eb0 100644 --- a/src/ppi.cpp +++ b/src/ppi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 bded6e1..b9a4c04 100644 --- a/src/pppoe.cpp +++ b/src/pppoe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 d43a229..e2816c9 100644 --- a/src/radiotap.cpp +++ b/src/radiotap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 4ecee6a..f082092 100644 --- a/src/rawpdu.cpp +++ b/src/rawpdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 23511b5..0e09281 100644 --- a/src/rsn_information.cpp +++ b/src/rsn_information.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 98f6009..72ca2e5 100644 --- a/src/sll.cpp +++ b/src/sll.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 dfdb14f..d557f0e 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 81c45a2..c95eaaa 100644 --- a/src/sniffer.cpp +++ b/src/sniffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 db88774..e8fd603 100644 --- a/src/stp.cpp +++ b/src/stp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 811dd63..7c57c58 100644 --- a/src/tcp.cpp +++ b/src/tcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 c1895c6..3e1c78b 100644 --- a/src/tcp_stream.cpp +++ b/src/tcp_stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 9561b64..1e4833d 100644 --- a/src/udp.cpp +++ b/src/udp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, 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 bfe8f07..14a05e3 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Matias Fontanini + * Copyright (c) 2016, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without