diff --git a/README.md b/README.md index e3410c4..4eb3400 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ To verify the server functions properly, the following tools may be used: * `stunclient` package from [stunprotocol.org](stunprotocol.org). *Note: the server will report an error due to stunclient sending additional attributes not recognized by this implementation* + +Testings results are also recorded as Wireshark captures and are found in [pcaps](this directory). diff --git a/pcaps/local/icetest-udp-ipv4.pcapng b/pcaps/local/icetest-udp-ipv4.pcapng new file mode 100644 index 0000000..ac8b4f8 Binary files /dev/null and b/pcaps/local/icetest-udp-ipv4.pcapng differ diff --git a/pcaps/local/icetest-udp-ipv6.pcapng b/pcaps/local/icetest-udp-ipv6.pcapng new file mode 100644 index 0000000..db0e044 Binary files /dev/null and b/pcaps/local/icetest-udp-ipv6.pcapng differ diff --git a/pcaps/local/stunclient-tcp.pcapng b/pcaps/local/stunclient-tcp.pcapng new file mode 100644 index 0000000..0cc6be6 Binary files /dev/null and b/pcaps/local/stunclient-tcp.pcapng differ diff --git a/pcaps/local/stunclient-udp.pcapng b/pcaps/local/stunclient-udp.pcapng new file mode 100644 index 0000000..243eb1e Binary files /dev/null and b/pcaps/local/stunclient-udp.pcapng differ diff --git a/pcaps/local/webrtc-trickle-ice-udp-ipv4.pcapng b/pcaps/local/webrtc-trickle-ice-udp-ipv4.pcapng new file mode 100644 index 0000000..60aa741 Binary files /dev/null and b/pcaps/local/webrtc-trickle-ice-udp-ipv4.pcapng differ diff --git a/pcaps/local/webrtc-trickle-ice-udp-ipv6.pcapng b/pcaps/local/webrtc-trickle-ice-udp-ipv6.pcapng new file mode 100644 index 0000000..b02dabf Binary files /dev/null and b/pcaps/local/webrtc-trickle-ice-udp-ipv6.pcapng differ diff --git a/pcaps/remote/icetest-udp-ipv4.pcapng b/pcaps/remote/icetest-udp-ipv4.pcapng new file mode 100644 index 0000000..a9b1f7b Binary files /dev/null and b/pcaps/remote/icetest-udp-ipv4.pcapng differ diff --git a/pcaps/remote/webrtc-trickle-ice-udp-ipv4.pcapng b/pcaps/remote/webrtc-trickle-ice-udp-ipv4.pcapng new file mode 100644 index 0000000..1e44293 Binary files /dev/null and b/pcaps/remote/webrtc-trickle-ice-udp-ipv4.pcapng differ