From 016eeb6ad7cd836616b8d7e2c74a4499263a7671 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 5 Mar 2012 13:46:34 -0800 Subject: Remove BUGS, it referred to non-existent code. getprotobynumber() is no longer called by libnet. --- libnet/doc/BUGS | 19 ------------------- libnet/doc/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 libnet/doc/BUGS diff --git a/libnet/doc/BUGS b/libnet/doc/BUGS deleted file mode 100644 index 2e8c929..0000000 --- a/libnet/doc/BUGS +++ /dev/null @@ -1,19 +0,0 @@ -=============================================================================== - $Id: BUGS,v 1.2 2004/01/03 20:31:00 mike Exp $ - LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman - http://www.packetfactory.net/libnet -=============================================================================== - - - 1.1.0 KNOWN BUG LIST - - - It appears as though getprotobynumber() is broken in some linux - distributions. The /etc/protocols file should be of the format: - protocol name protocol number proctocol symbolic constant comment - Most of the file (in my redhat 7.1) distro complies with this format - until you get to the end of the file: - # 134-254 # Unassigned - # 255 # Reserved - This will cause getprotobynumber() and presumably getprotobyname() to - segfault. If you get this behavior in your program and you're calling - __libnet_file_dump(), this could be the reason. Caveat Emptor. diff --git a/libnet/doc/Makefile.am b/libnet/doc/Makefile.am index 0f67f63..c1417a1 100644 --- a/libnet/doc/Makefile.am +++ b/libnet/doc/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = BUGS CHANGELOG CONTRIB COPYING DESIGN_NOTES \ +EXTRA_DIST = CHANGELOG CONTRIB COPYING DESIGN_NOTES \ libnet.doxygen.conf MIGRATION PACKET_BUILDING PORTED \ RAWSOCKET_NON_SEQUITUR TODO -- cgit v1.2.1