/
githubmirror
/
libnet
ОбзорДокументацияВойти
/
githubmirror
/
libnet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
libnet/
debian/
..
patches

Revert "Remove libnet-config, replaced by pkg-config support"

7 лет назад
build-pkg

Added ability to build a debian package directly from git.

17 лет назад
changelog

Added ability to build a debian package directly from git.

17 лет назад
compat

Added ability to build a debian package directly from git.

17 лет назад
control

debian package the lua bindings

17 лет назад
copyright

Added ability to build a debian package directly from git.

17 лет назад
files

Added ability to build a debian package directly from git.

17 лет назад
libnet1-dev.README.Debian

Added ability to build a debian package directly from git.

17 лет назад
libnet1-dev.dirs

Added ability to build a debian package directly from git.

17 лет назад
libnet1-dev.install

Revert "Remove libnet-config, replaced by pkg-config support"

7 лет назад
libnet1-dev.manpages

debian: Update references to man pages, libnet-config.1 is upstream

7 лет назад
libnet1-doc.doc-base

Added ability to build a debian package directly from git.

17 лет назад
libnet1-doc.docs

doc: Rename and convert Raw socket heads-up to Markdown

7 лет назад
libnet1-doc.examples

Added ability to build a debian package directly from git.

17 лет назад
libnet1-doc.postinst.debhelper

Added ability to build a debian package directly from git.

17 лет назад
libnet1-doc.prerm.debhelper

Added ability to build a debian package directly from git.

17 лет назад
libnet1-lua.copyright

debian package the lua bindings

17 лет назад
libnet1-lua.install

debian package the lua bindings

17 лет назад
libnet1.dirs

Added ability to build a debian package directly from git.

17 лет назад
libnet1.docs

Update old debian packaging.

14 лет назад
libnet1.install

Added ability to build a debian package directly from git.

17 лет назад
libnet1.postinst.debhelper

Added ability to build a debian package directly from git.

17 лет назад
libnet1.postrm.debhelper

Added ability to build a debian package directly from git.

17 лет назад
libnet1.substvars

Added ability to build a debian package directly from git.

17 лет назад
libnet1.symbols

Added ability to build a debian package directly from git.

17 лет назад
rules

debian package the lua bindings

17 лет назад
watch

Added ability to build a debian package directly from git.

17 лет назад
libnet1-dev.README.Debian
Message received at 224674@bugs.debian.org:
 
Date: Tue, 6 Jan 2004 17:13:04 +0100
From: Enrico Zini <zinie@cs.unibo.it>
 
...
 
From what I've seen in the libnet mailing list, the current libnet
package still has documentation and function export issues:
 
- if that function is only used internally, it should not be exported
in the header file
- the HTML documentation seems to refer to the old API of libnet
- I've later found out that the manpage suggests to create many libnet
contexts if one wants to create many packets at a time; although I
don't really like that idea, there is a documented way of doing it
and many packets can be created without using libnet_pblock_coalesce
- In the mailing list, sandr8 suggests to use libnet_adv_cull_packet(),
however that function is not documented in the manpage, but only as a
short comment in the header file, which doesn't tell how and if the
resulting packet should be deallocated
- In the mailing list, sandr8 and Mike Schiffman suggest using the
context queue interface, for which I haven't found any documented
overview on what its concepts are, but only the single functions
briefly documented in the header file
- Mike Schiffman also talks about initializing libnet with the ADVANCED
interface, but again I only found the LIBNET_????_ADV constants
briefly documented, with no overview on what the advanced mode is and
does
 
...