import the host PC utility for the at91sam7 based sniffer

This program receives the USB messages from the AT91SAM7 and forrwards
them via GSMTAP to wireshark.
This commit is contained in:
Harald Welte
2010-11-18 22:58:56 +01:00
parent f11c508b51
commit 1a37d4095f
9 changed files with 642 additions and 0 deletions

11
at91sam7/host/simtrace.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _SIMTRACE_H
#define _SIMTRACE_H
#define SIMTRACE_USB_VENDOR 0x16c0
#define SIMTRACE_USB_PRODUCT 0x0762
#define SIMTRACE_OUT_EP 0x01
#define SIMTRACE_IN_EP 0x82
#define SIMTRACE_INT_EP 0x83
#endif