summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-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
39 files changed, 0 insertions, 39 deletions
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 */