A
download hexbuffer.h
Language: C
License: GPL
LOC: 8
Project Info
IPgrab
Server: SourceForge
Type: cvs
...i\ipgrab\ipgrab\IPgrab\src\
   ah.c
   ah.h
   arp.c
   arp.h
   bgp.c
   bgp.h
   cbcp.c
   cbcp.h
   ccp.c
   ccp.h
   chap.c
   chap.h
   datalink.c
   datalink.h
   dhcp.c
   dhcp.h
   display.c
   display.h
   dns.c
   dns.h
   dynports.c
   dynports.h
   error.c
   error.h
   esp.c
   esp.h
   ethernet.c
   ethernet.h
   ethertypes.c
   ethertypes.h
   file.c
   file.h
   ftpctrl.c
   ftpctrl.h
   getopt.c
   getopt.h
   global.h
   gre.c
   gre.h
   hexbuffer.c
   hexbuffer.h
   http.c
   http.h
   iana.c
   iana.h
   icmp.c
   icmp.h
   icmpv6.c
   icmpv6.h
   igmp.c
   igmp.h
   ip.c
   ip.h
   ip_protocols.c
   ip_protocols.h
   ip_services.c
   ip_services.h
   ipcp.c
   ipcp.h
   ipgrab.c
   ipgrab.h
   ipgsnmp.h
   ipv6.c
   ipv6.h
   ipx.c
   ipx.h
   ipxrip.c
   ipxrip.h
   isakmp.c
   isakmp.h
   l2tp.c
   l2tp.h
   layers.c
   layers.h
   lcp.c
   lcp.h
   llc.c
   llc.h
   local.h
   loopback.c
   loopback.h
   Makefile.am
   Makefile.in
   mgcp.c
   mgcp.h
   mobileip.c
   mobileip.h
   mppc.c
   mppc.h
   netbios_ns.c
   netbios_ns.h
   nntp.c
   nntp.h
   ns_labels.c
   ns_labels.h
   open_pcap.c
   open_pcap.h
   ospf.c
   ospf.h
   packet_manip.c
   packet_manip.h
   padding.c
   padding.h
   parse_cl.c
   parse_cl.h
   payload.c
   payload.h
   ppp.c
   ppp.h
   pppoe.c
   pppoe.h
   pptp.c
   pptp.h
   protocols.h
   radius.c
   radius.h
   radius_3gpp2.c
   radius_3gpp2.h
   raw.c
   raw.h
   rip.c
   rip.h
   ripng.c
   ripng.h
   rsip.c
   rsip.h
   rsvp.c
   rsvp.h
   rtcp.c
   rtcp.h
   rtp.c
   rtp.h
   sdp.c
   sdp.h
   sip.c
   sip.h
   slip.c
   slip.h
   slp.c
   slp.h
   snmp.c
   spx.c
   spx.h
   ssh.c
   ssh.h
   state.c
   state.h
   stats.c
   stats.h
   strmap.c
   strmap.h
   tcp.c
   tcp.h
   template.c
   template.h
   tftp.c
   tftp.h
   udp.c
   udp.h
   utilities.c
   utilities.h

/**************************************************************************** 
** File: hexbuffer.h
**
** Author: Mike Borella
**
** Header file for hex buffer manipulation.  The hex buffer holds
** all of the bytes read since the last time the hex buffer was flushed.
** When the hex buffer is flushed, all bytes are displayed in hex and 
** (printable) ascii format to the screen, preceeded by a dotted line.
**
** $Id: hexbuffer.h,v 1.3 2000/08/30 20:23:04 mborella Exp $
**
** 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 Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
**
*****************************************************************************/

#ifndef HEXBUFFER_H
#define HEXBUFFER_H

#include "global.h"
#include "local.h"

inline void hexbuffer_add(u_int8_t *ptr, int length);
inline void hexbuffer_flush(void);
inline void hexbuffer_kill(void);
#endif

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us