summaryrefslogtreecommitdiff
path: root/bin/src/packet
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-05 23:08:09 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-05 23:08:09 -0400
commitbb85374b79086cd8efde24d23a1bffeb97cae26b (patch)
treea36e2df6a89e567822820ac110afec6a13eacbf6 /bin/src/packet
parentfinish dns and start webserver (diff)
downloadwrapper-bb85374b79086cd8efde24d23a1bffeb97cae26b.tar.gz
wrapper-bb85374b79086cd8efde24d23a1bffeb97cae26b.tar.bz2
wrapper-bb85374b79086cd8efde24d23a1bffeb97cae26b.zip
new c version
Diffstat (limited to 'bin/src/packet')
-rw-r--r--bin/src/packet/buffer.obin0 -> 6720 bytes
-rw-r--r--bin/src/packet/header.obin0 -> 2480 bytes
-rw-r--r--bin/src/packet/packet.obin0 -> 4656 bytes
-rw-r--r--bin/src/packet/question.obin0 -> 5176 bytes
-rw-r--r--bin/src/packet/record.obin0 -> 12680 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/bin/src/packet/buffer.o b/bin/src/packet/buffer.o
new file mode 100644
index 0000000..189d786
--- /dev/null
+++ b/bin/src/packet/buffer.o
Binary files differ
diff --git a/bin/src/packet/header.o b/bin/src/packet/header.o
new file mode 100644
index 0000000..9754cda
--- /dev/null
+++ b/bin/src/packet/header.o
Binary files differ
diff --git a/bin/src/packet/packet.o b/bin/src/packet/packet.o
new file mode 100644
index 0000000..9cac77a
--- /dev/null
+++ b/bin/src/packet/packet.o
Binary files differ
diff --git a/bin/src/packet/question.o b/bin/src/packet/question.o
new file mode 100644
index 0000000..834a579
--- /dev/null
+++ b/bin/src/packet/question.o
Binary files differ
diff --git a/bin/src/packet/record.o b/bin/src/packet/record.o
new file mode 100644
index 0000000..986a54d
--- /dev/null
+++ b/bin/src/packet/record.o
Binary files differ