Exemplo de uso da libiptc
Publicado por Andre Luiz da Silva 04/03/2006
[ Hits: 5.738 ]
Homepage: http://localhost
Exemplo basico de uso da libiptc
/* * print_all_rules.c - 11/03/2005 * A very simple libiptc functions test - by AndRack <andrack@gmail.com> * Compile: $gcc -o print_all_rules print_all_rules.c -liptc */ #include <stdio.h> #include <stdlib.h> #include <iptables.h> #include <libiptc/libiptc.h> #define OUTPUT "/dev/stdout" /*#define OUTPUT "/tmp/fw_rules" */ int main(void) { iptc_handle_t table; const struct ipt_entry *rule; char *tables[] = {"filter", "mangle", "nat"}; char *chain; FILE *fp; int n_table; fp = fopen (OUTPUT, "w"); for (n_table = 0; n_table <= 2; ++n_table) { table = iptc_init (tables[n_table]); fprintf (fp, "Table [ %s ] \n", tables[n_table]); chain = (char *) iptc_first_chain (&table); do { fprintf (fp, "%s \n", chain); rule = iptc_first_rule (chain, &table); while (rule) { fprintf (fp, "Counter Packets: %llu \n", rule->counters.pcnt); fprintf (fp, "Counter Bytes: %llu \n", rule->counters.bcnt); fprintf (fp, "INTFACE: %s \n", (strlen (rule->ip.iniface))? rule->ip.iniface: "any"); fprintf (fp, "OUTFACE: %s \n", (strlen (rule->ip.outiface))? rule->ip.outiface: "any"); rule = iptc_next_rule (rule, &table); } chain = (char *) iptc_next_chain (&table); } while (chain); } fclose (fp); return 0; }
Um Classico exercicio de Lógica de Programação
POGRAMA EM C REGISTRO DE CADASTRO ALTERAR E REMOVER CLIENTES PRODUTOS
Pilhas Encadeadas Detalhadamente
Emulador de Chip8 (com gráficos)
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Como renomear arquivos de letras maiúsculas para minúsculas
Imprimindo no formato livreto no Linux
Vim - incrementando números em substituição
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
Não to conseguindo resolver este problemas ao instalar o playonelinux (1)
Excluir banco de dados no xampp (1)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta