]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add in missing files.
authorguy <guy>
Mon, 11 Oct 2004 21:27:43 +0000 (21:27 +0000)
committerguy <guy>
Mon, 11 Oct 2004 21:27:43 +0000 (21:27 +0000)
FILES
INSTALL

diff --git a/FILES b/FILES
index 8e399f164f0026bf3dfc73116e143a78c497df6d..ca9f5f72a044acf8e37d26fdf1b42f181b8661e5 100644 (file)
--- a/FILES
+++ b/FILES
@@ -27,6 +27,8 @@ config.h.in
 config.sub
 configure
 configure.in
+cpack.c
+cpack.h
 decnet.h
 decode_prefix.h
 enc.h
@@ -41,12 +43,14 @@ gmt2local.c
 gmt2local.h
 icmp6.h
 ieee802_11.h
+ieee802_11_radio.h
 igrp.h
 install-sh
 interface.h
 ip.h
 ip6.h
 ipfc.h
+ipproto.c
 ipproto.h
 ipsec_doi.h
 ipx.h
@@ -86,8 +90,11 @@ mkdep
 mpls.h
 nameser.h
 netbios.h
+netdissect.h
 nfs.h
 nfsfh.h
+nlpid.c
+nlpid.h
 ntp.h
 oakley.h
 ospf.h
@@ -97,6 +104,7 @@ oui.h
 packetdat.awk
 parsenfsfh.c
 pcap-missing.h
+pf.h
 ppp.h
 print-802_11.c
 print-ah.c
@@ -119,6 +127,7 @@ print-decnet.c
 print-dhcp6.c
 print-domain.c
 print-dvmrp.c
+print-eap.c
 print-egp.c
 print-enc.c
 print-esp.c
@@ -172,6 +181,7 @@ print-rsvp.c
 print-rt6.c
 print-rx.c
 print-sctp.c
+print-sip.c
 print-sl.c
 print-sll.c
 print-smb.c
diff --git a/INSTALL b/INSTALL
index 8183e1ba66b5c7c581ea40551876ca268adf5998..8ac4f190331c7edc61f00d7a0c679d9c60783844 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-@(#) $Header: /tcpdump/master/tcpdump/Attic/INSTALL,v 1.61 2004-05-27 21:20:49 guy Exp $ (LBL)
+@(#) $Header: /tcpdump/master/tcpdump/Attic/INSTALL,v 1.62 2004-10-11 21:27:43 guy Exp $ (LBL)
 
 If you have not built libpcap, do so first.  See the README
 file in this directory for the ftp location.
@@ -59,10 +59,13 @@ arcnet.h    - ARCNET definitions
 atime.awk      - TCP ack awk script
 atm.h          - ATM traffic type definitions
 atmuni31.h     - ATM Q.2931 definitions
+bgp.h          - BGP declarations
 bootp.h                - BOOTP definitions
 bpf_dump.c     - BPF program printing routines, in case libpcap doesn't
                  have them
 chdlc.h                - Cisco HDLC definitions
+cpack.c                - functions to extract packed data
+cpack.h                - declarations of functions to extract packed data
 config.guess   - autoconf support
 config.h.in    - autoconf input
 config.sub     - autoconf support
@@ -82,16 +85,20 @@ gmt2local.c - time conversion routines
 gmt2local.h    - time conversion prototypes
 icmp6.h                - ICMPv6 definitiions
 ieee802_11.h   - IEEE 802.11 definitions
+ieee802_11_radio.h - radiotap header definitions
 igrp.h         - Interior Gateway Routing Protocol definitions
 install-sh     - BSD style install script
 interface.h    - globals, prototypes and definitions
 ip.h           - IP definitions
 ip6.h          - IPv6 definitions
 ipfc.h         - IP-over-Fibre Channel definitions
+ipproto.c      - IP protocol type value-to-name table
 ipproto.h      - IP protocol type value definitions
 ipsec_doi.h    - ISAKMP packet definitions - RFC2407
 ipx.h          - IPX definitions
 isakmp.h       - ISAKMP packet definitions - RFC2408
+l2vpn.c                - L2VPN encapsulation value-to-name table
+l2vpn.h                - L2VPN encapsulation definitions
 l2tp.h         - Layer Two Tunneling Protocol definitions
 lane.h         - ATM LANE definitions
 lbl/os-*.h     - OS-dependent defines and prototypes
@@ -102,10 +109,15 @@ makemib           - mib to header script
 mib.h          - mib definitions
 missing/*      - replacements for missing library functions
 mkdep          - construct Makefile dependency list
+mpls.h         - MPLS definitions
 nameser.h      - DNS definitions
 netbios.h      - NETBIOS definitions
+netdissect.h   - definitions and declarations for tcpdump-as-library
+                 (under development)
 nfs.h          - Network File System V2 definitions
 nfsfh.h                - Network File System file handle definitions
+nlpid.c                - OSI NLPID value-to-name table
+nlpid.h                - OSI NLPID definitions
 ntp.h          - Network Time Protocol definitions
 oakley.h       - ISAKMP packet definitions - RFC2409
 ospf.h         - Open Shortest Path First definitions
@@ -113,6 +125,7 @@ ospf6.h             - IPv6 Open Shortest Path First definitions
 packetdat.awk  - TCP chunk summary awk script
 parsenfsfh.c   - Network File System file parser routines
 pcap-missing.h - declarations of functions possibly missing from libpcap
+pf.h           - OpenBSD PF definitions
 ppp.h          - Point to Point Protocol definitions
 print-802_11.c - IEEE 802.11 printer routines
 print-ap1394.c - Apple IP-over-IEEE 1394 printer routines
@@ -134,6 +147,7 @@ print-decnet.c      - DECnet printer routines
 print-dhcp6.c  - IPv6 DHCP printer routines
 print-domain.c - Domain Name System printer routines
 print-dvmrp.c  - Distance Vector Multicast Routing Protocol printer routines
+print-eap.c    - EAP printer routines
 print-enc.c    - OpenBSD IPsec encapsulation BPF layer printer routines
 print-egp.c    - External Gateway Protocol printer routines
 print-esp.c    - IPSEC Encapsulating Security Payload printer routines
@@ -158,6 +172,7 @@ print-krb.c - Kerberos printer routines
 print-l2tp.c   - Layer Two Tunneling Protocol printer routines
 print-lane.c   - ATM LANE printer routines
 print-llc.c    - IEEE 802.2 LLC printer routines
+print-lspping.c        - LSPPING printer routines
 print-lwres.c  - Lightweight Resolver protocol printer routines
 print-mobile.c - IPv4 mobility printer routines
 print-mobility.c - IPv6 mobility printer routines
@@ -182,6 +197,7 @@ print-rsvp.c        - Resource reSerVation Protocol (RSVP) printer routines
 print-rt6.c    - IPv6 routing header printer routines
 print-rx.c     - AFS RX printer routines
 print-sctp.c   - Stream Control Transmission Protocol printer routines
+print-sip.c    - SIP printer routines
 print-sl.c     - Compressed Serial Line Internet Protocol printer routines
 print-sll.c    - Linux "cooked" capture printer routines
 print-smb.c    - SMB/CIFS printer routines