Projects STRLCPY CatSniffer Commits 4c3f3c3b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    firmware/pycatsniffer/README.md
    skipped 35 lines
    36 36  `sudo python pycatsniffer.py -d -f /tmp/ccsniffpiper`
    37 37   
    38 38   
    39  - 
    40 39  Run Wireshark
    41 40  -------------
    42 41  To receive the packets from **pycatsniffer** you need to use Wireshark to start a capture using a FIFO file as the 'interface'. By default, **pycatsniffer** will use `/tmp/ccsniffpiper`.
    skipped 1 lines
    44 43  To setup Wireshark correctly, perform the following steps:
    45 44   * Go to Capture -> options -> Manage Interfaces -> New (under Pipes) -> type `/tmp/ccsniffpiper` and save.
    46 45   * The pipe will then appear as an interface. Start a capture on it.
    47  - 
    48  -Additional settings that might be important include:
    49  - * Open Wireshark's preferences and select 'TI CC24xx FCS format' under Protocols -> IEEE 802.15.4.
    50  - * Enable/disable the protocols you need.
    51 46   
    52 47   
    53  -TI's Packet Sniffer Payload Definition
     48 +General packet format
    54 49  ======================================
    55  -This is just documentation of the packet format from the TI firmware on CatSniffer.
     50 +This is just * **[documentation](https://software-dl.ti.com/lprf/packet_sniffer_2/docs/user_guide/html/sniffer_fw/firmware/command_interface.html)** of the packet format from the TI firmware on CatSniffer.
    56 51   
    57  -General packet format
    58 52  The UART packet format is shown in the table below.
    59 53   
    60 54   0 1 2 3 4 5 6 7 -2 -1 EOF
    skipped 14 lines
Please wait...
Page is in error, reload to recover