From 7ade7041621d98682ff5d27304f57b6b9d505928 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 23 Jun 2012 18:37:41 +0200 Subject: [PATCH] proto_*: small fix in header comment Signed-off-by: Daniel Borkmann --- src/proto_icmpv6.c | 2 +- src/proto_ip_authentication_hdr.c | 2 +- src/proto_ip_esp.c | 2 +- src/proto_ipv6_dest_opts.c | 2 +- src/proto_ipv6_fragm.c | 2 +- src/proto_ipv6_hop_by_hop.c | 2 +- src/proto_ipv6_in_ipv4.c | 2 +- src/proto_ipv6_mobility_hdr.c | 2 +- src/proto_ipv6_no_nxt_hdr.c | 2 +- src/proto_ipv6_routing.c | 2 +- src/proto_mpls_unicast.c | 2 +- src/proto_vlan_q_in_q.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/proto_icmpv6.c b/src/proto_icmpv6.c index 024bc4da..008e6640 100644 --- a/src/proto_icmpv6.c +++ b/src/proto_icmpv6.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * ICMPv6 described in RFC4443, RFC2710, RFC4861, RFC2894, diff --git a/src/proto_ip_authentication_hdr.c b/src/proto_ip_authentication_hdr.c index 1c5137bb..60af2fda 100644 --- a/src/proto_ip_authentication_hdr.c +++ b/src/proto_ip_authentication_hdr.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IP Authentication Header described in RFC4302 diff --git a/src/proto_ip_esp.c b/src/proto_ip_esp.c index dbd07828..f64bba2f 100644 --- a/src/proto_ip_esp.c +++ b/src/proto_ip_esp.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * Encapsulating Security Payload described in RFC4303 diff --git a/src/proto_ipv6_dest_opts.c b/src/proto_ipv6_dest_opts.c index e0462da7..51eb6a09 100644 --- a/src/proto_ipv6_dest_opts.c +++ b/src/proto_ipv6_dest_opts.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 Destination Options Header described in RFC2460 diff --git a/src/proto_ipv6_fragm.c b/src/proto_ipv6_fragm.c index 70228e0a..7e0350d5 100644 --- a/src/proto_ipv6_fragm.c +++ b/src/proto_ipv6_fragm.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 Fragmentation Header described in RFC2460 diff --git a/src/proto_ipv6_hop_by_hop.c b/src/proto_ipv6_hop_by_hop.c index b81df7d1..90c4f5d3 100644 --- a/src/proto_ipv6_hop_by_hop.c +++ b/src/proto_ipv6_hop_by_hop.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 Hop-By-Hop Header described in RFC2460 diff --git a/src/proto_ipv6_in_ipv4.c b/src/proto_ipv6_in_ipv4.c index f3bae20a..3efce984 100644 --- a/src/proto_ipv6_in_ipv4.c +++ b/src/proto_ipv6_in_ipv4.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 in IPv4 encapsulation described in RFC3056 diff --git a/src/proto_ipv6_mobility_hdr.c b/src/proto_ipv6_mobility_hdr.c index 90d6aa9a..b88320b6 100644 --- a/src/proto_ipv6_mobility_hdr.c +++ b/src/proto_ipv6_mobility_hdr.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 Mobility Header described in RFC6275 diff --git a/src/proto_ipv6_no_nxt_hdr.c b/src/proto_ipv6_no_nxt_hdr.c index a54de257..6ccc7413 100644 --- a/src/proto_ipv6_no_nxt_hdr.c +++ b/src/proto_ipv6_no_nxt_hdr.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 No Next Header described in RFC2460 diff --git a/src/proto_ipv6_routing.c b/src/proto_ipv6_routing.c index c88c5aa6..b4d2aae1 100644 --- a/src/proto_ipv6_routing.c +++ b/src/proto_ipv6_routing.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 Routing Header described in RFC2460 diff --git a/src/proto_mpls_unicast.c b/src/proto_mpls_unicast.c index 2549b80d..5969bfe1 100644 --- a/src/proto_mpls_unicast.c +++ b/src/proto_mpls_unicast.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * http://tools.ietf.org/html/rfc3032 diff --git a/src/proto_vlan_q_in_q.c b/src/proto_vlan_q_in_q.c index df2e7f20..17e09b85 100644 --- a/src/proto_vlan_q_in_q.c +++ b/src/proto_vlan_q_in_q.c @@ -1,6 +1,6 @@ /* * netsniff-ng - the packet sniffing beast - * Copyright 2012 Markus Amend , Deutsche Flugsicherung + * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * http://www.ieee802.org/1/pages/802.1ad.html -- 2.11.4.GIT