Esempio n. 1
0
void
ocdumppacket(char* memory, int len, int bod)
{
    dumpmemory0(memory,len,1,bod);
}
Esempio n. 2
0
void
ocdumpmemory(char* memory, int len, int bod)
{
    dumpmemory0(memory,len,0,bod);
}
Esempio n. 3
0
void
ocdumpmemory(char* memory, int len)
{
    dumpmemory0(memory,len,0,0);
}