A lengthy patch to add the wiretap library. Wiretap is not used by default
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 12 Nov 1998 00:06:47 +0000 (00:06 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 12 Nov 1998 00:06:47 +0000 (00:06 +0000)
commit71eb8d009f1efeadee9ee7fa61fbcb6a8f73bf44
treed32b2d7467b0266e722aa763c9b48cf0df2c802c
parentb8db68155f20ad420ccd3d31821bb79da7e89e7f
A lengthy patch to add the wiretap library. Wiretap is not used by default
because it is still in its infancy, but it can be compiled in optionally.
The library exists in its own subdirectory ethereal/wiretap. This patch also
edits all the packet-*.c files to remove the #include <pcap.h> line which is
unnecessary in these files. In the ethereal code, file.c is the most heavily
modified with #ifdef WITH_WIRETAP lines for the optional library.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@82 f5534014-38df-0310-8fa8-9805f1628bb7
52 files changed:
Makefile.am
Makefile.in
acconfig.h
config.h.in
configure
configure.in
ethereal.c
ethertype.c
file.c
file.h
menu.c
packet-aarp.c
packet-arp.c
packet-atalk.c
packet-bootp.c
packet-data.c
packet-dns.c
packet-eth.c
packet-fddi.c
packet-ip.c
packet-ipv6.c
packet-ipx.c
packet-llc.c
packet-lpd.c
packet-nbipx.c
packet-nbns.c
packet-ncp.c
packet-null.c
packet-osi.c
packet-ppp.c
packet-raw.c
packet-tr.c
packet-trmac.c
packet-vines.c
packet.c
wiretap/AUTHORS [new file with mode: 0644]
wiretap/COPYING [new file with mode: 0644]
wiretap/ChangeLog [new file with mode: 0644]
wiretap/INSTALL [new file with mode: 0644]
wiretap/Makefile.am [new file with mode: 0644]
wiretap/Makefile.in [new file with mode: 0644]
wiretap/NEWS [new file with mode: 0644]
wiretap/README [new file with mode: 0644]
wiretap/buffer.c [new file with mode: 0644]
wiretap/buffer.h [new file with mode: 0644]
wiretap/configure.in [new file with mode: 0644]
wiretap/debug.h [new file with mode: 0644]
wiretap/file.c [new file with mode: 0644]
wiretap/ngsniffer.c [new file with mode: 0644]
wiretap/ngsniffer.h [new file with mode: 0644]
wiretap/wtap.c [new file with mode: 0644]
wiretap/wtap.h [new file with mode: 0644]