summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-03-05 13:46:34 -0800
committerSam Roberts <vieuxtech@gmail.com>2012-03-05 13:46:34 -0800
commit016eeb6ad7cd836616b8d7e2c74a4499263a7671 (patch)
tree0b060de1ec968c2c244762db0d6a8e3fe29d2842
parent29e72f7ad1ecf82a8fb5c33786dfe6b4cad4ac9b (diff)
downloadlibnet-016eeb6ad7cd836616b8d7e2c74a4499263a7671.tar.gz
Remove BUGS, it referred to non-existent code.
getprotobynumber() is no longer called by libnet.
-rw-r--r--libnet/doc/BUGS19
-rw-r--r--libnet/doc/Makefile.am2
2 files changed, 1 insertions, 20 deletions
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 <mike@infonexus.com>
- 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