all: import netsniff-ng 0.5.8-rc0 source
commit1a9fbac03c684f29cff9ac44875bd9504a89f54e
authorDaniel Borkmann <dborkman@redhat.com>
Fri, 15 Mar 2013 09:41:48 +0000 (15 10:41 +0100)
committerDaniel Borkmann <dborkman@redhat.com>
Fri, 15 Mar 2013 09:41:48 +0000 (15 10:41 +0100)
tree1b2e40dbe5dc1899ef5b62c4325c9b94c9c450fc
all: import netsniff-ng 0.5.8-rc0 source

We decided to get rid of the old Git history and start a new one for
several reasons:

 *) Allow / enforce only high-quality commits (which was not the case
    for many commits in the history), have a policy that is more close
    to the one from the Linux kernel. With high quality commits, we
    mean code that is logically split into commits and commit messages
    that are signed-off and have a proper subject and message body.
    We do not allow automatic Github merges anymore, since they are
    total bullshit. However, we will either cherry-pick your patches
    or pull them manually.

 *) The old archive was about ~27MB for no particular good reason.
    This basically derived from the bad decision that also some PDF
    files where stored there. From this moment onwards, no binary
    objects are allowed to be stored in this repository anymore.

The old archive is not wiped away from the Internet. You will still
be able to find it, e.g. on git.cryptoism.org etc.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
137 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Documentation/CodingStyle [new file with mode: 0644]
Documentation/Downstream [new file with mode: 0644]
Documentation/KnownIssues [new file with mode: 0644]
Documentation/Mirrors [new file with mode: 0644]
Documentation/Performance [new file with mode: 0644]
Documentation/RelatedWork [new file with mode: 0644]
Documentation/Sponsors [new file with mode: 0644]
Documentation/SubmittingPatches [new file with mode: 0644]
Documentation/Summary [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
REPORTING-BUGS [new file with mode: 0644]
astraceroute.c [new file with mode: 0644]
astraceroute/.gitignore [new file with mode: 0644]
astraceroute/Makefile [new file with mode: 0644]
bpf.c [new file with mode: 0644]
bpf.h [new file with mode: 0644]
bpf_comp.c [new file with mode: 0644]
bpf_lexer.l [new file with mode: 0644]
bpf_parser.y [new file with mode: 0644]
bpfc.c [new file with mode: 0644]
bpfc/.gitignore [new file with mode: 0644]
bpfc/Makefile [new file with mode: 0644]
built_in.h [new file with mode: 0644]
colors.h [new file with mode: 0644]
configs/ether.conf [new file with mode: 0644]
configs/geoip.conf [new file with mode: 0644]
configs/oui.conf [new file with mode: 0644]
configs/stddef.h [new file with mode: 0644]
configs/tcp.conf [new file with mode: 0644]
configs/udp.conf [new file with mode: 0644]
cpusched.c [new file with mode: 0644]
cpusched.h [new file with mode: 0644]
csum.h [new file with mode: 0644]
ct_client.c [new file with mode: 0644]
ct_server.c [new file with mode: 0644]
ct_servmgmt.c [new file with mode: 0644]
ct_servmgmt.h [new file with mode: 0644]
ct_usermgmt.c [new file with mode: 0644]
ct_usermgmt.h [new file with mode: 0644]
curve.c [new file with mode: 0644]
curve.h [new file with mode: 0644]
curvetun.c [new file with mode: 0644]
curvetun.h [new file with mode: 0644]
curvetun/.gitignore [new file with mode: 0644]
curvetun/Makefile [new file with mode: 0644]
curvetun/abiname.c [new file with mode: 0644]
curvetun/build_nacl.sh [new file with mode: 0755]
curvetun/nacl_path.sh [new file with mode: 0755]
die.h [new file with mode: 0644]
dissector.c [new file with mode: 0644]
dissector.h [new file with mode: 0644]
dissector_80211.c [new file with mode: 0644]
dissector_80211.h [new file with mode: 0644]
dissector_eth.c [new file with mode: 0644]
dissector_eth.h [new file with mode: 0644]
flowtop.c [new file with mode: 0644]
flowtop/.gitignore [new file with mode: 0644]
flowtop/Makefile [new file with mode: 0644]
geoip.c [new file with mode: 0644]
geoip.h [new file with mode: 0644]
hash.c [new file with mode: 0644]
hash.h [new file with mode: 0644]
ifpps.c [new file with mode: 0644]
ifpps/.gitignore [new file with mode: 0644]
ifpps/Makefile [new file with mode: 0644]
ipv4.h [new file with mode: 0644]
ipv6.h [new file with mode: 0644]
locking.h [new file with mode: 0644]
mac80211.c [new file with mode: 0644]
mac80211.h [new file with mode: 0644]
netsniff-ng.c [new file with mode: 0644]
netsniff-ng/.gitignore [new file with mode: 0644]
netsniff-ng/Makefile [new file with mode: 0644]
oui.c [new file with mode: 0644]
oui.h [new file with mode: 0644]
patricia.c [new file with mode: 0644]
patricia.h [new file with mode: 0644]
pcap_io.h [new file with mode: 0644]
pcap_mm.c [new file with mode: 0644]
pcap_rw.c [new file with mode: 0644]
pcap_sg.c [new file with mode: 0644]
pkt_buff.h [new file with mode: 0644]
proto.h [new file with mode: 0644]
proto_80211_mac_hdr.c [new file with mode: 0644]
proto_arp.c [new file with mode: 0644]
proto_ethernet.c [new file with mode: 0644]
proto_icmpv4.c [new file with mode: 0644]
proto_icmpv6.c [new file with mode: 0644]
proto_igmp.c [new file with mode: 0644]
proto_ip_authentication_hdr.c [new file with mode: 0644]
proto_ip_esp.c [new file with mode: 0644]
proto_ipv4.c [new file with mode: 0644]
proto_ipv6.c [new file with mode: 0644]
proto_ipv6_dest_opts.c [new file with mode: 0644]
proto_ipv6_fragm.c [new file with mode: 0644]
proto_ipv6_hop_by_hop.c [new file with mode: 0644]
proto_ipv6_in_ipv4.c [new file with mode: 0644]
proto_ipv6_mobility_hdr.c [new file with mode: 0644]
proto_ipv6_no_nxt_hdr.c [new file with mode: 0644]
proto_ipv6_routing.c [new file with mode: 0644]
proto_lldp.c [new file with mode: 0644]
proto_mpls_unicast.c [new file with mode: 0644]
proto_none.c [new file with mode: 0644]
proto_tcp.c [new file with mode: 0644]
proto_udp.c [new file with mode: 0644]
proto_vlan.c [new file with mode: 0644]
proto_vlan_q_in_q.c [new file with mode: 0644]
protos.h [new file with mode: 0644]
ring.h [new file with mode: 0644]
ring_rx.c [new file with mode: 0644]
ring_rx.h [new file with mode: 0644]
ring_tx.c [new file with mode: 0644]
ring_tx.h [new file with mode: 0644]
stun.c [new file with mode: 0644]
test/dissector_fuzz.sh [new file with mode: 0755]
tprintf.c [new file with mode: 0644]
tprintf.h [new file with mode: 0644]
trafgen.c [new file with mode: 0644]
trafgen/.gitignore [new file with mode: 0644]
trafgen/Makefile [new file with mode: 0644]
trafgen_conf.h [new file with mode: 0644]
trafgen_lexer.l [new file with mode: 0644]
trafgen_parser.y [new file with mode: 0644]
trie.c [new file with mode: 0644]
trie.h [new file with mode: 0644]
update-oui.py [new file with mode: 0755]
xio.c [new file with mode: 0644]
xio.h [new file with mode: 0644]
xmalloc.c [new file with mode: 0644]
xmalloc.h [new file with mode: 0644]
xutils.c [new file with mode: 0644]
xutils.h [new file with mode: 0644]