mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-23 08:48:37 +03:00
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:
11
at91sam7/host/simtrace.h
Normal file
11
at91sam7/host/simtrace.h
Normal 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
|
||||
Reference in New Issue
Block a user