File: debug.h

package info (click to toggle)
vic 2.8ucl4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,864 kB
  • ctags: 9,033
  • sloc: ansic: 56,989; cpp: 44,560; tcl: 5,550; sh: 1,382; perl: 1,329; makefile: 357
file content (11 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#ifndef DEBUG_H
#define DEBUG_H

#include "internal.h"

extern void HexPrint(unsigned char *theBytes, int count);
extern void PrintRcapHeader(RcapHeader *theRcapHeader);
extern void PrintRmtpHeaderRecord(RmtpHeaderRecord *theRmtpHeaderRecord);
extern void PrintRcapInternetNSR(RcapInternetNSR *theRcapInternetNSR);

#endif