summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-10-06 08:27:02 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-10-06 08:27:02 +0200
commit97ff4521b79c4794dc928561d934182c660ef8de (patch)
tree45fc78b39e2ffea5a14320166870359038b3cf9b
parentbdbd39857bf90c09c408a8db716eb5f8f348ef8b (diff)
downloadlibnet-97ff4521b79c4794dc928561d934182c660ef8de.tar.gz
Drop gratuitous EOF and end of file
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGELOG1
-rw-r--r--doc/CONTRIB1
-rw-r--r--doc/DESIGN_NOTES2
-rw-r--r--doc/MIGRATION2
-rw-r--r--doc/PACKET_BUILDING3
-rw-r--r--doc/RAWSOCKET_NON_SEQUITUR2
-rw-r--r--doc/RELEASE-CHECKLIST.txt2
-rw-r--r--doc/TODO2
-rw-r--r--include/ifaddrlist.h1
-rw-r--r--include/libnet.h.in1
-rw-r--r--include/libnet/libnet-asn1.h1
-rw-r--r--include/libnet/libnet-functions.h1
-rw-r--r--include/libnet/libnet-headers.h1
-rw-r--r--include/libnet/libnet-macros.h1
-rw-r--r--include/libnet/libnet-structures.h1
-rw-r--r--include/libnet/libnet-types.h1
-rw-r--r--sample/arp-new.c1
-rw-r--r--sample/arp.c1
-rw-r--r--sample/bgp4_hdr.c1
-rw-r--r--sample/bgp4_notification.c1
-rw-r--r--sample/bgp4_open.c1
-rw-r--r--sample/bgp4_update.c1
-rw-r--r--sample/cdp.c1
-rw-r--r--sample/dot1x.c1
-rw-r--r--sample/fddi_tcp1.c1
-rw-r--r--sample/fddi_tcp2.c1
-rw-r--r--sample/get_addr.c1
-rw-r--r--sample/icmp6_echoreq.c1
-rw-r--r--sample/icmp6_unreach.c1
-rw-r--r--sample/icmp_echo_cq.c1
-rw-r--r--sample/icmp_redirect.c1
-rw-r--r--sample/icmp_timeexceed.c1
-rw-r--r--sample/icmp_timestamp.c1
-rw-r--r--sample/icmp_unreach.c1
-rw-r--r--sample/ieee.c1
-rw-r--r--sample/ip_link.c1
-rw-r--r--sample/ip_raw.c1
-rw-r--r--sample/isl.c1
-rw-r--r--sample/libnet_test.h1
-rw-r--r--sample/mpls.c1
-rw-r--r--sample/ntp.c1
-rw-r--r--sample/ping_of_death.c1
-rw-r--r--sample/rpc_tcp.c1
-rw-r--r--sample/rpc_udp.c1
-rw-r--r--sample/smurf.c1
-rw-r--r--sample/stp.c1
-rw-r--r--sample/synflood.c1
-rw-r--r--sample/synflood6.c1
-rw-r--r--sample/synflood6_frag.c1
-rw-r--r--sample/tcp2.c1
-rw-r--r--sample/tftp.c1
-rw-r--r--sample/tring_tcp1.c1
-rw-r--r--sample/tring_tcp2.c1
-rw-r--r--sample/udp1.c1
-rw-r--r--sample/udp2.c1
-rw-r--r--src/libnet_advanced.c1
-rw-r--r--src/libnet_asn1.c1
-rw-r--r--src/libnet_build_802.1q.c1
-rw-r--r--src/libnet_build_802.1x.c1
-rw-r--r--src/libnet_build_802.2.c1
-rw-r--r--src/libnet_build_802.3.c1
-rw-r--r--src/libnet_build_arp.c1
-rw-r--r--src/libnet_build_bgp.c1
-rw-r--r--src/libnet_build_cdp.c1
-rw-r--r--src/libnet_build_data.c1
-rw-r--r--src/libnet_build_dhcp.c1
-rw-r--r--src/libnet_build_dns.c1
-rw-r--r--src/libnet_build_ethernet.c1
-rw-r--r--src/libnet_build_fddi.c1
-rw-r--r--src/libnet_build_gre.c1
-rw-r--r--src/libnet_build_hsrp.c1
-rw-r--r--src/libnet_build_igmp.c1
-rw-r--r--src/libnet_build_ipsec.c1
-rw-r--r--src/libnet_build_isl.c1
-rw-r--r--src/libnet_build_mpls.c1
-rw-r--r--src/libnet_build_ntp.c1
-rw-r--r--src/libnet_build_ospf.c1
-rw-r--r--src/libnet_build_rip.c1
-rw-r--r--src/libnet_build_rpc.c1
-rw-r--r--src/libnet_build_sebek.c1
-rw-r--r--src/libnet_build_snmp.c1
-rw-r--r--src/libnet_build_stp.c1
-rw-r--r--src/libnet_build_tcp.c1
-rw-r--r--src/libnet_build_token_ring.c1
-rw-r--r--src/libnet_build_udp.c1
-rw-r--r--src/libnet_build_vrrp.c1
-rw-r--r--src/libnet_checksum.c1
-rw-r--r--src/libnet_crc.c1
-rw-r--r--src/libnet_dll.c1
-rw-r--r--src/libnet_dll_info.rc1
-rw-r--r--src/libnet_error.c1
-rw-r--r--src/libnet_if_addr.c1
-rw-r--r--src/libnet_init.c1
-rw-r--r--src/libnet_link_bpf.c1
-rw-r--r--src/libnet_link_dlpi.c1
-rw-r--r--src/libnet_link_linux.c1
-rw-r--r--src/libnet_link_win32.c1
-rw-r--r--src/libnet_port_list.c1
-rw-r--r--src/libnet_prand.c1
-rw-r--r--src/libnet_raw.c1
-rw-r--r--src/libnet_resolve.c1
-rw-r--r--src/libnet_write.c1
-rw-r--r--win32/config.h5
-rw-r--r--win32/libnet.h1
105 files changed, 0 insertions, 117 deletions
diff --git a/configure.ac b/configure.ac
index 310d680..43fcf79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,5 +470,3 @@ Report bugs to ${PACKAGE_BUGREPORT}])
else
AC_MSG_RESULT([Report bugs to ${PACKAGE_BUGREPORT}])
fi
-
-dnl EOF
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 39b52f3..1592290 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -846,4 +846,3 @@ Feb 01 2002 1.1.0 Beta 01
human readable IP address -> network byte order,
simple raw socket / IP_HDRINCL wrapper,
TCP checksum (x86 assembly implementation)
-EOF
diff --git a/doc/CONTRIB b/doc/CONTRIB
index dda3c19..18c7ead 100644
--- a/doc/CONTRIB
+++ b/doc/CONTRIB
@@ -67,4 +67,3 @@ Since 1.1.3 the list below is no longer maintained, see CHANGELOG.
Su, Joe <cysu@csie.nctu.edu.tw>
. IPv6 traffic clas and flow label fix
Yardley, Tim <liquid@dqc.org>
-EOF
diff --git a/doc/DESIGN_NOTES b/doc/DESIGN_NOTES
index 4d27b89..34d7ffa 100644
--- a/doc/DESIGN_NOTES
+++ b/doc/DESIGN_NOTES
@@ -130,5 +130,3 @@
So that's a quick description of what's going on under the hood. There's
more, but this should be enough to get you started.
-
-EOF
diff --git a/doc/MIGRATION b/doc/MIGRATION
index 8a2254e..bfcc722 100644
--- a/doc/MIGRATION
+++ b/doc/MIGRATION
@@ -168,5 +168,3 @@
c = libnet_write(l);
Boom. You're done. Now go read the sample code.
-
-EOF
diff --git a/doc/PACKET_BUILDING b/doc/PACKET_BUILDING
index f464a6f..b984e1a 100644
--- a/doc/PACKET_BUILDING
+++ b/doc/PACKET_BUILDING
@@ -195,6 +195,3 @@ bad:
4) Add it to src/Makefile.am and then automake from the TLD.
5) Test the shit out of it.
6) Send it over to mike@infonexus.com.
-
-
-EOF
diff --git a/doc/RAWSOCKET_NON_SEQUITUR b/doc/RAWSOCKET_NON_SEQUITUR
index 7f8c758..a6ac255 100644
--- a/doc/RAWSOCKET_NON_SEQUITUR
+++ b/doc/RAWSOCKET_NON_SEQUITUR
@@ -37,5 +37,3 @@
apparently doesn't allow for the injection of broadcast IP datagrams.
Whenever complete control over the IP header is desired, use the link
layer API.
-
-EOF
diff --git a/doc/RELEASE-CHECKLIST.txt b/doc/RELEASE-CHECKLIST.txt
index 80f7a46..75589fa 100644
--- a/doc/RELEASE-CHECKLIST.txt
+++ b/doc/RELEASE-CHECKLIST.txt
@@ -30,6 +30,4 @@ Update LDFLAGS' version-info.
- Announce release-candidate on libnet-dev-announce and to people in doc/CONTRIB
-
- Announce release on libnet-dev-announce
-
diff --git a/doc/TODO b/doc/TODO
index 7ae722b..4114a9b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -116,5 +116,3 @@
- SNMP
- Update __libnet_handle_dump to dump everything in l verbosely.
-
-EOF
diff --git a/include/ifaddrlist.h b/include/ifaddrlist.h
index e2d819c..a4ff6c3 100644
--- a/include/ifaddrlist.h
+++ b/include/ifaddrlist.h
@@ -49,4 +49,3 @@ set_up_interface(
uint8_t **
);
-/* EOF */
diff --git a/include/libnet.h.in b/include/libnet.h.in
index 592e4f7..357b794 100644
--- a/include/libnet.h.in
+++ b/include/libnet.h.in
@@ -114,4 +114,3 @@ extern "C" {
#endif /* __LIBNET_H */
-/* EOF */
diff --git a/include/libnet/libnet-asn1.h b/include/libnet/libnet-asn1.h
index 20ea8ae..c1ebda0 100644
--- a/include/libnet/libnet-asn1.h
+++ b/include/libnet/libnet-asn1.h
@@ -252,4 +252,3 @@ libnet_build_asn1_bitstring(
#endif /* __LIBNET_ASN1_H */
-/* EOF */
diff --git a/include/libnet/libnet-functions.h b/include/libnet/libnet-functions.h
index ba3bcd4..9fe586e 100644
--- a/include/libnet/libnet-functions.h
+++ b/include/libnet/libnet-functions.h
@@ -2650,4 +2650,3 @@ libnet_win32_read_arp_table(DWORD IP);
#endif
#endif /* __LIBNET_FUNCTIONS_H */
-/* EOF */
diff --git a/include/libnet/libnet-headers.h b/include/libnet/libnet-headers.h
index 7250e17..fcb95ce 100644
--- a/include/libnet/libnet-headers.h
+++ b/include/libnet/libnet-headers.h
@@ -1824,4 +1824,3 @@ struct libnet_hsrp_hdr
#endif /* __LIBNET_HEADERS_H */
-/* EOF */
diff --git a/include/libnet/libnet-macros.h b/include/libnet/libnet-macros.h
index f4bb2ca..7bd997c 100644
--- a/include/libnet/libnet-macros.h
+++ b/include/libnet/libnet-macros.h
@@ -196,4 +196,3 @@ if (payload_s) \
#endif /* __LIBNET_MACROS_H */
-/* EOF */
diff --git a/include/libnet/libnet-structures.h b/include/libnet/libnet-structures.h
index 000e21b..a61b4f0 100644
--- a/include/libnet/libnet-structures.h
+++ b/include/libnet/libnet-structures.h
@@ -251,4 +251,3 @@ typedef struct _libnet_context_queue_descriptor libnet_cqd_t;
#endif /* __LIBNET_STRUCTURES_H */
-/* EOF */ \ No newline at end of file
diff --git a/include/libnet/libnet-types.h b/include/libnet/libnet-types.h
index 846772e..6d7b28d 100644
--- a/include/libnet/libnet-types.h
+++ b/include/libnet/libnet-types.h
@@ -37,4 +37,3 @@
#endif /* __LIBNET_TYPES_H */
-/* EOF */
diff --git a/sample/arp-new.c b/sample/arp-new.c
index 9534996..66a8eab 100644
--- a/sample/arp-new.c
+++ b/sample/arp-new.c
@@ -137,4 +137,3 @@ bad:
return (EXIT_FAILURE);
}
-/* EOF */
diff --git a/sample/arp.c b/sample/arp.c
index 391862f..d7970ca 100644
--- a/sample/arp.c
+++ b/sample/arp.c
@@ -129,4 +129,3 @@ bad:
return (EXIT_FAILURE);
}
-/* EOF */
diff --git a/sample/bgp4_hdr.c b/sample/bgp4_hdr.c
index fe49a98..a99e9b3 100644
--- a/sample/bgp4_hdr.c
+++ b/sample/bgp4_hdr.c
@@ -219,4 +219,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/bgp4_notification.c b/sample/bgp4_notification.c
index d577679..fb725ae 100644
--- a/sample/bgp4_notification.c
+++ b/sample/bgp4_notification.c
@@ -239,4 +239,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/bgp4_open.c b/sample/bgp4_open.c
index 74d4b79..17f50fd 100644
--- a/sample/bgp4_open.c
+++ b/sample/bgp4_open.c
@@ -263,4 +263,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/bgp4_update.c b/sample/bgp4_update.c
index 1fd4a71..d86d0bd 100644
--- a/sample/bgp4_update.c
+++ b/sample/bgp4_update.c
@@ -334,4 +334,3 @@ usage(char *name)
}
-/* EOF */
diff --git a/sample/cdp.c b/sample/cdp.c
index 0869524..c7920a3 100644
--- a/sample/cdp.c
+++ b/sample/cdp.c
@@ -153,4 +153,3 @@ bad:
return (EXIT_FAILURE);
}
-/* EOF */
diff --git a/sample/dot1x.c b/sample/dot1x.c
index 2d0e65c..0e51fca 100644
--- a/sample/dot1x.c
+++ b/sample/dot1x.c
@@ -110,4 +110,3 @@ bad:
return (EXIT_FAILURE);
}
-/* EOF */
diff --git a/sample/fddi_tcp1.c b/sample/fddi_tcp1.c
index 0cd862b..38374d8 100644
--- a/sample/fddi_tcp1.c
+++ b/sample/fddi_tcp1.c
@@ -210,4 +210,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/fddi_tcp2.c b/sample/fddi_tcp2.c
index 5ccf9fc..d8fee23 100644
--- a/sample/fddi_tcp2.c
+++ b/sample/fddi_tcp2.c
@@ -206,4 +206,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/get_addr.c b/sample/get_addr.c
index 7374866..5340b41 100644
--- a/sample/get_addr.c
+++ b/sample/get_addr.c
@@ -103,4 +103,3 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
-/* EOF */
diff --git a/sample/icmp6_echoreq.c b/sample/icmp6_echoreq.c
index 509b079..8d4de81 100644
--- a/sample/icmp6_echoreq.c
+++ b/sample/icmp6_echoreq.c
@@ -181,4 +181,3 @@ usage(char *nomenclature)
}
-/* EOF */
diff --git a/sample/icmp6_unreach.c b/sample/icmp6_unreach.c
index 96f9883..917d680 100644
--- a/sample/icmp6_unreach.c
+++ b/sample/icmp6_unreach.c
@@ -191,4 +191,3 @@ usage(char *nomenclature)
}
-/* EOF */
diff --git a/sample/icmp_echo_cq.c b/sample/icmp_echo_cq.c
index 7947c48..6d48bda 100644
--- a/sample/icmp_echo_cq.c
+++ b/sample/icmp_echo_cq.c
@@ -192,4 +192,3 @@ usage(char *name)
" [-i iface] [-c count = 10]\n ", name);
}
-/* EOF */
diff --git a/sample/icmp_redirect.c b/sample/icmp_redirect.c
index 92d13c0..5f2106b 100644
--- a/sample/icmp_redirect.c
+++ b/sample/icmp_redirect.c
@@ -197,4 +197,3 @@ usage(char *name)
fprintf(stderr, "usage: %s -s source_ip -d destination_ip -g gateway_ip\n ", name);
}
-/* EOF */
diff --git a/sample/icmp_timeexceed.c b/sample/icmp_timeexceed.c
index 290e087..45af924 100644
--- a/sample/icmp_timeexceed.c
+++ b/sample/icmp_timeexceed.c
@@ -187,4 +187,3 @@ usage(char *name)
fprintf(stderr, "usage: %s -s source_ip -d destination_ip\n ", name);
}
-/* EOF */
diff --git a/sample/icmp_timestamp.c b/sample/icmp_timestamp.c
index c536020..496a81a 100644
--- a/sample/icmp_timestamp.c
+++ b/sample/icmp_timestamp.c
@@ -154,4 +154,3 @@ usage(char *name)
fprintf(stderr, "usage: %s -s source_ip -d destination_ip\n ", name);
}
-/* EOF */
diff --git a/sample/icmp_unreach.c b/sample/icmp_unreach.c
index e87ecf5..f4ad5a2 100644
--- a/sample/icmp_unreach.c
+++ b/sample/icmp_unreach.c
@@ -201,4 +201,3 @@ usage(char *name)
fprintf(stderr, "usage: %s [-r] -s source_ip -d destination_ip\n ", name);
}
-/* EOF */
diff --git a/sample/ieee.c b/sample/ieee.c
index 0037b01..3585c04 100644
--- a/sample/ieee.c
+++ b/sample/ieee.c
@@ -174,4 +174,3 @@ bad:
return (EXIT_FAILURE);
}
-/* EOF */
diff --git a/sample/ip_link.c b/sample/ip_link.c
index 4317f84..786377c 100644
--- a/sample/ip_link.c
+++ b/sample/ip_link.c
@@ -198,4 +198,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/ip_raw.c b/sample/ip_raw.c
index 9e69238..42a4e59 100644
--- a/sample/ip_raw.c
+++ b/sample/ip_raw.c
@@ -177,4 +177,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/isl.c b/sample/isl.c
index 278359d..3aad8a7 100644
--- a/sample/isl.c
+++ b/sample/isl.c
@@ -164,4 +164,3 @@ bad:
return (EXIT_FAILURE);
}
-/* EOF */
diff --git a/sample/libnet_test.h b/sample/libnet_test.h
index e7d2323..94d3013 100644
--- a/sample/libnet_test.h
+++ b/sample/libnet_test.h
@@ -60,4 +60,3 @@ void usage(char *);
#endif /* __LIBNET_TEST_H */
-/* EOF */ \ No newline at end of file
diff --git a/sample/mpls.c b/sample/mpls.c
index 7e29bc8..23174d6 100644
--- a/sample/mpls.c
+++ b/sample/mpls.c
@@ -248,4 +248,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/ntp.c b/sample/ntp.c
index 0fef46f..b2ad9e0 100644
--- a/sample/ntp.c
+++ b/sample/ntp.c
@@ -190,4 +190,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/ping_of_death.c b/sample/ping_of_death.c
index 8443715..636dcb9 100644
--- a/sample/ping_of_death.c
+++ b/sample/ping_of_death.c
@@ -169,4 +169,3 @@ bad:
return (EXIT_FAILURE);
}
-/* EOF */
diff --git a/sample/rpc_tcp.c b/sample/rpc_tcp.c
index fe1f990..fe898a9 100644
--- a/sample/rpc_tcp.c
+++ b/sample/rpc_tcp.c
@@ -211,4 +211,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/rpc_udp.c b/sample/rpc_udp.c
index dded76b..b041c3c 100644
--- a/sample/rpc_udp.c
+++ b/sample/rpc_udp.c
@@ -210,4 +210,3 @@ usage(char *name)
" [-p payload]\n",
name);
}
-/* EOF */
diff --git a/sample/smurf.c b/sample/smurf.c
index ccaebdc..97121c3 100644
--- a/sample/smurf.c
+++ b/sample/smurf.c
@@ -191,4 +191,3 @@ usage(char *name)
fprintf(stderr, "usage: %s -t targe_ip [-i iface] [-c count=10] amplifiers\n ", name);
}
-/* EOF */
diff --git a/sample/stp.c b/sample/stp.c
index 16498b3..78c6c15 100644
--- a/sample/stp.c
+++ b/sample/stp.c
@@ -224,4 +224,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/synflood.c b/sample/synflood.c
index 96c07fc..8c45720 100644
--- a/sample/synflood.c
+++ b/sample/synflood.c
@@ -197,4 +197,3 @@ usage(char *nomenclature)
}
-/* EOF */
diff --git a/sample/synflood6.c b/sample/synflood6.c
index 191e4d6..65d978c 100644
--- a/sample/synflood6.c
+++ b/sample/synflood6.c
@@ -205,4 +205,3 @@ usage(char *nomenclature)
}
-/* EOF */
diff --git a/sample/synflood6_frag.c b/sample/synflood6_frag.c
index 3a09c9d..2fed621 100644
--- a/sample/synflood6_frag.c
+++ b/sample/synflood6_frag.c
@@ -231,4 +231,3 @@ usage(char *nomenclature)
}
-/* EOF */
diff --git a/sample/tcp2.c b/sample/tcp2.c
index 3ed2db0..b2cad74 100644
--- a/sample/tcp2.c
+++ b/sample/tcp2.c
@@ -189,4 +189,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/tftp.c b/sample/tftp.c
index 30d3393..d625ac1 100644
--- a/sample/tftp.c
+++ b/sample/tftp.c
@@ -204,4 +204,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/tring_tcp1.c b/sample/tring_tcp1.c
index dab4c81..850564a 100644
--- a/sample/tring_tcp1.c
+++ b/sample/tring_tcp1.c
@@ -211,4 +211,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/tring_tcp2.c b/sample/tring_tcp2.c
index fcdff5b..ceeadfb 100644
--- a/sample/tring_tcp2.c
+++ b/sample/tring_tcp2.c
@@ -207,4 +207,3 @@ usage(char *name)
name);
}
-/* EOF */
diff --git a/sample/udp1.c b/sample/udp1.c
index ec169c2..ff406dc 100644
--- a/sample/udp1.c
+++ b/sample/udp1.c
@@ -215,4 +215,3 @@ usage(char *name)
" [-p payload]\n",
name);
}
-/* EOF */
diff --git a/sample/udp2.c b/sample/udp2.c
index bd71c52..52946b8 100644
--- a/sample/udp2.c
+++ b/sample/udp2.c
@@ -231,4 +231,3 @@ usage(char *name)
fprintf(stderr, "usage: %s -s s_ip -d d_ip -P port list [-p payload]\n", name);
}
-/* EOF */
diff --git a/src/libnet_advanced.c b/src/libnet_advanced.c
index 2ea4874..b03fbe4 100644
--- a/src/libnet_advanced.c
+++ b/src/libnet_advanced.c
@@ -160,4 +160,3 @@ libnet_adv_free_packet(libnet_t *l, uint8_t *packet)
free(packet);
}
-/* EOF */
diff --git a/src/libnet_asn1.c b/src/libnet_asn1.c
index 2445715..ff81dff 100644
--- a/src/libnet_asn1.c
+++ b/src/libnet_asn1.c
@@ -426,4 +426,3 @@ libnet_build_asn1_bitstring(uint8_t *data, int *datalen, uint8_t type,
return (data + str_s);
}
-/* EOF */
diff --git a/src/libnet_build_802.1q.c b/src/libnet_build_802.1q.c
index 229c73a..c91506c 100644
--- a/src/libnet_build_802.1q.c
+++ b/src/libnet_build_802.1q.c
@@ -92,4 +92,3 @@ bad:
}
-/* EOF */
diff --git a/src/libnet_build_802.1x.c b/src/libnet_build_802.1x.c
index a7e1a4c..d8a4a9e 100644
--- a/src/libnet_build_802.1x.c
+++ b/src/libnet_build_802.1x.c
@@ -78,4 +78,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_802.2.c b/src/libnet_build_802.2.c
index 66db80d..b278ec0 100644
--- a/src/libnet_build_802.2.c
+++ b/src/libnet_build_802.2.c
@@ -130,4 +130,3 @@ bad:
}
-/* EOF */
diff --git a/src/libnet_build_802.3.c b/src/libnet_build_802.3.c
index cd9b574..17c9f3f 100644
--- a/src/libnet_build_802.3.c
+++ b/src/libnet_build_802.3.c
@@ -78,4 +78,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_arp.c b/src/libnet_build_arp.c
index fa3114f..f0bb763 100644
--- a/src/libnet_build_arp.c
+++ b/src/libnet_build_arp.c
@@ -145,4 +145,3 @@ const uint8_t *tpa, libnet_t *l)
0)); /* libnet id */
}
-/* EOF */
diff --git a/src/libnet_build_bgp.c b/src/libnet_build_bgp.c
index ff3f7e7..c992957 100644
--- a/src/libnet_build_bgp.c
+++ b/src/libnet_build_bgp.c
@@ -284,4 +284,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_cdp.c b/src/libnet_build_cdp.c
index 4f4ec8b..e9955b0 100644
--- a/src/libnet_build_cdp.c
+++ b/src/libnet_build_cdp.c
@@ -168,4 +168,3 @@ libnet_build_cdp_value(uint16_t type, uint16_t len, uint8_t *value, libnet_t *l,
return (1);
}
-/* EOF */
diff --git a/src/libnet_build_data.c b/src/libnet_build_data.c
index 01ca3e1..87c6917 100644
--- a/src/libnet_build_data.c
+++ b/src/libnet_build_data.c
@@ -67,4 +67,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_dhcp.c b/src/libnet_build_dhcp.c
index 0fc49fa..61d945b 100644
--- a/src/libnet_build_dhcp.c
+++ b/src/libnet_build_dhcp.c
@@ -132,4 +132,3 @@ libnet_t *l, libnet_ptag_t ptag)
l, ptag));
}
-/* EOF */
diff --git a/src/libnet_build_dns.c b/src/libnet_build_dns.c
index 308124c..3b4abf1 100644
--- a/src/libnet_build_dns.c
+++ b/src/libnet_build_dns.c
@@ -106,4 +106,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_ethernet.c b/src/libnet_build_ethernet.c
index 6783134..e6ccdda 100644
--- a/src/libnet_build_ethernet.c
+++ b/src/libnet_build_ethernet.c
@@ -150,4 +150,3 @@ bad:
libnet_pblock_delete(l, p);
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_fddi.c b/src/libnet_build_fddi.c
index 1a16b4c..51c19d2 100644
--- a/src/libnet_build_fddi.c
+++ b/src/libnet_build_fddi.c
@@ -168,4 +168,3 @@ bad:
libnet_pblock_delete(l, p);
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_gre.c b/src/libnet_build_gre.c
index 197f15b..02f6e4f 100644
--- a/src/libnet_build_gre.c
+++ b/src/libnet_build_gre.c
@@ -390,4 +390,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_hsrp.c b/src/libnet_build_hsrp.c
index a73cfd2..a41acfd 100644
--- a/src/libnet_build_hsrp.c
+++ b/src/libnet_build_hsrp.c
@@ -95,4 +95,3 @@ bad:
libnet_pblock_delete(l, p);
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_igmp.c b/src/libnet_build_igmp.c
index 1a9f208..639a294 100644
--- a/src/libnet_build_igmp.c
+++ b/src/libnet_build_igmp.c
@@ -89,4 +89,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_ipsec.c b/src/libnet_build_ipsec.c
index 2358158..9ec6b92 100644
--- a/src/libnet_build_ipsec.c
+++ b/src/libnet_build_ipsec.c
@@ -182,4 +182,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_isl.c b/src/libnet_build_isl.c
index b714cf2..e59f0c9 100644
--- a/src/libnet_build_isl.c
+++ b/src/libnet_build_isl.c
@@ -88,4 +88,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_mpls.c b/src/libnet_build_mpls.c
index fc330b6..19e4000 100644
--- a/src/libnet_build_mpls.c
+++ b/src/libnet_build_mpls.c
@@ -89,4 +89,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_ntp.c b/src/libnet_build_ntp.c
index 465e7d7..d478549 100644
--- a/src/libnet_build_ntp.c
+++ b/src/libnet_build_ntp.c
@@ -98,4 +98,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_ospf.c b/src/libnet_build_ospf.c
index f3aa725..ffbe354 100644
--- a/src/libnet_build_ospf.c
+++ b/src/libnet_build_ospf.c
@@ -567,4 +567,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_rip.c b/src/libnet_build_rip.c
index 16b7659..cc07e8b 100644
--- a/src/libnet_build_rip.c
+++ b/src/libnet_build_rip.c
@@ -86,4 +86,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_rpc.c b/src/libnet_build_rpc.c
index 9f4003a..c195072 100644
--- a/src/libnet_build_rpc.c
+++ b/src/libnet_build_rpc.c
@@ -115,4 +115,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_sebek.c b/src/libnet_build_sebek.c
index 9971db5..addc6ce 100644
--- a/src/libnet_build_sebek.c
+++ b/src/libnet_build_sebek.c
@@ -85,4 +85,3 @@ bad:
libnet_pblock_delete(l, p);
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_snmp.c b/src/libnet_build_snmp.c
index 4bad86d..7645905 100644
--- a/src/libnet_build_snmp.c
+++ b/src/libnet_build_snmp.c
@@ -42,4 +42,3 @@ libnet_build_snmp(void)
}
-/* EOF */
diff --git a/src/libnet_build_stp.c b/src/libnet_build_stp.c
index c77d382..737ce7d 100644
--- a/src/libnet_build_stp.c
+++ b/src/libnet_build_stp.c
@@ -186,4 +186,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_tcp.c b/src/libnet_build_tcp.c
index 2697d28..98a0783 100644
--- a/src/libnet_build_tcp.c
+++ b/src/libnet_build_tcp.c
@@ -304,4 +304,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_token_ring.c b/src/libnet_build_token_ring.c
index 03a0f62..91f7560 100644
--- a/src/libnet_build_token_ring.c
+++ b/src/libnet_build_token_ring.c
@@ -170,4 +170,3 @@ bad:
libnet_pblock_delete(l, p);
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_udp.c b/src/libnet_build_udp.c
index 8f0a1b4..e99f47d 100644
--- a/src/libnet_build_udp.c
+++ b/src/libnet_build_udp.c
@@ -87,4 +87,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_build_vrrp.c b/src/libnet_build_vrrp.c
index 6a33f9f..58e774f 100644
--- a/src/libnet_build_vrrp.c
+++ b/src/libnet_build_vrrp.c
@@ -94,4 +94,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_checksum.c b/src/libnet_checksum.c
index a060e03..29d37d6 100644
--- a/src/libnet_checksum.c
+++ b/src/libnet_checksum.c
@@ -569,4 +569,3 @@ libnet_ip_check(uint16_t *addr, int len)
return (LIBNET_CKSUM_CARRY(sum));
}
-/* EOF */
diff --git a/src/libnet_crc.c b/src/libnet_crc.c
index 85c3056..a93fdc7 100644
--- a/src/libnet_crc.c
+++ b/src/libnet_crc.c
@@ -102,4 +102,3 @@ libnet_compute_crc(uint8_t *buf, uint32_t len)
}
-/* EOF */
diff --git a/src/libnet_dll.c b/src/libnet_dll.c
index c3960cc..8ee0c38 100644
--- a/src/libnet_dll.c
+++ b/src/libnet_dll.c
@@ -44,4 +44,3 @@ BOOL WINAPI DllMain(HINSTANCE hinst, ULONG fdwReason, LPVOID lpReserved)
return (TRUE);
}
-/* EOF */
diff --git a/src/libnet_dll_info.rc b/src/libnet_dll_info.rc
index 23f20f3..2b65043 100644
--- a/src/libnet_dll_info.rc
+++ b/src/libnet_dll_info.rc
@@ -56,4 +56,3 @@
VALUE "Translation", 0x0, 1200
END
END
- /* EOF */ \ No newline at end of file
diff --git a/src/libnet_error.c b/src/libnet_error.c
index eeda83d..d8ad8de 100644
--- a/src/libnet_error.c
+++ b/src/libnet_error.c
@@ -44,4 +44,3 @@ libnet_geterror(libnet_t *l)
}
-/* EOF */
diff --git a/src/libnet_if_addr.c b/src/libnet_if_addr.c
index 1b8740b..0c7b2a0 100644
--- a/src/libnet_if_addr.c
+++ b/src/libnet_if_addr.c
@@ -487,4 +487,3 @@ bad:
return (-1);
}
-/* EOF */
diff --git a/src/libnet_init.c b/src/libnet_init.c
index 10b8de7..af52023 100644
--- a/src/libnet_init.c
+++ b/src/libnet_init.c
@@ -250,4 +250,3 @@ libnet_getpacket_size(libnet_t *l)
return (n);
}
-/* EOF */
diff --git a/src/libnet_link_bpf.c b/src/libnet_link_bpf.c
index fbdb642..3779b6d 100644
--- a/src/libnet_link_bpf.c
+++ b/src/libnet_link_bpf.c
@@ -346,4 +346,3 @@ libnet_get_hwaddr(libnet_t *l)
}
-/* EOF */
diff --git a/src/libnet_link_dlpi.c b/src/libnet_link_dlpi.c
index f0e02c4..2aef533 100644
--- a/src/libnet_link_dlpi.c
+++ b/src/libnet_link_dlpi.c
@@ -832,4 +832,3 @@ libnet_get_hwaddr(libnet_t *l)
return (&l->link_addr);
}
-/* EOF */
diff --git a/src/libnet_link_linux.c b/src/libnet_link_linux.c
index 8a5b4b6..bc0e786 100644
--- a/src/libnet_link_linux.c
+++ b/src/libnet_link_linux.c
@@ -298,4 +298,3 @@ bad:
* End:
*/
-/* EOF */
diff --git a/src/libnet_link_win32.c b/src/libnet_link_win32.c
index 5f89680..59af543 100644
--- a/src/libnet_link_win32.c
+++ b/src/libnet_link_win32.c
@@ -363,4 +363,3 @@ BYTE * libnet_win32_read_arp_table(DWORD DestIP)
return(NULL);
}
-/* EOF */
diff --git a/src/libnet_port_list.c b/src/libnet_port_list.c
index 3ba7413..ed61e0e 100644
--- a/src/libnet_port_list.c
+++ b/src/libnet_port_list.c
@@ -285,4 +285,3 @@ libnet_plist_chain_free(libnet_plist_t *plist)
return (1);
}
-/* EOF */
diff --git a/src/libnet_prand.c b/src/libnet_prand.c
index 915a4d6..8f4ef44 100644
--- a/src/libnet_prand.c
+++ b/src/libnet_prand.c
@@ -107,4 +107,3 @@ libnet_get_prand(int mod)
return (0); /* NOTTREACHED */
}
-/* EOF */ \ No newline at end of file
diff --git a/src/libnet_raw.c b/src/libnet_raw.c
index 20130ae..1f05348 100644
--- a/src/libnet_raw.c
+++ b/src/libnet_raw.c
@@ -268,4 +268,3 @@ libnet_close_raw6(libnet_t *l)
return (close(l->fd));
}
#endif
-/* EOF */
diff --git a/src/libnet_resolve.c b/src/libnet_resolve.c
index 2f9040b..38e6034 100644
--- a/src/libnet_resolve.c
+++ b/src/libnet_resolve.c
@@ -470,4 +470,3 @@ libnet_hex_aton(const char *s, int *len)
return (buf);
}
-/* EOF */
diff --git a/src/libnet_write.c b/src/libnet_write.c
index f9a60e8..7d571f2 100644
--- a/src/libnet_write.c
+++ b/src/libnet_write.c
@@ -342,4 +342,3 @@ libnet_write_raw_ipv6(libnet_t *l, const uint8_t *packet, uint32_t size)
return (c);
}
#endif /* __WIN32__ */
-/* EOF */ \ No newline at end of file
diff --git a/win32/config.h b/win32/config.h
index 07693e9..730c678 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -21,11 +21,6 @@
#undef LIBNET_BIG_ENDIAN
#define LIBNET_LIL_ENDIAN 1
-
-/*
-dnl EOF
-*/
-
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
diff --git a/win32/libnet.h b/win32/libnet.h
index 05a6bf9..3e35abc 100644
--- a/win32/libnet.h
+++ b/win32/libnet.h
@@ -117,4 +117,3 @@ extern "C" {
#endif /* __LIBNET_H */
#endif
-/* EOF */