bugs
来自「tcp数据流重放工具」· 代码 · 共 20 行
TXT
20 行
=============================================================================== $Id: BUGS,v 1.1.1.1 2003/06/26 21:55:10 route Exp $ LIBNET 1.1 (c) 1998 - 2003 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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?