arp_request_response.pcap
- arp request
- arp response

udp_dns_request_response.pcap
- dns request
- dns response

test_stream.pcap
- Two tcp packets
- One udp packet
- One udp dns packet
- One arp packet
- One icmp packet

ipv6_icmpv6_packet.pcap - A single ICMPv6 packet

ipv6_http.pcap
- Some ipv6 packets from http communication used by IPv6packetTest.cs to
  verify that the checksums for IPv6 packets are calculated properly

tcp.pcap
- Some arbitrary tcp packets used to test the checksumming code.

tcp_with_extra_bytes.pcap
- A single tcp packet that has 6 extra bytes beyond the zero length tcp packet.
  Allows for testing that TCPPacket.TCPData returns the proper length in odd 
  situations.

ip_packet_bogus_length.pcap
- A single IP packet that has an invalid total length less than the length
  of the header.
