Sha256: 68395145e61716110bcda9814c5b1fa3b399c2302b758980a64c96404aa5b312

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

/*
 * rubyipq v0.1.0
 * Ruby bindings for Netfilter's libipq.
 *
 * Copyright (c) 2005 Leonardo Eloy
 * Author: Leonardo Eloy <l.eloy@terra.com.br/leonardo.eloy@gmail.com>
 * Project Homepage: http://rubyipq.rubyforge.org
 *
 *
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#include "ruby.h"
#include "util.h"

#include "rubyipq_proto.h"
#include "rubyipq_defs.h"

#include <stdio.h>

/* Needed for __u32_to_str() */
#define DECIMAL_BYTE_VALUE      255

#define DEFAULT_BUFFER_SIZE	2048

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyipq-0.1.0-i686-linux rubyipq.h