Skip to content
Snippets Groups Projects
Commit 22f177a5 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

typo fixed

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.8
parent 9f3d105f
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ class protocol ...@@ -179,7 +179,7 @@ class protocol
m->arcount); m->arcount);
m->rd=(m->c1>>7)&1; m->rd=(m->c1>>7)&1;
m->tc=(m->c1>>6)&1; m->tc=(m->c1>>6)&1;
m->tc=(m->c1>>5)&1; m->aa=(m->c1>>5)&1;
m->opcode=(m->c1>>1)&15; m->opcode=(m->c1>>1)&15;
m->qr=m->c1&1; m->qr=m->c1&1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment