diff --git a/README.md b/README.md index 118412a..e228c6c 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ To see the parsed result of the packet, clone the repo and : To view in the browser, open `index.html` in your browser and look at the console output. -The raw packet that is parsed has also been saved as `./data`, if you would like to look at it. +The raw packet that is parsed has also been saved as `./data.udp.bin`, if you would like to look at it to parse it some other way. diff --git a/data.dns.bin b/data.dns.bin new file mode 100644 index 0000000..9b3aae2 Binary files /dev/null and b/data.dns.bin differ diff --git a/data b/data.pcap similarity index 100% rename from data rename to data.pcap diff --git a/data.udp.bin b/data.udp.bin new file mode 100644 index 0000000..c228932 Binary files /dev/null and b/data.udp.bin differ