|
The Assimilation Monitoring Project
|
Implements basic stupid-level dumping capabilities for the server side of things. More...
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <ctype.h>#include <glib.h>#include <lldp.h>#include <server_dump.h>
Go to the source code of this file.
Functions | |
| WINEXPORT gboolean | is_all_ascii (const void *vmem, const void *vend) |
| return TRUE if this memory is all printable ASCII More... | |
| void | dump_mem (const void *vstart, const void *vend) |
| Dump out memory. More... | |
Implements basic stupid-level dumping capabilities for the server side of things.
This file is part of the Assimilation Project.
The Assimilation software 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 the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file dump.c.
| void dump_mem | ( | const void * | vstart, |
| const void * | vend | ||
| ) |
Dump out memory.
Definition at line 60 of file dump.c.
References is_all_ascii().
Referenced by dump_cdp_packet(), dump_lldp_packet(), and main().


| WINEXPORT gboolean is_all_ascii | ( | const void * | vmem, |
| const void * | vend | ||
| ) |
return TRUE if this memory is all printable ASCII
Definition at line 36 of file dump.c.
Referenced by dump_mem().
