From af3299e9addf78c350d43526658b4d3e7d155f6b Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Wed, 12 Jun 2013 08:05:53 -0300 Subject: [PATCH] Fix exercicio_pgd in protocol documentation. Due to a bug in the parser used for reverse engineering, the field named "exercicio" was appended to the field "exercicio_pgd". --- doc/FORMATO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FORMATO b/doc/FORMATO index d23c2ca..5771993 100644 --- a/doc/FORMATO +++ b/doc/FORMATO @@ -16,7 +16,7 @@ C: (6 bytes) + deflate(hash) id_dec = 0xXX 0xXX 0xXX 0xXX (4) == "hash" da declaracao com 10 digitos decimais exemplo: se "hash" == 1000000000, id_dec == 0x3b 0x9a 0xca 0x00 exercicio = "2012" - exercico_pgd = "20122013" + exercico_pgd = "2013" hash_arq = 16 bytes hash_trans = 16 bytes == hash_arq ni = "00000000000" (CPF em ascii) -- 2.20.1