summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-10-01 01:26:40 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-10-01 01:28:16 +0200
commit8b85fdac0b4dc8b078cc0c70dcd783fdbead1bdd (patch)
tree403303893918a5b416050846e6a443529e0a75c5
parentd104fec049e130bbd2b4de4d7c046be2423a2a3d (diff)
downloadlibnet-8b85fdac0b4dc8b078cc0c70dcd783fdbead1bdd.tar.gz
Remove all generated content
Remove PDF and man pages from GIT and distribution. Generated content can be (re)created using doxygen, as it should. Also, the latest documentation is available online these days. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--configure.ac2
-rw-r--r--doc/.gitignore10
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/libnet.pdfbin379622 -> 0 bytes
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/man3/Makefile.am7
-rw-r--r--doc/man/man3/libnet-functions.33893
-rw-r--r--doc/man/man3/libnet-macros.3102
-rw-r--r--doc/man/man3/libnet.3197
9 files changed, 3 insertions, 4210 deletions
diff --git a/configure.ac b/configure.ac
index 3a373c8..9b65619 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,6 @@ AC_CONFIG_FILES([Makefile \
Doxyfile \
bin/Makefile \
doc/Makefile \
- doc/man/Makefile \
- doc/man/man3/Makefile \
include/Makefile \
include/libnet.h \
libnet.pc \
diff --git a/doc/.gitignore b/doc/.gitignore
index c0ce9cc..13a2db0 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,10 +1,6 @@
fixmanpages
libnet.tag
-html/*.png
-html/*.html
-html/*.map
-html/*.md5
-html/*.css
-html/*.css_tmpl
-html/*.js
+html/*
latex/*
+man/*
+
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 47c0d36..f021ecf 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,3 @@
-SUBDIRS = man
dist_doc_DATA = CHANGELOG CONTRIB DESIGN_NOTES \
MIGRATION PACKET_BUILDING PORTED \
RAWSOCKET_NON_SEQUITUR TODO
diff --git a/doc/libnet.pdf b/doc/libnet.pdf
deleted file mode 100644
index 0f3559b..0000000
--- a/doc/libnet.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
deleted file mode 100644
index c638ab2..0000000
--- a/doc/man/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = man3
diff --git a/doc/man/man3/Makefile.am b/doc/man/man3/Makefile.am
deleted file mode 100644
index 593ba7a..0000000
--- a/doc/man/man3/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-man3_MANS = $(srcdir)/libnet.3 \
- $(srcdir)/libnet-functions.3 \
- $(srcdir)/libnet-macros.3
-EXTRA_DIST = $(srcdir)/libnet.3 \
- $(srcdir)/libnet-functions.3 \
- $(srcdir)/libnet-macros.3
-
diff --git a/doc/man/man3/libnet-functions.3 b/doc/man/man3/libnet-functions.3
deleted file mode 100644
index ac48714..0000000
--- a/doc/man/man3/libnet-functions.3
+++ /dev/null
@@ -1,3893 +0,0 @@
-.TH "libnet-functions.h" 3 "Sun Sep 29 2019" "libnet-1.2-rc3" "libnet Programmers Guide" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-libnet-functions.h \- libnet exported function prototypes
-
-.SH SYNOPSIS
-.br
-.PP
-.SS "Functions"
-
-.in +1c
-.ti -1c
-.RI "LIBNET_API libnet_t * \fBlibnet_init\fP (int injection_type, const char *device, char *err_buf)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_destroy\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_clear_packet\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_stats\fP (libnet_t *l, struct libnet_stats *ls)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_getfd\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API const char * \fBlibnet_getdevice\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API uint8_t * \fBlibnet_getpbuf\fP (libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_getpbuf_size\fP (libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API char * \fBlibnet_geterror\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_getpacket_size\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_seed_prand\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_get_prand\fP (int mod)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_toggle_checksum\fP (libnet_t *l, libnet_ptag_t ptag, int mode)"
-.br
-.ti -1c
-.RI "LIBNET_API char * \fBlibnet_addr2name4\fP (uint32_t in, uint8_t use_name)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_name2addr4\fP (libnet_t *l, const char *host_name, uint8_t use_name)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_in6_is_error\fP (struct libnet_in6_addr addr)"
-.br
-.ti -1c
-.RI "LIBNET_API struct libnet_in6_addr \fBlibnet_name2addr6\fP (libnet_t *l, const char *host_name, uint8_t use_name)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_addr2name6_r\fP (struct libnet_in6_addr addr, uint8_t use_name, char *host_name, int host_name_len)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_plist_chain_new\fP (libnet_t *l, libnet_plist_t **plist, char *token_list)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_plist_chain_next_pair\fP (libnet_plist_t *plist, uint16_t *bport, uint16_t *eport)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_plist_chain_dump\fP (libnet_plist_t *plist)"
-.br
-.ti -1c
-.RI "LIBNET_API char * \fBlibnet_plist_chain_dump_string\fP (libnet_plist_t *plist)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_plist_chain_free\fP (libnet_plist_t *plist)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_802_1q\fP (const uint8_t *dst, const uint8_t *src, uint16_t tpi, uint8_t priority, uint8_t cfi, uint16_t vlan_id, uint16_t len_proto, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_802_1x\fP (uint8_t eap_ver, uint8_t eap_type, uint16_t length, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_802_2\fP (uint8_t dsap, uint8_t ssap, uint8_t control, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_802_2snap\fP (uint8_t dsap, uint8_t ssap, uint8_t control, uint8_t *oui, uint16_t type, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_802_3\fP (const uint8_t *dst, const uint8_t *src, uint16_t len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ethernet\fP (const uint8_t *dst, const uint8_t *src, uint16_t type, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_autobuild_ethernet\fP (const uint8_t *dst, uint16_t type, libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_fddi\fP (uint8_t fc, const uint8_t *dst, const uint8_t *src, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t *oui, uint16_t type, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_autobuild_fddi\fP (uint8_t fc, const uint8_t *dst, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t *oui, uint16_t type, libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_arp\fP (uint16_t hrd, uint16_t pro, uint8_t hln, uint8_t pln, uint16_t op, const uint8_t *sha, const uint8_t *spa, const uint8_t *tha, const uint8_t *tpa, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_autobuild_arp\fP (uint16_t op, const uint8_t *sha, const uint8_t *spa, const uint8_t *tha, const uint8_t *tpa, libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_tcp\fP (uint16_t sp, uint16_t dp, uint32_t seq, uint32_t ack, uint8_t control, uint16_t win, uint16_t sum, uint16_t urg, uint16_t len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_tcp_options\fP (const uint8_t *options, uint32_t options_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_udp\fP (uint16_t sp, uint16_t dp, uint16_t len, uint16_t sum, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_cdp\fP (uint8_t version, uint8_t ttl, uint16_t sum, uint16_t type, uint16_t value_s, const uint8_t *value, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv4_echo\fP (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv4_mask\fP (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, uint32_t mask, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv4_unreach\fP (uint8_t type, uint8_t code, uint16_t sum, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv4_redirect\fP (uint8_t type, uint8_t code, uint16_t sum, uint32_t gateway, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv4_timeexceed\fP (uint8_t type, uint8_t code, uint16_t sum, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv4_timestamp\fP (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, uint32_t otime, uint32_t rtime, uint32_t ttime, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv6_echo\fP (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv6_unreach\fP (uint8_t type, uint8_t code, uint16_t sum, uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv6_ndp_nsol\fP (uint8_t type, uint8_t code, uint16_t sum, struct libnet_in6_addr target, uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv6_ndp_nadv\fP (uint8_t type, uint8_t code, uint16_t sum, uint32_t flags, struct libnet_in6_addr target, uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_icmpv6_ndp_opt\fP (uint8_t type, uint8_t *option, uint32_t option_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_igmp\fP (uint8_t type, uint8_t reserved, uint16_t sum, uint32_t ip, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipv4\fP (uint16_t ip_len, uint8_t tos, uint16_t id, uint16_t frag, uint8_t ttl, uint8_t prot, uint16_t sum, uint32_t src, uint32_t dst, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipv4_options\fP (const uint8_t *options, uint32_t options_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_autobuild_ipv4\fP (uint16_t len, uint8_t prot, uint32_t dst, libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipv6\fP (uint8_t tc, uint32_t fl, uint16_t len, uint8_t nh, uint8_t hl, struct libnet_in6_addr src, struct libnet_in6_addr dst, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipv6_frag\fP (uint8_t nh, uint8_t reserved, uint16_t frag, uint32_t id, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipv6_routing\fP (uint8_t nh, uint8_t len, uint8_t rtype, uint8_t segments, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipv6_destopts\fP (uint8_t nh, uint8_t len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipv6_hbhopts\fP (uint8_t nh, uint8_t len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_autobuild_ipv6\fP (uint16_t len, uint8_t nh, struct libnet_in6_addr dst, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_isl\fP (uint8_t *dhost, uint8_t type, uint8_t user, uint8_t *shost, uint16_t len, const uint8_t *snap, uint16_t vid, uint16_t portindex, uint16_t reserved, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipsec_esp_hdr\fP (uint32_t spi, uint32_t seq, uint32_t iv, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipsec_esp_ftr\fP (uint8_t len, uint8_t nh, int8_t *auth, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ipsec_ah\fP (uint8_t nh, uint8_t len, uint16_t res, uint32_t spi, uint32_t seq, uint32_t auth, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_dnsv4\fP (uint16_t h_len, uint16_t id, uint16_t flags, uint16_t num_q, uint16_t num_anws_rr, uint16_t num_auth_rr, uint16_t num_addi_rr, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_rip\fP (uint8_t cmd, uint8_t version, uint16_t rd, uint16_t af, uint16_t rt, uint32_t addr, uint32_t mask, uint32_t next_hop, uint32_t metric, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_rpc_call\fP (uint32_t rm, uint32_t xid, uint32_t prog_num, uint32_t prog_vers, uint32_t procedure, uint32_t cflavor, uint32_t clength, uint8_t *cdata, uint32_t vflavor, uint32_t vlength, const uint8_t *vdata, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_stp_conf\fP (uint16_t id, uint8_t version, uint8_t bpdu_type, uint8_t flags, const uint8_t *root_id, uint32_t root_pc, const uint8_t *bridge_id, uint16_t port_id, uint16_t message_age, uint16_t max_age, uint16_t hello_time, uint16_t f_delay, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_stp_tcn\fP (uint16_t id, uint8_t version, uint8_t bpdu_type, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_token_ring\fP (uint8_t ac, uint8_t fc, const uint8_t *dst, const uint8_t *src, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t *oui, uint16_t type, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_autobuild_token_ring\fP (uint8_t ac, uint8_t fc, const uint8_t *dst, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t *oui, uint16_t type, libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_vrrp\fP (uint8_t version, uint8_t type, uint8_t vrouter_id, uint8_t priority, uint8_t ip_count, uint8_t auth_type, uint8_t advert_int, uint16_t sum, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_mpls\fP (uint32_t label, uint8_t experimental, uint8_t bos, uint8_t ttl, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ntp\fP (uint8_t leap_indicator, uint8_t version, uint8_t mode, uint8_t stratum, uint8_t poll, uint8_t precision, uint16_t delay_int, uint16_t delay_frac, uint16_t dispersion_int, uint16_t dispersion_frac, uint32_t reference_id, uint32_t ref_ts_int, uint32_t ref_ts_frac, uint32_t orig_ts_int, uint32_t orig_ts_frac, uint32_t rec_ts_int, uint32_t rec_ts_frac, uint32_t xmt_ts_int, uint32_t xmt_ts_frac, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2\fP (uint16_t len, uint8_t type, uint32_t rtr_id, uint32_t area_id, uint16_t sum, uint16_t autype, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_hello\fP (uint32_t netmask, uint16_t interval, uint8_t opts, uint8_t priority, uint32_t dead_int, uint32_t des_rtr, uint32_t bkup_rtr, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "libnet_ptag_t \fBlibnet_build_ospfv2_hello_neighbor\fP (uint32_t netmask, uint16_t interval, uint8_t opts, uint8_t priority, uint32_t dead_int, uint32_t des_rtr, uint32_t bkup_rtr, uint32_t neighbor, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_dbd\fP (uint16_t dgram_len, uint8_t opts, uint8_t type, uint32_t seqnum, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_lsr\fP (uint32_t type, uint32_t lsid, uint32_t advrtr, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_lsu\fP (uint32_t num, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_lsa\fP (uint16_t age, uint8_t opts, uint8_t type, uint32_t lsid, uint32_t advrtr, uint32_t seqnum, uint16_t sum, uint16_t len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_lsa_rtr\fP (uint16_t flags, uint16_t num, uint32_t id, uint32_t data, uint8_t type, uint8_t tos, uint16_t metric, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_lsa_net\fP (uint32_t nmask, uint32_t rtrid, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_lsa_sum\fP (uint32_t nmask, uint32_t metric, uint32_t tos, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_ospfv2_lsa_as\fP (uint32_t nmask, uint32_t metric, uint32_t fwdaddr, uint32_t tag, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_data\fP (const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_dhcpv4\fP (uint8_t opcode, uint8_t htype, uint8_t hlen, uint8_t hopcount, uint32_t xid, uint16_t secs, uint16_t flags, uint32_t cip, uint32_t yip, uint32_t sip, uint32_t gip, const uint8_t *chaddr, const char *sname, const char *file, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_bootpv4\fP (uint8_t opcode, uint8_t htype, uint8_t hlen, uint8_t hopcount, uint32_t xid, uint16_t secs, uint16_t flags, uint32_t cip, uint32_t yip, uint32_t sip, uint32_t gip, const uint8_t *chaddr, const char *sname, const char *file, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_getgre_length\fP (uint16_t fv)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_gre\fP (uint16_t fv, uint16_t type, uint16_t sum, uint16_t offset, uint32_t key, uint32_t seq, uint16_t len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_egre\fP (uint16_t fv, uint16_t type, uint16_t sum, uint16_t offset, uint32_t key, uint32_t seq, uint16_t len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_gre_sre\fP (uint16_t af, uint8_t offset, uint8_t length, uint8_t *routing, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_gre_last_sre\fP (libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_bgp4_header\fP (uint8_t marker[LIBNET_BGP4_MARKER_SIZE], uint16_t len, uint8_t type, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_bgp4_open\fP (uint8_t version, uint16_t src_as, uint16_t hold_time, uint32_t bgp_id, uint8_t opt_len, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_bgp4_update\fP (uint16_t unfeasible_rt_len, const uint8_t *withdrawn_rt, uint16_t total_path_attr_len, const uint8_t *path_attributes, uint16_t info_len, uint8_t *reachability_info, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_bgp4_notification\fP (uint8_t err_code, uint8_t err_subcode, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_sebek\fP (uint32_t magic, uint16_t version, uint16_t type, uint32_t counter, uint32_t time_sec, uint32_t time_usec, uint32_t pid, uint32_t uid, uint32_t fd, uint8_t cmd[SEBEK_CMD_LENGTH], uint32_t length, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_hsrp\fP (uint8_t version, uint8_t opcode, uint8_t state, uint8_t hello_time, uint8_t hold_time, uint8_t priority, uint8_t group, uint8_t reserved, uint8_t authdata[HSRP_AUTHDATA_LENGTH], uint32_t virtual_ip, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_build_link\fP (const uint8_t *dst, const uint8_t *src, const uint8_t *oui, uint16_t type, const uint8_t *payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_ptag_t \fBlibnet_autobuild_link\fP (const uint8_t *dst, const uint8_t *oui, uint16_t type, libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_write\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_get_ipaddr4\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API struct libnet_in6_addr \fBlibnet_get_ipaddr6\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API struct libnet_ether_addr * \fBlibnet_get_hwaddr\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API uint8_t * \fBlibnet_hex_aton\fP (const char *s, int *len)"
-.br
-.ti -1c
-.RI "LIBNET_API const char * \fBlibnet_version\fP (void)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_adv_cull_packet\fP (libnet_t *l, uint8_t **packet, uint32_t *packet_s)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_adv_cull_header\fP (libnet_t *l, libnet_ptag_t ptag, uint8_t **header, uint32_t *header_s)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_adv_write_link\fP (libnet_t *l, const uint8_t *packet, uint32_t packet_s)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_adv_write_raw_ipv4\fP (libnet_t *l, const uint8_t *packet, uint32_t packet_s)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_adv_free_packet\fP (libnet_t *l, uint8_t *packet)"
-.br
-.ti -1c
-.RI "int \fBlibnet_cq_add\fP (libnet_t *l, char *label)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_t * \fBlibnet_cq_remove\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_t * \fBlibnet_cq_remove_by_label\fP (char *label)"
-.br
-.ti -1c
-.RI "LIBNET_API const char * \fBlibnet_cq_getlabel\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_t * \fBlibnet_cq_find_by_label\fP (char *label)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_cq_destroy\fP (void)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_t * \fBlibnet_cq_head\fP (void)"
-.br
-.ti -1c
-.RI "LIBNET_API int \fBlibnet_cq_last\fP (void)"
-.br
-.ti -1c
-.RI "LIBNET_API libnet_t * \fBlibnet_cq_next\fP (void)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_cq_size\fP (void)"
-.br
-.ti -1c
-.RI "LIBNET_API uint32_t \fBlibnet_cq_end_loop\fP (void)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_diag_dump_context\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API void \fBlibnet_diag_dump_pblock\fP (libnet_t *l)"
-.br
-.ti -1c
-.RI "LIBNET_API char * \fBlibnet_diag_dump_pblock_type\fP (uint8_t type)"
-.br
-.ti -1c
-.RI "void \fBlibnet_diag_dump_hex\fP (const uint8_t *packet, uint32_t len, int swap, FILE *stream)"
-.br
-.in -1c
-.SH "Detailed Description"
-.PP
-libnet exported function prototypes
-
-
-.SH "Function Documentation"
-.PP
-.SS "LIBNET_API char* libnet_addr2name4 (uint32_t in, uint8_t use_name)"
-Takes a network byte ordered IPv4 address and returns a pointer to either a canonical DNS name (if it has one) or a string of dotted decimals\&. This may incur a DNS lookup if the hostname and mode is set to LIBNET_RESOLVE\&. If mode is set to LIBNET_DONT_RESOLVE, no DNS lookup will be performed and the function will return a pointer to a dotted decimal string\&. The function cannot fail -- if no canonical name exists, it will fall back on returning a dotted decimal string\&. This function is non-reentrant\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIin\fP network byte ordered IPv4 address
-.br
-\fIuse_name\fP LIBNET_RESOLVE or LIBNET_DONT_RESOLVE
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-a pointer to presentation format string
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_addr2name6_r (struct libnet_in6_addr addr, uint8_t use_name, char * host_name, int host_name_len)"
-Should document this baby right here\&.
-.SS "LIBNET_API int libnet_adv_cull_header (libnet_t * l, libnet_ptag_t ptag, uint8_t ** header, uint32_t * header_s)"
-[Advanced Interface] Pulls the header from the specified ptag from the given libnet context\&. This function is part of the advanced interface and is only available when libnet is initialized in advanced mode\&. If the function fails \fBlibnet_geterror()\fP can tell you why\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP the ptag referencing the header to pull
-.br
-\fIheader\fP will contain the header
-.br
-\fIheader_s\fP will contain the header size
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_adv_cull_packet (libnet_t * l, uint8_t ** packet, uint32_t * packet_s)"
-[Advanced Interface] Yanks a prebuilt, wire-ready packet from the given libnet context\&. If libnet was configured to do so (which it is by default) the packet will have all checksums written in\&. This function is part of the advanced interface and is only available when libnet is initialized in advanced mode\&. It is important to note that the function performs an implicit malloc() and a corresponding call to \fBlibnet_adv_free_packet()\fP should be made to free the memory packet occupies\&. If the function fails \fBlibnet_geterror()\fP can tell you why\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIpacket\fP will contain the wire-ready packet
-.br
-\fIpacket_s\fP will contain the packet size
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_adv_free_packet (libnet_t * l, uint8_t * packet)"
-[Advanced Interface] Frees the memory allocated when \fBlibnet_adv_cull_packet()\fP is called\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIpacket\fP a pointer to the packet to free
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_adv_write_link (libnet_t * l, const uint8_t * packet, uint32_t packet_s)"
-[Advanced Interface] Writes a packet the network at the link layer\&. This function is useful to write a packet that has been constructed by hand by the application programmer or, more commonly, to write a packet that has been returned by a call to \fBlibnet_adv_cull_packet()\fP\&. This function is part of the advanced interface and is only available when libnet is initialized in advanced mode\&. If the function fails \fBlibnet_geterror()\fP can tell you why\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIpacket\fP a pointer to the packet to inject
-.br
-\fIpacket_s\fP the size of the packet
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the number of bytes written
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_adv_write_raw_ipv4 (libnet_t * l, const uint8_t * packet, uint32_t packet_s)"
-[Advanced Interface] Writes a packet the network at the raw socket layer\&. This function is useful to write a packet that has been constructed by hand by the application programmer or, more commonly, to write a packet that has been returned by a call to \fBlibnet_adv_cull_packet()\fP\&. This function is part of the advanced interface and is only available when libnet is initialized in advanced mode\&. If the function fails \fBlibnet_geterror()\fP can tell you why\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIpacket\fP a pointer to the packet to inject
-.br
-\fIpacket_s\fP the size of the packet
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the number of bytes written
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_autobuild_arp (uint16_t op, const uint8_t * sha, const uint8_t * spa, const uint8_t * tha, const uint8_t * tpa, libnet_t * l)"
-Autouilds an Address Resolution Protocol (ARP) header\&. Depending on the op value, the function builds one of several different types of RFC 826 or RFC 903 RARP packets\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIop\fP ARP operation type
-.br
-\fIsha\fP sender's hardware address
-.br
-\fIspa\fP sender's protocol address
-.br
-\fItha\fP target hardware address
-.br
-\fItpa\fP target protocol address
-.br
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_autobuild_ethernet (const uint8_t * dst, uint16_t type, libnet_t * l)"
-Autobuilds an Ethernet header\&. The RFC 894 Ethernet II header is almost identical to the IEEE 802\&.3 header, with the exception that the field immediately following the source address holds the layer 3 protocol (as opposed to frame's length)\&. You should only use this function when libnet is initialized with the LIBNET_LINK interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdst\fP destination ethernet address
-.br
-\fItype\fP upper layer protocol type
-.br
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_autobuild_fddi (uint8_t fc, const uint8_t * dst, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t * oui, uint16_t type, libnet_t * l)"
-Autobuilds a Fiber Distributed Data Interface (FDDI) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIfc\fP class format and priority
-.br
-\fIdst\fP destination fddi address
-.br
-\fIdsap\fP destination service access point
-.br
-\fIssap\fP source service access point
-.br
-\fIcf\fP cf
-.br
-\fIoui\fP IEEE organizational code
-.br
-\fItype\fP upper layer protocol
-.br
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_autobuild_ipv4 (uint16_t len, uint8_t prot, uint32_t dst, libnet_t * l)"
-Autobuilds a version 4 Internet Protocol (IP) header\&. The function is useful to build an IP header quickly when you do not need a granular level of control\&. The function takes the same len, prot, and dst arguments as \fBlibnet_build_ipv4()\fP\&. The function does not accept a ptag argument, but it does return a ptag\&. In other words, you can use it to build a new IP header but not to modify an existing one\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIlen\fP total length of the IP packet including all subsequent data
-.br
-\fIprot\fP upper layer protocol
-.br
-\fIdst\fP destination IPv4 address (little endian)
-.br
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_autobuild_ipv6 (uint16_t len, uint8_t nh, struct libnet_in6_addr dst, libnet_t * l, libnet_ptag_t ptag)"
-Autobuilds a version 6 RFC 2460 Internet Protocol (IP) header\&. The function is useful to build an IP header quickly when you do not need a granular level of control\&. The function takes the same len, nh, and dst arguments as \fBlibnet_build_ipv4()\fP\&. The function does not accept a ptag argument, but it does return a ptag\&. In other words, you can use it to build a new IP header but not to modify an existing one\&. This function requires \fBlibnet_get_ipaddr6()\fP, which is not yet implemented for Win32 platforms\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIlen\fP length
-.br
-\fInh\fP next header
-.br
-\fIdst\fP destination IPv6 address
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_autobuild_link (const uint8_t * dst, const uint8_t * oui, uint16_t type, libnet_t * l)"
-Automatically builds a link layer header for an initialized l\&. The function determines the proper link layer header format from how l was initialized\&. The function current supports Ethernet and Token Ring link layers\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdst\fP the destination MAC address
-.br
-\fIoui\fP Organizationally Unique Identifier (unused for Ethernet)
-.br
-\fItype\fP the upper layer protocol type
-.br
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_autobuild_token_ring (uint8_t ac, uint8_t fc, const uint8_t * dst, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t * oui, uint16_t type, libnet_t * l)"
-Auto-builds a token ring header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIac\fP access control
-.br
-\fIfc\fP frame control
-.br
-\fIdst\fP destination address
-.br
-\fIdsap\fP destination service access point
-.br
-\fIssap\fP source service access point
-.br
-\fIcf\fP control field
-.br
-\fIoui\fP Organizationally Unique Identifier
-.br
-\fItype\fP upper layer protocol type
-.br
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_802_1q (const uint8_t * dst, const uint8_t * src, uint16_t tpi, uint8_t priority, uint8_t cfi, uint16_t vlan_id, uint16_t len_proto, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.SH "Packet Builder Functions"
-.PP
-The core of libnet is the platform-independent packet-building functionality\&. These functions enable an application programmer to build protocol headers (and data) in a simple and consistent manner without having to worry (too much) about low-level network odds and ends\&. Each libnet_build() function builds a piece of a packet (generally a protocol header)\&. While it is perfectly possible to build an entire, ready-to-transmit packet with a single call to a libnet_build() function, generally more than one builder-class function call is required to construct a full packet\&. A complete wire-ready packet generally consists of more than one piece\&. Every function that builds a protocol header takes a series of arguments roughly corresponding to the header values as they appear on the wire\&. This process is intuitive but often makes for functions with huge prototypes and large stack frames\&. One important thing to note is that you must call these functions in order, corresponding to how they should appear on the wire (from the highest protocol layer on down)\&. This building process is intuitive; it approximates what happens in an operating system kernel\&. In other words, to build a Network Time Protocol (NTP) packet by using the link-layer interface, the application programmer would call the libnet_build() functions in the following order:
-.IP "1." 4
-\fBlibnet_build_ntp()\fP
-.IP "2." 4
-\fBlibnet_build_udp()\fP
-.IP "3." 4
-\fBlibnet_build_ipv4()\fP
-.IP "4." 4
-\fBlibnet_build_ethernet()\fP This ordering is essential for libnet 1\&.1\&.x to properly link together the packet internally (previous libnet versions did not have the requirement)\&.
-.PP
-.SS "The Payload Interface"
-The payload interface specifies an optional way to include data directly after the protocol header in question\&. You can use this function for a variety of purposes, including the following:
-.IP "\(bu" 2
-Including additional or arbitrary protocol header information that is not available from a libnet interface
-.IP "\(bu" 2
-Including a packet payload (data segment)
-.IP "\(bu" 2
-Building another protocol header that is not available from a libnet interface To employ the interface, the application programmer should construct the i payload data and pass a const uint8_t * to this data and its size to the desired libnet_build() function\&. Libnet handles the rest\&.
-.PP
-.PP
-It is important to note that some functions (notably the IPv6 builders) do use the payload interface to specify variable length but ostensibly non-optional data\&. See the individual libnet_build_ipv6*() functions for more information\&.
-.SS "Protocol Tags and Packet Builder Return Values"
-Libnet uses the protocol tag (ptag) to identify individual pieces of a packet after being created\&. A new ptag results every time a libnet_build() function with an empty (0) ptag argument completes successfully\&. This new ptag now refers to the packet piece just created\&. The application programmer's responsibility is to save this value if he or she plans to modify this particular portion later on in the program\&. If the application programmer needs to modify some portion of that particular packet piece again, he or she calls the same libnet_build() function specifying the saved ptag argument\&. Libnet then searches for that packet piece and modifies it rather than creating a new one\&. Upon failure for any reason, libnet_build() functions return -1; \fBlibnet_geterror()\fP tells you why\&. Builds an IEEE 802\&.1q VLAN tagging header\&. Depending on the value of len_proto, the function wraps the 802\&.1q header inside either an IEEE 802\&.3 header or an RFC 894 Ethernet II (DIX) header (both resulting in an 18-byte frame)\&. If len is 1500 or less, most receiving protocol stacks parse the frame as an IEEE 802\&.3 encapsulated frame\&. If len is one of the Ethernet type values, most protocol stacks parse the frame as an RFC 894 Ethernet II encapsulated frame\&. Note the length value is calculated without the 802\&.1q header of 18 bytes\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdst\fP pointer to a six byte source ethernet address
-.br
-\fIsrc\fP pointer to a six byte destination ethernet address
-.br
-\fItpi\fP tag protocol identifier
-.br
-\fIpriority\fP priority
-.br
-\fIcfi\fP canonical format indicator
-.br
-\fIvlan_id\fP vlan identifier
-.br
-\fIlen_proto\fP length (802\&.3) protocol (Ethernet II)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_802_1x (uint8_t eap_ver, uint8_t eap_type, uint16_t length, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IEEE 802\&.1x extended authentication protocol header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIeap_ver\fP the EAP version
-.br
-\fIeap_type\fP the EAP type
-.br
-\fIlength\fP frame length
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_802_2 (uint8_t dsap, uint8_t ssap, uint8_t control, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IEEE 802\&.2 LLC header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdsap\fP destination service access point
-.br
-\fIssap\fP source service access point
-.br
-\fIcontrol\fP control field
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_802_2snap (uint8_t dsap, uint8_t ssap, uint8_t control, uint8_t * oui, uint16_t type, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IEEE 802\&.2 LLC SNAP header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdsap\fP destination service access point
-.br
-\fIssap\fP source service access point
-.br
-\fIcontrol\fP control field
-.br
-\fIoui\fP Organizationally Unique Identifier
-.br
-\fItype\fP upper layer protocol
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_802_3 (const uint8_t * dst, const uint8_t * src, uint16_t len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IEEE 802\&.3 header\&. The 802\&.3 header is almost identical to the RFC 894 Ethernet II header, the exception being that the field immediately following the source address holds the frame's length (as opposed to the layer 3 protocol)\&. You should only use this function when libnet is initialized with the LIBNET_LINK interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdst\fP destination ethernet address
-.br
-\fIsrc\fP source ethernet address
-.br
-\fIlen\fP frame length sans header
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_arp (uint16_t hrd, uint16_t pro, uint8_t hln, uint8_t pln, uint16_t op, const uint8_t * sha, const uint8_t * spa, const uint8_t * tha, const uint8_t * tpa, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an Address Resolution Protocol (ARP) header\&. Depending on the op value, the function builds one of several different types of RFC 826 or RFC 903 RARP packets\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIhrd\fP hardware address format
-.br
-\fIpro\fP protocol address format
-.br
-\fIhln\fP hardware address length
-.br
-\fIpln\fP protocol address length
-.br
-\fIop\fP ARP operation type
-.br
-\fIsha\fP sender's hardware address
-.br
-\fIspa\fP sender's protocol address
-.br
-\fItha\fP target hardware address
-.br
-\fItpa\fP target protocol address
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_bgp4_header (uint8_t marker[LIBNET_BGP4_MARKER_SIZE], uint16_t len, uint8_t type, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 1771 Border Gateway Protocol 4 (BGP-4) header\&. The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems\&. This network reachability information includes information on the list of Autonomous Systems (ASs) that reachability information traverses\&. This information is sufficient to construct a graph of AS connectivity from which routing loops may be pruned and some policy decisions at the AS level may be enforced\&. This function builds the base BGP header which is used as a preamble before any other BGP header\&. For example, a BGP KEEPALIVE message may be built with only this function, while an error notification requires a subsequent call to libnet_build_bgp4_notification\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fImarker\fP a value the receiver can predict (if the message type is not BGP OPEN, or no authentication is used, these 16 bytes are normally set as all ones)
-.br
-\fIlen\fP total length of the BGP message, including the header
-.br
-\fItype\fP type code of the message (OPEN, UPDATE, NOTIFICATION or KEEPALIVE)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_bgp4_notification (uint8_t err_code, uint8_t err_subcode, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 1771 Border Gateway Protocol 4 (BGP-4) notification header\&. A NOTIFICATION message is sent when an error condition is detected\&. Specific error information may be passed through the payload interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIerr_code\fP type of notification
-.br
-\fIerr_subcode\fP more specific information about the reported error\&.
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_bgp4_open (uint8_t version, uint16_t src_as, uint16_t hold_time, uint32_t bgp_id, uint8_t opt_len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 1771 Border Gateway Protocol 4 (BGP-4) OPEN header\&. This is the first message sent by each side of a BGP connection\&. The optional parameters options should be constructed using the payload interface (see RFC 1771 for the options structures)\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIversion\fP protocol version (should be set to 4)
-.br
-\fIsrc_as\fP Autonomous System of the sender
-.br
-\fIhold_time\fP used to compute the maximum allowed time between the receipt of KEEPALIVE, and/or UPDATE messages by the sender
-.br
-\fIbgp_id\fP BGP identifier of the sender
-.br
-\fIopt_len\fP total length of the optional parameters field in bytes
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_bgp4_update (uint16_t unfeasible_rt_len, const uint8_t * withdrawn_rt, uint16_t total_path_attr_len, const uint8_t * path_attributes, uint16_t info_len, uint8_t * reachability_info, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 1771 Border Gateway Protocol 4 (BGP-4) update header\&. Update messages are used to transfer routing information between BGP peers\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIunfeasible_rt_len\fP indicates the length of the (next) 'withdrawn routes' field in bytes
-.br
-\fIwithdrawn_rt\fP list of IP addresses prefixes for the routes that are being withdrawn; each IP address prefix is built as a 2-tuple <length (1 byte), prefix (variable)>
-.br
-\fItotal_path_attr_len\fP indicates the length of the (next) 'path attributes' field in bytes
-.br
-\fIpath_attributes\fP each attribute is a 3-tuple <type (2 bytes), length, value>
-.br
-\fIinfo_len\fP indicates the length of the (next) 'network layer reachability information' field in bytes (needed for internal memory size calculation)
-.br
-\fIreachability_info\fP 2-tuples <length (1 byte), prefix (variable)>\&.
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_bootpv4 (uint8_t opcode, uint8_t htype, uint8_t hlen, uint8_t hopcount, uint32_t xid, uint16_t secs, uint16_t flags, uint32_t cip, uint32_t yip, uint32_t sip, uint32_t gip, const uint8_t * chaddr, const char * sname, const char * file, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIopcode\fP
-.br
-\fIhtype\fP
-.br
-\fIhlen\fP
-.br
-\fIhopcount\fP
-.br
-\fIxid\fP
-.br
-\fIsecs\fP
-.br
-\fIflags\fP
-.br
-\fIcip\fP
-.br
-\fIyip\fP
-.br
-\fIsip\fP
-.br
-\fIgip\fP
-.br
-\fIchaddr\fP client hardware address, length is hlen
-.br
-\fIsname\fP server host name, a null terminated string
-.br
-\fIfile\fP boot file name, a null terminated string
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_cdp (uint8_t version, uint8_t ttl, uint16_t sum, uint16_t type, uint16_t value_s, const uint8_t * value, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a Cisco Discovery Protocol (CDP) header\&. Cisco Systems designed CDP to aid in the network management of adjacent Cisco devices\&. The CDP protocol specifies data by using a type/length/value (TLV) setup\&. The first TLV can specified by using the functions type, length, and value arguments\&. To specify additional TLVs, the programmer could either use the payload interface or \fBlibnet_build_data()\fP to construct them\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIversion\fP CDP version
-.br
-\fIttl\fP time to live (time information should be cached by recipient)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fItype\fP type of data contained in value
-.br
-\fIvalue_s\fP length of value argument
-.br
-\fIvalue\fP the CDP information string
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_data (const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a generic libnet protocol header\&. This is useful for including an optional payload to a packet that might need to change repeatedly inside of a loop\&. This won't work for TCP or IP payload, they have special types (this is probably a bug)\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_dhcpv4 (uint8_t opcode, uint8_t htype, uint8_t hlen, uint8_t hopcount, uint32_t xid, uint16_t secs, uint16_t flags, uint32_t cip, uint32_t yip, uint32_t sip, uint32_t gip, const uint8_t * chaddr, const char * sname, const char * file, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIopcode\fP
-.br
-\fIhtype\fP
-.br
-\fIhlen\fP
-.br
-\fIhopcount\fP
-.br
-\fIxid\fP
-.br
-\fIsecs\fP
-.br
-\fIflags\fP
-.br
-\fIcip\fP
-.br
-\fIyip\fP
-.br
-\fIsip\fP
-.br
-\fIgip\fP
-.br
-\fIchaddr\fP client hardware address, length is hlen
-.br
-\fIsname\fP server host name, a null terminated string
-.br
-\fIfile\fP boot file name, a null terminated string
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_dnsv4 (uint16_t h_len, uint16_t id, uint16_t flags, uint16_t num_q, uint16_t num_anws_rr, uint16_t num_auth_rr, uint16_t num_addi_rr, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 1035 version 4 DNS header\&. Additional DNS payload information should be specified using the payload interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIh_len\fP
-.br
-\fIid\fP DNS packet id
-.br
-\fIflags\fP control flags
-.br
-\fInum_q\fP number of questions
-.br
-\fInum_anws_rr\fP number of answer resource records
-.br
-\fInum_auth_rr\fP number of authority resource records
-.br
-\fInum_addi_rr\fP number of additional resource records
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_egre (uint16_t fv, uint16_t type, uint16_t sum, uint16_t offset, uint32_t key, uint32_t seq, uint16_t len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Generic Routing Encapsulation (GRE - RFC 1701) is used to encapsulate any protocol\&. Hence, the IP part of the packet is usually referred as 'delivery
-header'\&. It is then followed by the GRE header and finally the encapsulated packet (IP or whatever)\&. As GRE is very modular, the first GRE header describes the structure of the header, using bits and flag to specify which fields will be present in the header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIfv\fP the 16 0 to 7: which fields are included in the header (checksum, seq\&. number, key, \&.\&.\&.), bits 8 to 12: flag, bits 13 to 15: version\&.
-.br
-\fItype\fP which protocol is encapsulated (PPP, IP, \&.\&.\&.)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)\&.
-.br
-\fIoffset\fP byte offset from the start of the routing field to the first byte of the SRE
-.br
-\fIkey\fP inserted by the encapsulator to authenticate the source
-.br
-\fIseq\fP sequence number used by the receiver to sort the packets
-.br
-\fIlen\fP size of the GRE packet
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ethernet (const uint8_t * dst, const uint8_t * src, uint16_t type, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an Ethernet header\&. The RFC 894 Ethernet II header is almost identical to the IEEE 802\&.3 header, with the exception that the field immediately following the source address holds the layer 3 protocol (as opposed to frame's length)\&. You should only use this function when libnet is initialized with the LIBNET_LINK interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdst\fP destination ethernet address
-.br
-\fIsrc\fP source ethernet address
-.br
-\fItype\fP upper layer protocol type
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_fddi (uint8_t fc, const uint8_t * dst, const uint8_t * src, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t * oui, uint16_t type, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a Fiber Distributed Data Interface (FDDI) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIfc\fP class format and priority
-.br
-\fIdst\fP destination fddi address
-.br
-\fIsrc\fP source fddi address
-.br
-\fIdsap\fP destination service access point
-.br
-\fIssap\fP source service access point
-.br
-\fIcf\fP cf
-.br
-\fIoui\fP 3 byte IEEE organizational code
-.br
-\fItype\fP upper layer protocol
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_gre (uint16_t fv, uint16_t type, uint16_t sum, uint16_t offset, uint32_t key, uint32_t seq, uint16_t len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Generic Routing Encapsulation (GRE - RFC 1701) is used to encapsulate any protocol\&. Hence, the IP part of the packet is usually referred as 'delivery
-header'\&. It is then followed by the GRE header and finally the encapsulated packet (IP or whatever)\&. As GRE is very modular, the first GRE header describes the structure of the header, using bits and flag to specify which fields will be present in the header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIfv\fP the 16 0 to 7: which fields are included in the header (checksum, seq\&. number, key, \&.\&.\&.), bits 8 to 12: flag, bits 13 to 15: version\&.
-.br
-\fItype\fP which protocol is encapsulated (PPP, IP, \&.\&.\&.)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)\&.
-.br
-\fIoffset\fP byte offset from the start of the routing field to the first byte of the SRE
-.br
-\fIkey\fP inserted by the encapsulator to authenticate the source
-.br
-\fIseq\fP sequence number used by the receiver to sort the packets
-.br
-\fIlen\fP size of the GRE packet
-.br
-\fIpayload\fP
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_gre_last_sre (libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_gre_sre (uint16_t af, uint8_t offset, uint8_t length, uint8_t * routing, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIaf\fP
-.br
-\fIoffset\fP
-.br
-\fIlength\fP
-.br
-\fIrouting\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_hsrp (uint8_t version, uint8_t opcode, uint8_t state, uint8_t hello_time, uint8_t hold_time, uint8_t priority, uint8_t group, uint8_t reserved, uint8_t authdata[HSRP_AUTHDATA_LENGTH], uint32_t virtual_ip, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a HSRP header\&. HSRP is a Cisco proprietary protocol defined in RFC 2281
-.PP
-\fBParameters:\fP
-.RS 4
-\fIversion\fP version of the HSRP messages
-.br
-\fIopcode\fP type of message
-.br
-\fIstate\fP current state of the router
-.br
-\fIhello_time\fP period in seconds between hello messages
-.br
-\fIhold_time\fP seconds that the current hello message is valid
-.br
-\fIpriority\fP priority for the election process
-.br
-\fIgroup\fP standby group
-.br
-\fIreserved\fP reserved field
-.br
-\fIauthdata\fP password
-.br
-\fIvirtual_ip\fP virtual ip address
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv4_echo (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 4 RFC 792 Internet Control Message Protocol (ICMP) echo request/reply header
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP_ECHOREPLY or ICMP_ECHO)
-.br
-\fIcode\fP code of ICMP packet (should be 0)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIid\fP identification number
-.br
-\fIseq\fP packet sequence number
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv4_mask (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, uint32_t mask, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 4 RFC 792 Internet Control Message Protocol (ICMP) IP netmask request/reply header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP_MASKREQ or ICMP_MASKREPLY)
-.br
-\fIcode\fP code of ICMP packet (should be 0)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIid\fP identification number
-.br
-\fIseq\fP packet sequence number
-.br
-\fImask\fP subnet mask
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv4_redirect (uint8_t type, uint8_t code, uint16_t sum, uint32_t gateway, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 4 RFC 792 Internet Message Control Protocol (ICMP) redirect header\&. The IP header that caused the error message should be built by a previous call to \fBlibnet_build_ipv4()\fP\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP_REDIRECT)
-.br
-\fIcode\fP code of ICMP packet (should be one of the four redirect codes)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIgateway\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv4_timeexceed (uint8_t type, uint8_t code, uint16_t sum, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 4 RFC 792 Internet Control Message Protocol (ICMP) time exceeded header\&. The IP header that caused the error message should be built by a previous call to \fBlibnet_build_ipv4()\fP\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP_TIMXCEED)
-.br
-\fIcode\fP code of ICMP packet (ICMP_TIMXCEED_INTRANS / ICMP_TIMXCEED_REASS)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv4_timestamp (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, uint32_t otime, uint32_t rtime, uint32_t ttime, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 4 RFC 792 Internet Control Message Protocol (ICMP) timestamp request/reply header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP_TSTAMP or ICMP_TSTAMPREPLY)
-.br
-\fIcode\fP code of ICMP packet (should be 0)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIid\fP identification number
-.br
-\fIseq\fP sequence number
-.br
-\fIotime\fP originate timestamp
-.br
-\fIrtime\fP receive timestamp
-.br
-\fIttime\fP transmit timestamp
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv4_unreach (uint8_t type, uint8_t code, uint16_t sum, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 4 RFC 792 Internet Control Message Protocol (ICMP) unreachable header\&. The IP header that caused the error message should be built by a previous call to \fBlibnet_build_ipv4()\fP\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP_UNREACH)
-.br
-\fIcode\fP code of ICMP packet (should be one of the 16 unreachable codes)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv6_echo (uint8_t type, uint8_t code, uint16_t sum, uint16_t id, uint16_t seq, uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 6 RFC 4443 Internet Control Message Protocol (ICMP) echo or echo reply header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP6_ECHO_REQUEST or ICMP6_ECHO_REPLY)
-.br
-\fIcode\fP code of ICMP packet (should be zero)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIid\fP echo id number
-.br
-\fIseq\fP echo sequence number
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv6_ndp_nadv (uint8_t type, uint8_t code, uint16_t sum, uint32_t flags, struct libnet_in6_addr target, uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 6 RFC 2461 Internet Control Message Protocol (ICMP) NDP neighbour advertisement header\&. Could be used with \fBlibnet_build_icmpv6_ndp_opt()\fP and ND_OPT_TARGET_LINKADDR\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ND_NEIGHBOR_ADVERT)
-.br
-\fIcode\fP code of ICMP packet (should be zero)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIflags\fP should be a bitwise or of any applicable ND_NA_FLAG_* flags
-.br
-\fItarget\fP target ipv6 address
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv6_ndp_nsol (uint8_t type, uint8_t code, uint16_t sum, struct libnet_in6_addr target, uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 6 RFC 2461 Internet Control Message Protocol (ICMP) NDP neighbour solicitation header\&. Could be used with \fBlibnet_build_icmpv6_ndp_opt()\fP and ICMPV6_NDP_OPT_SLLA\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ND_NEIGHBOR_SOLICIT)
-.br
-\fIcode\fP code of ICMP packet (should be zero)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fItarget\fP target ipv6 address
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv6_ndp_opt (uint8_t type, uint8_t * option, uint32_t option_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds ICMPv6 NDP options\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP one of ND_OPT_* types
-.br
-\fIoption\fP option data
-.br
-\fIoption_s\fP size of option data (will be padded out to an 8-byte boundary)
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_icmpv6_unreach (uint8_t type, uint8_t code, uint16_t sum, uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IP version 6 RFC 4443 Internet Control Message Protocol (ICMP) unreachable header\&. The IP header that caused the error message should be built by a previous call to \fBlibnet_build_ipv6()\fP\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP type of ICMP packet (should be ICMP6_DST_UNREACH)
-.br
-\fIcode\fP code of ICMP packet (should be one of the 5 ICMP6_DST_UNREACH_* codes)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_igmp (uint8_t type, uint8_t reserved, uint16_t sum, uint32_t ip, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 1112 Internet Group Membership Protocol (IGMP) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP packet type
-.br
-\fIreserved\fP (should be 0 for IGMPv1)
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIip\fP IPv4 address (in standard/network byte order)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-\fBNote:\fP
-.RS 4
-'reserved' was previously called 'code', which it is not, in any IGMP version\&.
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipsec_ah (uint8_t nh, uint8_t len, uint16_t res, uint32_t spi, uint32_t seq, uint32_t auth, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an Internet Protocol Security Authentication header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fInh\fP next header
-.br
-\fIlen\fP payload length
-.br
-\fIres\fP reserved
-.br
-\fIspi\fP security parameter index
-.br
-\fIseq\fP sequence number
-.br
-\fIauth\fP authentication data
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipsec_esp_ftr (uint8_t len, uint8_t nh, int8_t * auth, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an Internet Protocol Security Encapsulating Security Payload footer\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIlen\fP padding length
-.br
-\fInh\fP next header
-.br
-\fIauth\fP authentication data
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipsec_esp_hdr (uint32_t spi, uint32_t seq, uint32_t iv, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an Internet Protocol Security Encapsulating Security Payload header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIspi\fP security parameter index
-.br
-\fIseq\fP ESP sequence number
-.br
-\fIiv\fP initialization vector
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipv4 (uint16_t ip_len, uint8_t tos, uint16_t id, uint16_t frag, uint8_t ttl, uint8_t prot, uint16_t sum, uint32_t src, uint32_t dst, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a version 4 RFC 791 Internet Protocol (IP) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIip_len\fP total length of the IP packet including all subsequent data (subsequent data includes any IP options and IP options padding)
-.br
-\fItos\fP type of service bits
-.br
-\fIid\fP IP identification number
-.br
-\fIfrag\fP fragmentation bits and offset
-.br
-\fIttl\fP time to live in the network
-.br
-\fIprot\fP upper layer protocol
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIsrc\fP source IPv4 address (little endian)
-.br
-\fIdst\fP destination IPv4 address (little endian)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipv4_options (const uint8_t * options, uint32_t options_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an version 4 Internet Protocol (IP) options header\&. The function expects options to be a valid IP options string of size options_s, no larger than 40 bytes (the maximum size of an options string)\&.
-.PP
-When building a chain, the options must be built, then the IPv4 header\&.
-.PP
-When updating a chain, if the block following the options is an IPv4 header, it's total length and header length will be updated if the options block size changes\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIoptions\fP byte string of IP options (it will be padded up to be an integral multiple of 32-bit words)\&.
-.br
-\fIoptions_s\fP length of options string
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipv6 (uint8_t tc, uint32_t fl, uint16_t len, uint8_t nh, uint8_t hl, struct libnet_in6_addr src, struct libnet_in6_addr dst, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a version 6 RFC 2460 Internet Protocol (IP) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItc\fP traffic class
-.br
-\fIfl\fP flow label
-.br
-\fIlen\fP total length of the IP packet
-.br
-\fInh\fP next header
-.br
-\fIhl\fP hop limit
-.br
-\fIsrc\fP source IPv6 address
-.br
-\fIdst\fP destination IPv6 address
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipv6_destopts (uint8_t nh, uint8_t len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a version 6 RFC 2460 Internet Protocol (IP) destination options header\&. This function is special in that it uses the payload interface to include the options data\&. The application programmer will build an IPv6 options byte string and pass it to the function using the payload interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fInh\fP next header
-.br
-\fIlen\fP length of the header in 8-byte octets not including the first 8 octets
-.br
-\fIpayload\fP options payload
-.br
-\fIpayload_s\fP payload length
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipv6_frag (uint8_t nh, uint8_t reserved, uint16_t frag, uint32_t id, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a version 6 RFC 2460 Internet Protocol (IP) fragmentation header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fInh\fP next header
-.br
-\fIreserved\fP unused value\&.\&.\&. OR IS IT!
-.br
-\fIfrag\fP fragmentation bits (ala ipv4)
-.br
-\fIid\fP packet identification
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipv6_hbhopts (uint8_t nh, uint8_t len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a version 6 RFC 2460 Internet Protocol (IP) hop by hop options header\&. This function is special in that it uses the payload interface to include the options data\&. The application programmer will build an IPv6 hop by hop options byte string and pass it to the function using the payload interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fInh\fP next header
-.br
-\fIlen\fP length of the header in 8-byte octets not including the first 8 octets
-.br
-\fIpayload\fP options payload
-.br
-\fIpayload_s\fP payload length
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ipv6_routing (uint8_t nh, uint8_t len, uint8_t rtype, uint8_t segments, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a version 6 RFC 2460 Internet Protocol (IP) routing header\&. This function is special in that it uses the payload interface to include the 'type-specific data'; that is the routing information\&. Most often this will be a number of 128-bit IPv6 addresses\&. The application programmer will build a byte string of IPv6 address and pass them to the function using the payload interface\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fInh\fP next header
-.br
-\fIlen\fP length of the header in 8-byte octets not including the first 8 octets
-.br
-\fIrtype\fP routing header type
-.br
-\fIsegments\fP number of routing segments that follow
-.br
-\fIpayload\fP optional payload of routing information
-.br
-\fIpayload_s\fP payload length
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_isl (uint8_t * dhost, uint8_t type, uint8_t user, uint8_t * shost, uint16_t len, const uint8_t * snap, uint16_t vid, uint16_t portindex, uint16_t reserved, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a Cisco Inter-Switch Link (ISL) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdhost\fP destination address (should be 01:00:0c:00:00)
-.br
-\fItype\fP type of frame
-.br
-\fIuser\fP user defined data
-.br
-\fIshost\fP source mac address
-.br
-\fIlen\fP total length of the encapsulated packet less 18 bytes
-.br
-\fIsnap\fP SNAP information (0xaaaa03 + vendor code)
-.br
-\fIvid\fP 15 bit VLAN ID, 1 bit BPDU or CDP indicator
-.br
-\fIportindex\fP port index
-.br
-\fIreserved\fP used for FDDI and token ring
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_link (const uint8_t * dst, const uint8_t * src, const uint8_t * oui, uint16_t type, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a link layer header for an initialized l\&. The function determines the proper link layer header format from how l was initialized\&. The function current supports Ethernet and Token Ring link layers\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdst\fP the destination MAC address
-.br
-\fIsrc\fP the source MAC address
-.br
-\fIoui\fP Organizationally Unique Identifier (unused for Ethernet)
-.br
-\fItype\fP the upper layer protocol type
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_mpls (uint32_t label, uint8_t experimental, uint8_t bos, uint8_t ttl, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 3032 Multi-Protocol Label Switching (MPLS) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIlabel\fP 20-bit label value
-.br
-\fIexperimental\fP 3-bit reserved field
-.br
-\fIbos\fP 1-bit bottom of stack identifier
-.br
-\fIttl\fP time to live
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ntp (uint8_t leap_indicator, uint8_t version, uint8_t mode, uint8_t stratum, uint8_t poll, uint8_t precision, uint16_t delay_int, uint16_t delay_frac, uint16_t dispersion_int, uint16_t dispersion_frac, uint32_t reference_id, uint32_t ref_ts_int, uint32_t ref_ts_frac, uint32_t orig_ts_int, uint32_t orig_ts_frac, uint32_t rec_ts_int, uint32_t rec_ts_frac, uint32_t xmt_ts_int, uint32_t xmt_ts_frac, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 958 Network Time Protocol (NTP) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIleap_indicator\fP the leap indicator
-.br
-\fIversion\fP NTP protocol version
-.br
-\fImode\fP NTP mode
-.br
-\fIstratum\fP stratum
-.br
-\fIpoll\fP polling interval
-.br
-\fIprecision\fP precision
-.br
-\fIdelay_int\fP delay interval
-.br
-\fIdelay_frac\fP delay fraction
-.br
-\fIdispersion_int\fP dispersion interval
-.br
-\fIdispersion_frac\fP dispersion fraction
-.br
-\fIreference_id\fP reference id
-.br
-\fIref_ts_int\fP reference timestamp integer
-.br
-\fIref_ts_frac\fP reference timestamp fraction
-.br
-\fIorig_ts_int\fP original timestamp integer
-.br
-\fIorig_ts_frac\fP original timestamp fraction
-.br
-\fIrec_ts_int\fP receiver timestamp integer
-.br
-\fIrec_ts_frac\fP receiver timestamp fraction
-.br
-\fIxmt_ts_int\fP transmit timestamp integer
-.br
-\fIxmt_ts_frac\fP transmit timestamp integer
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2 (uint16_t len, uint8_t type, uint32_t rtr_id, uint32_t area_id, uint16_t sum, uint16_t autype, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIlen\fP
-.br
-\fItype\fP
-.br
-\fIrtr_id\fP
-.br
-\fIarea_id\fP
-.br
-\fIsum\fP
-.br
-\fIautype\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_dbd (uint16_t dgram_len, uint8_t opts, uint8_t type, uint32_t seqnum, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIdgram_len\fP
-.br
-\fIopts\fP
-.br
-\fItype\fP
-.br
-\fIseqnum\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_hello (uint32_t netmask, uint16_t interval, uint8_t opts, uint8_t priority, uint32_t dead_int, uint32_t des_rtr, uint32_t bkup_rtr, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fInetmask\fP
-.br
-\fIinterval\fP
-.br
-\fIopts\fP
-.br
-\fIpriority\fP
-.br
-\fIdead_int\fP
-.br
-\fIdes_rtr\fP
-.br
-\fIbkup_rtr\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "libnet_ptag_t libnet_build_ospfv2_hello_neighbor (uint32_t netmask, uint16_t interval, uint8_t opts, uint8_t priority, uint32_t dead_int, uint32_t des_rtr, uint32_t bkup_rtr, uint32_t neighbor, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fInetmask\fP
-.br
-\fIinterval\fP
-.br
-\fIopts\fP
-.br
-\fIpriority\fP
-.br
-\fIdead_int\fP
-.br
-\fIdes_rtr\fP
-.br
-\fIbkup_rtr\fP
-.br
-\fIneighbor\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_lsa (uint16_t age, uint8_t opts, uint8_t type, uint32_t lsid, uint32_t advrtr, uint32_t seqnum, uint16_t sum, uint16_t len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIage\fP
-.br
-\fIopts\fP
-.br
-\fItype\fP
-.br
-\fIlsid\fP
-.br
-\fIadvrtr\fP
-.br
-\fIseqnum\fP
-.br
-\fIsum\fP
-.br
-\fIlen\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_lsa_as (uint32_t nmask, uint32_t metric, uint32_t fwdaddr, uint32_t tag, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fInmask\fP
-.br
-\fImetric\fP
-.br
-\fIfwdaddr\fP
-.br
-\fItag\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_lsa_net (uint32_t nmask, uint32_t rtrid, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fInmask\fP
-.br
-\fIrtrid\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_lsa_rtr (uint16_t flags, uint16_t num, uint32_t id, uint32_t data, uint8_t type, uint8_t tos, uint16_t metric, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIflags\fP
-.br
-\fInum\fP
-.br
-\fIid\fP
-.br
-\fIdata\fP
-.br
-\fItype\fP
-.br
-\fItos\fP
-.br
-\fImetric\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_lsa_sum (uint32_t nmask, uint32_t metric, uint32_t tos, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fInmask\fP
-.br
-\fImetric\fP
-.br
-\fItos\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_lsr (uint32_t type, uint32_t lsid, uint32_t advrtr, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP
-.br
-\fIlsid\fP
-.br
-\fIadvrtr\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_ospfv2_lsu (uint32_t num, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fInum\fP
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_rip (uint8_t cmd, uint8_t version, uint16_t rd, uint16_t af, uint16_t rt, uint32_t addr, uint32_t mask, uint32_t next_hop, uint32_t metric, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a Routing Information Protocol header (RFCs 1058 and 2453)\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIcmd\fP command
-.br
-\fIversion\fP protocol version
-.br
-\fIrd\fP version one: 0, version two: routing domain
-.br
-\fIaf\fP address family
-.br
-\fIrt\fP version one: 0, version two: route tag
-.br
-\fIaddr\fP IPv4 address
-.br
-\fImask\fP version one: 0, version two: subnet mask
-.br
-\fInext_hop\fP version one: 0, version two: next hop address
-.br
-\fImetric\fP routing metric
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_rpc_call (uint32_t rm, uint32_t xid, uint32_t prog_num, uint32_t prog_vers, uint32_t procedure, uint32_t cflavor, uint32_t clength, uint8_t * cdata, uint32_t vflavor, uint32_t vlength, const uint8_t * vdata, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an Remote Procedure Call (Version 2) Call message header as specified in RFC 1831\&. This builder provides the option for specifying the record marking which is required when used with streaming protocols (TCP)\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIrm\fP record marking indicating the position in a stream, 0 otherwise
-.br
-\fIxid\fP transaction identifier used to link calls and replies
-.br
-\fIprog_num\fP remote program specification typically between 0 - 1fffffff
-.br
-\fIprog_vers\fP remote program version specification
-.br
-\fIprocedure\fP procedure to be performed by remote program
-.br
-\fIcflavor\fP authentication credential type
-.br
-\fIclength\fP credential length (should be 0)
-.br
-\fIcdata\fP opaque credential data (currently unused)
-.br
-\fIvflavor\fP authentication verifier type
-.br
-\fIvlength\fP verifier length (should be 0)
-.br
-\fIvdata\fP opaque verifier data (currently unused)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_sebek (uint32_t magic, uint16_t version, uint16_t type, uint32_t counter, uint32_t time_sec, uint32_t time_usec, uint32_t pid, uint32_t uid, uint32_t fd, uint8_t cmd[SEBEK_CMD_LENGTH], uint32_t length, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a Sebek header\&. The Sebek protocol was designed by the Honeynet Project as a transport mechanism for post-intrusion forensic data\&. More information may be found here: http://www.honeynet.org/papers/sebek.pdf\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fImagic\fP identify packets that should be hidden
-.br
-\fIversion\fP protocol version, currently 1
-.br
-\fItype\fP type of record (read data is type 0, write data is type 1)
-.br
-\fIcounter\fP PDU counter used to identify when packet are lost
-.br
-\fItime_sec\fP seconds since EPOCH according to the honeypot
-.br
-\fItime_usec\fP residual microseconds
-.br
-\fIpid\fP PID
-.br
-\fIuid\fP UID
-.br
-\fIfd\fP FD
-.br
-\fIcmd\fP 12 first characters of the command
-.br
-\fIlength\fP length in bytes of the PDU's body
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_stp_conf (uint16_t id, uint8_t version, uint8_t bpdu_type, uint8_t flags, const uint8_t * root_id, uint32_t root_pc, const uint8_t * bridge_id, uint16_t port_id, uint16_t message_age, uint16_t max_age, uint16_t hello_time, uint16_t f_delay, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IEEE 802\&.1d Spanning Tree Protocol (STP) configuration header\&. STP frames are usually encapsulated inside of an 802\&.2 + 802\&.3 frame combination\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIid\fP protocol id
-.br
-\fIversion\fP protocol version
-.br
-\fIbpdu_type\fP bridge protocol data unit type
-.br
-\fIflags\fP flags
-.br
-\fIroot_id\fP root id
-.br
-\fIroot_pc\fP root path cost
-.br
-\fIbridge_id\fP bridge id
-.br
-\fIport_id\fP port id
-.br
-\fImessage_age\fP message age
-.br
-\fImax_age\fP max age
-.br
-\fIhello_time\fP hello time
-.br
-\fIf_delay\fP forward delay
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_stp_tcn (uint16_t id, uint8_t version, uint8_t bpdu_type, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an IEEE 802\&.1d Spanning Tree Protocol (STP) topology change notification header\&. STP frames are usually encapsulated inside of an 802\&.2 + 802\&.3 frame combination\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIid\fP protocol id
-.br
-\fIversion\fP protocol version
-.br
-\fIbpdu_type\fP bridge protocol data unit type
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_tcp (uint16_t sp, uint16_t dp, uint32_t seq, uint32_t ack, uint8_t control, uint16_t win, uint16_t sum, uint16_t urg, uint16_t len, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 793 Transmission Control Protocol (TCP) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIsp\fP source port
-.br
-\fIdp\fP destination port
-.br
-\fIseq\fP sequence number
-.br
-\fIack\fP acknowledgement number
-.br
-\fIcontrol\fP control flags
-.br
-\fIwin\fP window size
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIurg\fP urgent pointer
-.br
-\fIlen\fP total length of the TCP packet (for checksum calculation)
-.br
-\fIpayload\fP
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_tcp_options (const uint8_t * options, uint32_t options_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 793 Transmission Control Protocol (TCP) options header\&. The function expects options to be a valid TCP options string of size options_s, which is no larger than 40 bytes (the maximum size of an options string)\&. The function checks to ensure that the packet consists of a TCP header preceded by an IPv4 header, and that the addition of the options string would not result in a packet larger than 65,535 bytes (IPMAXPACKET)\&. The function counts up the number of 32-bit words in the options string and adjusts the TCP header length value as necessary\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIoptions\fP byte string of TCP options
-.br
-\fIoptions_s\fP length of options string
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_token_ring (uint8_t ac, uint8_t fc, const uint8_t * dst, const uint8_t * src, uint8_t dsap, uint8_t ssap, uint8_t cf, const uint8_t * oui, uint16_t type, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds a token ring header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIac\fP access control
-.br
-\fIfc\fP frame control
-.br
-\fIdst\fP destination address
-.br
-\fIsrc\fP source address
-.br
-\fIdsap\fP destination service access point
-.br
-\fIssap\fP source service access point
-.br
-\fIcf\fP control field
-.br
-\fIoui\fP Organizationally Unique Identifier
-.br
-\fItype\fP upper layer protocol type
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_udp (uint16_t sp, uint16_t dp, uint16_t len, uint16_t sum, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 768 User Datagram Protocol (UDP) header\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIsp\fP source port
-.br
-\fIdp\fP destination port
-.br
-\fIlen\fP total length of the UDP packet
-.br
-\fIsum\fP checksum (0 for libnet to auto-fill)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API libnet_ptag_t libnet_build_vrrp (uint8_t version, uint8_t type, uint8_t vrouter_id, uint8_t priority, uint8_t ip_count, uint8_t auth_type, uint8_t advert_int, uint16_t sum, const uint8_t * payload, uint32_t payload_s, libnet_t * l, libnet_ptag_t ptag)"
-Builds an RFC 2338 Virtual Router Redundacy Protool (VRRP) header\&. Use the payload interface to specify address and authentication information\&. To build a 'legal' packet, the destination IPv4 address should be the multicast * address 224\&.0\&.0\&.18, the IP TTL should be set to 255, and the IP protocol should be set to 112\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIversion\fP VRRP version (should be 2)
-.br
-\fItype\fP VRRP packet type (should be 1 -- ADVERTISEMENT)
-.br
-\fIvrouter_id\fP virtual router identification
-.br
-\fIpriority\fP priority (higher numbers indicate higher priority)
-.br
-\fIip_count\fP number of IPv4 addresses contained in this advertisement
-.br
-\fIauth_type\fP type of authentication (0, 1, 2 -- see RFC)
-.br
-\fIadvert_int\fP interval between advertisements
-.br
-\fIsum\fP checksum (0 for libnet to autofill)
-.br
-\fIpayload\fP optional payload or NULL
-.br
-\fIpayload_s\fP payload length or 0
-.br
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP protocol tag to modify an existing header, 0 to build a new one
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-protocol tag value on success
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_clear_packet (libnet_t * l)"
-Clears the current packet referenced and frees all pblocks\&. Should be called when the programmer want to send a completely new packet of a different type using the same context\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-
-.SS "int libnet_cq_add (libnet_t * l, char * label)"
-[Context Queue] Adds a new context to the libnet context queue\&. If no queue exists, this function will create the queue and add the specified libnet context as the first entry on the list\&. The functions checks to ensure niether l nor label are NULL, and that label doesn't refer to an existing context already in the queue\&. Additionally, l should refer to a libnet context previously initialized with a call to \fBlibnet_init()\fP\&. If the context queue in write locked, this function will fail\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIlabel\fP a canonical name given to recognize the new context, no longer than LIBNET_LABEL_SIZE
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_cq_destroy (void)"
-[Context Queue] Destroys the entire context queue, calling \fBlibnet_destroy()\fP on each member context\&.
-.SS "LIBNET_API uint32_t libnet_cq_end_loop (void)"
-[Context Queue]
-.SS "LIBNET_API libnet_t* libnet_cq_find_by_label (char * label)"
-[Context Queue] Locates a libnet context from the queue, indexed by a canonical label\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIlabel\fP canonical label of the libnet context to retrieve
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the expected libnet context
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fINULL\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API const char* libnet_cq_getlabel (libnet_t * l)"
-[Context Queue] Returns the canonical label associated with the context\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-pointer to the libnet context's label
-.RE
-.PP
-
-.SS "LIBNET_API libnet_t* libnet_cq_head (void)"
-[Context Queue] Intiailizes the interator interface and set a write lock on the entire queue\&. This function is intended to be called just prior to interating through the entire list of contexts (with the probable intent of inject a series of packets in rapid succession)\&. This function is often used as per the following:
-.PP
-for (l = \fBlibnet_cq_head()\fP; \fBlibnet_cq_last()\fP; l = \fBlibnet_cq_next()\fP) { \&.\&.\&. }
-.PP
-Much of the time, the application programmer will use the iterator as it is written above; as such, libnet provides a macro to do exactly that, \fBfor_each_context_in_cq(l)\fP\&. Warning: do not call the iterator more than once in a single loop\&.
-.PP
-\fBReturns:\fP
-.RS 4
-the head of the context queue
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_cq_last (void)"
-[Context Queue] Check whether the iterator is at the last context in the queue\&.
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP if at the end of the context queue
-.br
-\fI0\fP otherwise
-.RE
-.PP
-
-.SS "LIBNET_API libnet_t* libnet_cq_next (void)"
-[Context Queue] Get next context from the context queue\&.
-.PP
-\fBReturns:\fP
-.RS 4
-the next context from the context queue
-.RE
-.PP
-
-.SS "LIBNET_API libnet_t* libnet_cq_remove (libnet_t * l)"
-[Context Queue] Removes a specified context from the libnet context queue by specifying the libnet context pointer\&. Note the function will remove the specified context from the context queue and cleanup internal memory from the queue, it is up to the application programmer to free the returned libnet context with a call to \fBlibnet_destroy()\fP\&. Also, as it is not necessary to keep the libnet context pointer when initially adding it to the context queue, most application programmers will prefer to refer to entries on the context queue by canonical name and would use \fBlibnet_cq_remove_by_label()\fP\&. If the context queue is write locked, this function will fail\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the pointer to the removed libnet context
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fINULL\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API libnet_t* libnet_cq_remove_by_label (char * label)"
-[Context Queue] Removes a specified context from the libnet context queue by specifying the canonical name\&. Note the function will remove the specified context from the context queue and cleanup internal memory from the queue, it is up to the application programmer to free the returned libnet context with a call to \fBlibnet_destroy()\fP\&. If the context queue is write locked, this function will fail\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIlabel\fP canonical name of the context to remove
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the pointer to the removed libnet context
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fINULL\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API uint32_t libnet_cq_size (void)"
-[Context Queue] Function returns the number of libnet contexts that are in the queue\&.
-.PP
-\fBReturns:\fP
-.RS 4
-the number of libnet contexts currently in the queue
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_destroy (libnet_t * l)"
-Shuts down the libnet session referenced by l\&. It closes the network interface and frees all internal memory structures associated with l\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_diag_dump_context (libnet_t * l)"
-[Diagnostic] Prints the contents of the given context\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-
-.SS "void libnet_diag_dump_hex (const uint8_t * packet, uint32_t len, int swap, FILE * stream)"
-[Diagnostic] Function prints the contents of the supplied buffer to the supplied stream pointer\&. Will swap endianness based disposition of mode variable\&. Useful to be used in conjunction with the advanced interface and a culled packet\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIpacket\fP the packet to print
-.br
-\fIlen\fP length of the packet in bytes
-.br
-\fIswap\fP 1 to swap byte order, 0 to not\&. Counter-intuitively, it is necessary to swap in order to see the byte order as it is on the wire (this may be a bug)\&.
-.br
-\fIstream\fP a stream pointer to print to
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_diag_dump_pblock (libnet_t * l)"
-[Diagnostic] Prints the contents of every pblock\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-
-.SS "LIBNET_API char* libnet_diag_dump_pblock_type (uint8_t type)"
-[Diagnostic] Returns the canonical name of the pblock type\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fItype\fP pblock type
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-a string representing the pblock type type
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fIunknown\fP for an unknown value
-.RE
-.PP
-
-.SS "LIBNET_API struct libnet_ether_addr* libnet_get_hwaddr (libnet_t * l)"
-Returns the MAC address for the device libnet was initialized with\&. If libnet was initialized without a device the function will attempt to find one\&. If the function fails and returns NULL a call to \fBlibnet_geterror()\fP will tell you why\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-a pointer to the MAC address or NULL
-.RE
-.PP
-
-.SS "LIBNET_API uint32_t libnet_get_ipaddr4 (libnet_t * l)"
-Returns the IP address for the device libnet was initialized with\&. If libnet was initialized without a device (in raw socket mode) the function will attempt to find one\&. If the function fails and returns -1 a call to libnet_geterrror() will tell you why\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-a big endian IP address suitable for use in a libnet_build function
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP
-.RE
-.PP
-
-.SS "LIBNET_API struct libnet_in6_addr libnet_get_ipaddr6 (libnet_t * l)"
-Returns the IPv6 address for the device libnet was initialized with\&. If libnet was initialized without a device (in raw socket mode) the function will attempt to find one\&. If the function fails and returns in6addr_error, a call to libnet_geterrror() will tell you why\&. This function is not yet implemented for Win32 platforms\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fIin6addr_error\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API uint32_t libnet_get_prand (int mod)"
-Generates an unsigned pseudo-random value within the range specified by mod\&. LIBNET_PR2 0 - 1 LIBNET_PR8 0 - 255 LIBNET_PR16 0 - 32767 LIBNET_PRu16 0 - 65535 LIBNET_PR32 0 - 2147483647 LIBNET_PRu32 0 - 4294967295
-.PP
-\fBParameters:\fP
-.RS 4
-\fImod\fP one the of LIBNET_PR* constants
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API const char* libnet_getdevice (libnet_t * l)"
-Returns the canonical name of the device used for packet injection\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the canonical name of the device used for packet injection\&. Note it can be NULL without being an error\&.
-.RE
-.PP
-
-.SS "LIBNET_API char* libnet_geterror (libnet_t * l)"
-Returns the last error set inside of the referenced libnet context\&. This function should be called anytime a function fails or an error condition is detected inside of libnet\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-an error string or NULL if no error has occurred
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_getfd (libnet_t * l)"
-Returns the FILENO of the file descriptor used for packet injection\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the file number of the file descriptor used for packet injection
-.RE
-.PP
-
-.SS "LIBNET_API uint32_t libnet_getgre_length (uint16_t fv)"
-
-.PP
-\fBParameters:\fP
-.RS 4
-\fIfv\fP see \fBlibnet_build_gre()\fP\&.
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-size
-.RE
-.PP
-\fBSee also:\fP
-.RS 4
-\fBlibnet_build_gre()\fP\&.
-.RE
-.PP
-
-.SS "LIBNET_API uint32_t libnet_getpacket_size (libnet_t * l)"
-Returns the sum of the size of all of the pblocks inside of l (this should be the resulting packet size)\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the size of the packet in l
-.RE
-.PP
-
-.SS "LIBNET_API uint8_t* libnet_getpbuf (libnet_t * l, libnet_ptag_t ptag)"
-Returns the pblock buffer contents for the specified ptag; a subsequent call to \fBlibnet_getpbuf_size()\fP should be made to determine the size of the buffer\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP the ptag reference number
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-a pointer to the pblock buffer or NULL on error
-.RE
-.PP
-
-.SS "LIBNET_API uint32_t libnet_getpbuf_size (libnet_t * l, libnet_ptag_t ptag)"
-Returns the pblock buffer size for the specified ptag; a previous call to \fBlibnet_getpbuf()\fP should be made to pull the actual buffer contents\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP the ptag reference number
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the size of the pblock buffer
-.RE
-.PP
-
-.SS "LIBNET_API uint8_t* libnet_hex_aton (const char * s, int * len)"
-Takes a colon separated hexidecimal address (from the command line) and returns a bytestring suitable for use in a libnet_build function\&. Note this function performs an implicit malloc and the return value should be freed after its use\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIs\fP the string to be parsed
-.br
-\fIlen\fP the resulting size of the returned byte string
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-a byte string or NULL on failure
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_in6_is_error (struct libnet_in6_addr addr)"
-Check a libnet_in6_addr structure for identity with in6addr_error\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIaddr\fP address to check
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP if addr is in6addr_error
-.br
-\fI0\fP if it is not
-.RE
-.PP
-
-.SS "LIBNET_API libnet_t* libnet_init (int injection_type, const char * device, char * err_buf)"
-Creates the libnet environment\&. It initializes the library and returns a libnet context\&. If the injection_type is LIBNET_LINK or LIBNET_LINK_ADV, the function initializes the injection primitives for the link-layer interface enabling the application programmer to build packets starting at the data-link layer (which also provides more granular control over the IP layer)\&. If libnet uses the link-layer and the device argument is non-NULL, the function attempts to use the specified network device for packet injection\&. This is either a canonical string that references the device (such as 'eth0' for a 100MB Ethernet card on Linux or 'fxp0' for a 100MB Ethernet card on OpenBSD) or the dots and decimals representation of the device's IP address (192\&.168\&.0\&.1)\&. If device is NULL, libnet attempts to find a suitable device to use\&. If the injection_type is LIBNET_RAW4 or LIBNET_RAW4_ADV, the function initializes the injection primitives for the IPv4 raw socket interface\&. The final argument, err_buf, should be a buffer of size LIBNET_ERRBUF_SIZE and holds an error message if the function fails\&. This function requires root privileges to execute successfully\&. Upon success, the function returns a valid libnet context for use in later function calls; upon failure, the function returns NULL\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIinjection_type\fP packet injection type (LIBNET_LINK, LIBNET_LINK_ADV, LIBNET_RAW4, LIBNET_RAW4_ADV, LIBNET_RAW6, LIBNET_RAW6_ADV)
-.br
-\fIdevice\fP the interface to use (NULL and libnet will choose one)
-.br
-\fIerr_buf\fP will contain an error message on failure
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-libnet context ready for use or NULL on error\&.
-.RE
-.PP
-
-.SS "LIBNET_API uint32_t libnet_name2addr4 (libnet_t * l, const char * host_name, uint8_t use_name)"
-Takes a dotted decimal string or a canonical DNS name and returns a network byte ordered IPv4 address\&. This may incur a DNS lookup if mode is set to LIBNET_RESOLVE and host_name refers to a canonical DNS name\&. If mode is set to LIBNET_DONT_RESOLVE no DNS lookup will occur\&. The function can fail if DNS lookup fails or if mode is set to LIBNET_DONT_RESOLVE and host_name refers to a canonical DNS name\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIhost_name\fP pointer to a string containing a presentation format host name
-.br
-\fIuse_name\fP LIBNET_RESOLVE or LIBNET_DONT_RESOLVE
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-address in network byte order
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP (2^32 - 1) on error
-.RE
-.PP
-
-.SS "LIBNET_API struct libnet_in6_addr libnet_name2addr6 (libnet_t * l, const char * host_name, uint8_t use_name)"
-Takes a dotted decimal string or a canonical DNS name and returns a network byte ordered IPv6 address\&. This may incur a DNS lookup if mode is set to LIBNET_RESOLVE and host_name refers to a canonical DNS name\&. If mode is set to LIBNET_DONT_RESOLVE no DNS lookup will occur\&. The function can fail if DNS lookup fails or if mode is set to LIBNET_DONT_RESOLVE and host_name refers to a canonical DNS name\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIhost_name\fP pointer to a string containing a presentation format host name
-.br
-\fIuse_name\fP LIBNET_RESOLVE or LIBNET_DONT_RESOLVE
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-network byte ordered IPv6 address structure
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_plist_chain_dump (libnet_plist_t * plist)"
-Runs through the port list and prints the contents of the port list chain list to stdout\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIplist\fP previously created portlist
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API char* libnet_plist_chain_dump_string (libnet_plist_t * plist)"
-Runs through the port list and prints the contents of the port list chain list to string\&. This function uses strdup and is not re-entrant\&. It also has a memory leak and should not really be used\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIplist\fP previously created portlist
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-a printable string containing the port list contents on success or NULL on error
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_plist_chain_free (libnet_plist_t * plist)"
-Frees all memory associated with port list chain\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIplist\fP previously created portlist
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_plist_chain_new (libnet_t * l, libnet_plist_t ** plist, char * token_list)"
-Creates a new port list\&. Port list chains are useful for TCP and UDP-based applications that need to send packets to a range of ports (contiguous or otherwise)\&. The port list chain, which token_list points to, should contain a series of int8_tacters from the following list: '0123456789,-' of the general format 'x - y, z', where 'xyz' are port numbers between 0 and 65,535\&. plist points to the front of the port list chain list for use in further libnet_plist_chain() functions\&. Upon success, the function returns
-.IP "1." 4
-Upon failure, the function returns -1 and \fBlibnet_geterror()\fP can tell you why\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIplist\fP if successful, will refer to the portlist, if not, NULL
-.br
-\fItoken_list\fP string containing the port list primitive
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.PP
-
-.SS "LIBNET_API int libnet_plist_chain_next_pair (libnet_plist_t * plist, uint16_t * bport, uint16_t * eport)"
-Returns the next port list chain pair from the port list chain plist\&. bport and eport contain the starting port number and ending port number, respectively\&. Upon success, the function returns 1 and fills in the port variables; however, if the list is empty, the function returns 0 and sets both port variables to 0\&. Upon failure, the function returns -1\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIplist\fP previously created portlist
-.br
-\fIbport\fP will contain the beginning port number or 0
-.br
-\fIeport\fP will contain the ending port number or 0
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI0\fP if empty
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_seed_prand (libnet_t * l)"
-Seeds the pseudo-random number generator\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API void libnet_stats (libnet_t * l, struct libnet_stats * ls)"
-Fills in a libnet_stats structure with packet injection statistics (packets written, bytes written, packet sending errors)\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIls\fP pointer to a libnet statistics structure
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_toggle_checksum (libnet_t * l, libnet_ptag_t ptag, int mode)"
-If a given protocol header is built with the checksum field set to '0', by default libnet will calculate the header checksum prior to injection\&. If the header is set to any other value, by default libnet will not calculate the header checksum\&. To over-ride this behavior, use \fBlibnet_toggle_checksum()\fP\&. Switches auto-checksumming on or off for the specified ptag\&. If mode is set to LIBNET_ON, libnet will mark the specified ptag to calculate a checksum for the ptag prior to injection\&. This assumes that the ptag refers to a protocol that has a checksum field\&. If mode is set to LIBNET_OFF, libnet will clear the checksum flag and no checksum will be computed prior to injection\&. This assumes that the programmer will assign a value (zero or otherwise) to the checksum field\&. Often times this is useful if a precomputed checksum or some other predefined value is going to be used\&. Note that when libnet is initialized with LIBNET_RAW4, the IPv4 header checksum will always be computed by the kernel prior to injection, regardless of what the programmer sets\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.br
-\fIptag\fP the ptag reference number
-.br
-\fImode\fP LIBNET_ON or LIBNET_OFF
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI1\fP on success
-.br
-\fI-1\fP on failure
-.RE
-.PP
-
-.SS "LIBNET_API const char* libnet_version (void)"
-Returns the version of libnet\&.
-.PP
-\fBReturns:\fP
-.RS 4
-the libnet version
-.RE
-.PP
-
-.SS "LIBNET_API int libnet_write (libnet_t * l)"
-Writes a prebuilt packet to the network\&. The function assumes that l was previously initialized (via a call to \fBlibnet_init()\fP) and that a previously constructed packet has been built inside this context (via one or more calls to the libnet_build* family of functions) and is ready to go\&. Depending on how libnet was initialized, the function will write the packet to the wire either via the raw or link layer interface\&. The function will also bump up the internal libnet stat counters which are retrievable via \fBlibnet_stats()\fP\&.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIl\fP pointer to a libnet context
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-the number of bytes written
-.RE
-.PP
-\fBReturn values:\fP
-.RS 4
-\fI-1\fP on error
-.RE
-.PP
-
-.SH "SEE ALSO"
-\.IX Header "SEE ALSO"
-libnet(3)
-.SH "AUTHORS"
-.IX Header "AUTHORS"
-The original author of libnet is Mike D. Schiffman.
-.PP
-libnet has been maintained and extensively enhanced since 2009 by Sam Roberts.
-.PP
-It is currently maintained by Ali Abdulkadir and available at
-.PP
-.Vb 1
-\& <https://github.com/sgeto/libnet>
-.Ve
-.SH "BUGS"
-.IX Header "BUGS"
-For bugs, questions, patch submissions, desirable enhancements, etc. see:
-.PP
-.Vb 1
-\& <https://github.com/sgeto/libnet/issues>
-.Ve
-.SH "COPYRIGHT"
-.IX Header "COPYRIGHT"
-libnet is licensed under the 3\-Clause \s-1BSD\s0 License. You can basically
-do whatever you want with it.
diff --git a/doc/man/man3/libnet-macros.3 b/doc/man/man3/libnet-macros.3
deleted file mode 100644
index 6dd4850..0000000
--- a/doc/man/man3/libnet-macros.3
+++ /dev/null
@@ -1,102 +0,0 @@
-.TH "libnet-macros.h" 3 "Sun Sep 29 2019" "libnet-1.2-rc3" "libnet Programmers Guide" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-libnet-macros.h \- libnet macros and symbolic constants
-
-.SH SYNOPSIS
-.br
-.PP
-.SS "Macros"
-
-.in +1c
-.ti -1c
-.RI "#define \fBLIBNET_DONT_RESOLVE\fP 0"
-.br
-.ti -1c
-.RI "#define \fBLIBNET_RESOLVE\fP 1"
-.br
-.ti -1c
-.RI "#define \fBLIBNET_ON\fP 0"
-.br
-.ti -1c
-.RI "#define \fBLIBNET_OFF\fP 1"
-.br
-.ti -1c
-.RI "#define \fBIN6ADDR_ERROR_INIT\fP"
-.br
-.ti -1c
-.RI "#define \fBLIBNET_PR2\fP 0"
-.br
-.ti -1c
-.RI "#define \fBLIBNET_MAX_PACKET\fP 0xffff"
-.br
-.ti -1c
-.RI "#define \fBLIBNET_ERRBUF_SIZE\fP 0x100"
-.br
-.ti -1c
-.RI "#define \fBLIBNET_MAXOPTION_SIZE\fP 0x28"
-.br
-.ti -1c
-.RI "#define \fBfor_each_context_in_cq\fP(l) for (l = \fBlibnet_cq_head\fP(); \fBlibnet_cq_last\fP(); l = \fBlibnet_cq_next\fP())"
-.br
-.in -1c
-.SH "Detailed Description"
-.PP
-libnet macros and symbolic constants
-
-
-.SH "Macro Definition Documentation"
-.PP
-.SS "#define for_each_context_in_cq(l) for (l = \fBlibnet_cq_head\fP(); \fBlibnet_cq_last\fP(); l = \fBlibnet_cq_next\fP())"
-Provides an interface to iterate through the context queue of libnet contexts\&. Before calling this macro, be sure to set the queue using \fBlibnet_cq_head()\fP\&.
-.SS "#define IN6ADDR_ERROR_INIT"
-\fBValue:\fP
-.PP
-.nf
-{ { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
- 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
- 0xff, 0xff } } }
-.fi
-IPv6 error code
-.SS "#define LIBNET_DONT_RESOLVE 0"
-Used for libnet's name resolution functions, specifies that no DNS lookups should be performed and the IP address should be kept in numeric form\&.
-.SS "#define LIBNET_ERRBUF_SIZE 0x100"
-The libnet error buffer is 256 bytes long\&.
-.SS "#define LIBNET_MAX_PACKET 0xffff"
-The biggest an IP packet can be -- 65,535 bytes\&.
-.SS "#define LIBNET_MAXOPTION_SIZE 0x28"
-IP and TCP options can be up to 40 bytes long\&.
-.SS "#define LIBNET_OFF 1"
-Used several places, to specify 'on' or 'one'
-.SS "#define LIBNET_ON 0"
-Used several places, to specify 'on' or 'one'
-.SS "#define LIBNET_PR2 0"
-Used for \fBlibnet_get_prand()\fP to specify function disposition
-.SS "#define LIBNET_RESOLVE 1"
-Used for libnet's name resolution functions, specifies that a DNS lookup can be performed if needed to resolve the IP address to a canonical form\&.
-.SH "SEE ALSO"
-\.IX Header "SEE ALSO"
-libnet(3)
-.SH "AUTHORS"
-.IX Header "AUTHORS"
-The original author of libnet is Mike D. Schiffman.
-.PP
-libnet has been maintained and extensively enhanced since 2009 by Sam Roberts.
-.PP
-It is currently maintained by Ali Abdulkadir and available at
-.PP
-.Vb 1
-\& <https://github.com/sgeto/libnet>
-.Ve
-.SH "BUGS"
-.IX Header "BUGS"
-For bugs, questions, patch submissions, desirable enhancements, etc. see:
-.PP
-.Vb 1
-\& <https://github.com/sgeto/libnet/issues>
-.Ve
-.SH "COPYRIGHT"
-.IX Header "COPYRIGHT"
-libnet is licensed under the 3\-Clause \s-1BSD\s0 License. You can basically
-do whatever you want with it.
diff --git a/doc/man/man3/libnet.3 b/doc/man/man3/libnet.3
deleted file mode 100644
index 9c3b955..0000000
--- a/doc/man/man3/libnet.3
+++ /dev/null
@@ -1,197 +0,0 @@
-.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35)
-.\"
-.\" Standard preamble:
-.\" ========================================================================
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.de Vb \" Begin verbatim text
-.ft CW
-.nf
-.ne \\$1
-..
-.de Ve \" End verbatim text
-.ft R
-.fi
-..
-.\" Set up some character translations and predefined strings. \*(-- will
-.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote. \*(C+ will
-.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
-.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
-.\" nothing in troff, for use with C<>.
-.tr \(*W-
-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
-.ie n \{\
-. ds -- \(*W-
-. ds PI pi
-. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
-. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
-. ds L" ""
-. ds R" ""
-. ds C` ""
-. ds C' ""
-'br\}
-.el\{\
-. ds -- \|\(em\|
-. ds PI \(*p
-. ds L" ``
-. ds R" ''
-. ds C`
-. ds C'
-'br\}
-.\"
-.\" Escape single quotes in literal strings from groff's Unicode transform.
-.ie \n(.g .ds Aq \(aq
-.el .ds Aq '
-.\"
-.\" If the F register is >0, we'll generate index entries on stderr for
-.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
-.\" entries marked with X<> in POD. Of course, you'll have to process the
-.\" output yourself in some meaningful fashion.
-.\"
-.\" Avoid warning from groff about undefined register 'F'.
-.de IX
-..
-.nr rF 0
-.if \n(.g .if rF .nr rF 1
-.if (\n(rF:(\n(.g==0)) \{\
-. if \nF \{\
-. de IX
-. tm Index:\\$1\t\\n%\t"\\$2"
-..
-. if !\nF==2 \{\
-. nr % 0
-. nr F 2
-. \}
-. \}
-.\}
-.rr rF
-.\"
-.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
-.\" Fear. Run. Save yourself. No user-serviceable parts.
-. \" fudge factors for nroff and troff
-.if n \{\
-. ds #H 0
-. ds #V .8m
-. ds #F .3m
-. ds #[ \f1
-. ds #] \fP
-.\}
-.if t \{\
-. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
-. ds #V .6m
-. ds #F 0
-. ds #[ \&
-. ds #] \&
-.\}
-. \" simple accents for nroff and troff
-.if n \{\
-. ds ' \&
-. ds ` \&
-. ds ^ \&
-. ds , \&
-. ds ~ ~
-. ds /
-.\}
-.if t \{\
-. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
-. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
-. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
-. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
-. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
-. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
-.\}
-. \" troff and (daisy-wheel) nroff accents
-.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
-.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
-.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
-.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
-.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
-.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
-.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
-.ds ae a\h'-(\w'a'u*4/10)'e
-.ds Ae A\h'-(\w'A'u*4/10)'E
-. \" corrections for vroff
-.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
-.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
-. \" for low resolution devices (crt and lpr)
-.if \n(.H>23 .if \n(.V>19 \
-\{\
-. ds : e
-. ds 8 ss
-. ds o a
-. ds d- d\h'-1'\(ga
-. ds D- D\h'-1'\(hy
-. ds th \o'bp'
-. ds Th \o'LP'
-. ds ae ae
-. ds Ae AE
-.\}
-.rm #[ #] #H #V #F C
-.\" ========================================================================
-.\"
-.IX Title "LIBNET 3"
-.TH LIBNET 3 "sön sep 29 2019" "libnet-1.2-rc3" "libnet Programmers Guide"
-.\" For nroff, turn off justification. Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.if n .ad l
-.nh
-.SH "NAME"
-libnet \- A C library for packet creation and injection
-.SH "SYNOPSIS"
-.IX Header "SYNOPSIS"
-\&\fB#include <libnet.h>\fR
-.SH "DESCRIPTION"
-.IX Header "DESCRIPTION"
-libnet is a packet assembly library that provides a portable interface for
-packet creation and injection.
-.PP
-It is a high-level \s-1API\s0 that allows an application programmer to construct and
-inject network packets. libnet provides a simplified interface for low-level
-network packet shaping, handling and injection.
-.PP
-libnet hides much of the tedium of packet creation from the application
-programmer such as multiplexing, buffer management, arcane packet header
-information, byte-ordering, OS-dependent issues, and much more. libnet features
-portable packet creation interfaces at the \s-1IP\s0 and link layer, as well
-as a host of supplementary and complementary functionality. Using libnet, quick
-and simple packet assembly applications can be whipped up with little effort.
-With a bit more time, more complex programs can be written (\fBtraceroute\fR\|(8) and \fBping\fR\|(8) were easily rewritten using libnet and \fBpcap\fR\|(3).
-.PP
-When building applications with libnet, the \fBlibnet\-config\fR\|(1) script or the \fBpkg\-config\fR\|(1) program can be used to return the compiler and linker flags
-of the installed libnet library as well as give other useful information.
-.PP
-\&\fB\s-1NOTE\s0\fR: If you are writing your application with libnet, include \fIlibnet.h\fR,
-which will include any additional header for you, rather than including
-\&\fIlibnet/libnet\-functions.h\fR, \fIlibnet/libnet\-macros.h\fR or any of the others.
-.SH "BACKWARDS COMPATIBILITY"
-.IX Header "BACKWARDS COMPATIBILITY"
-Your old code (circa libnet \fB1.0.x\fR) \s-1WILL NOT WORK\s0 with libnet> \fB>=1.1.x\fR.
-See \fBdoc/MIGRATION\fR for easy steps on porting your old code.
-.SH "SEE ALSO"
-.IX Header "SEE ALSO"
-\&\fBlibnet\-config\fR\|(1), \fBlibnet\-functions\fR\|(3), \fBlibnet\-macros\fR\|(3)
-.SH "AUTHORS"
-.IX Header "AUTHORS"
-The original author of libnet is Mike D. Schiffman.
-.PP
-libnet has been maintained and extensively enhanced since 2009 by Sam Roberts.
-.PP
-It is currently maintained by Ali Abdulkadir and available at
-.PP
-.Vb 1
-\& <https://github.com/sgeto/libnet>
-.Ve
-.SH "BUGS"
-.IX Header "BUGS"
-For bugs, questions, patch submissions, desirable enhancements, etc. see:
-.PP
-.Vb 1
-\& <https://github.com/sgeto/libnet/issues>
-.Ve
-.SH "COPYRIGHT"
-.IX Header "COPYRIGHT"
-libnet is licensed under the 3\-Clause \s-1BSD\s0 License. You can basically
-do whatever you want with it.