User's Manual
Table Of Contents
- 7. Display Options
- 8. Reading a CATC Trace
- 8.1 Trace View Features
- 8.2 Interpreting the Displayed Information
- 8.3 Tooltips
- 8.4 Set Marker
- 8.5 Edit or Clear Marker
- 8.6 Adding Comments to a Trace File
- 8.7 Expanded and Collapsed Data Formats
- 8.8 Hide Frequency Hops
- 8.9 Hide Nulls and Polls
- 8.10 Menus in Clicked Fields
- 8.11 Hide Unassociated Traffic
- 8.12 Hide Channel
- 8.13 Hide Duplicated Traffic
- 9. Searching Traces
- 10. Decoding Protocols
- 10.1 Introduction
- 10.2 LMP and L2CAP Messages
- 10.3 Decoding and Viewing Higher Protocol Data
- 10.4 Tooltips
- 10.5 Viewing Packets in LMP and L2CAP Messages
- 10.6 Types of LMP and L2CAP Messages
- 10.7 Viewing L2CAP Channel Connections
- 10.8 Viewing Protocol Messages and Transactions
- 10.9 Decoding via the Profiles Toolbar
- 10.10 Changing Protocol Assignments
- 10.11 Encryption
- 10.12 Re-applying Encryption Settings
- 11. Reports & Exporting Data
- Appendix A: Merlin II Clock Calibration
- How to Contact CATC
- Limited Hardware Warranty
121
Merlin II Protocol Analyzer User’s ManualCATC SW Version 2.30
Searching for Bit Patterns
You search for a bit pattern by using the box labeled Bitmask. Enter one of
the three following values:
• X = 'Don't care,'
• 0 = 'Match a 0',
• 1 = 'Match a 1.'
Example -- xxxxxx01 means 'Look for a data pattern where the first 6 bits
can be any value but the last two bits must be 01.'
Searching for Long Patterns
You can search for long pattern sequences by entering patterns into multiple
rows within the editor. Entering a pattern on one row and skipping several
rows before entering the second pattern tells Merlin II to search for the
entire pattern between the two specified rows.
Example - Enter xxxxxx01 in row 1 and 11xxxxxx in row 2. This pattern
means 'Look for the pattern xxxxxx0111xxxxxx.'
Example - If you enter xxxxxx01 into row 0 and
11xxxxxx into row 4, it means 'Look for the pattern
xxxxxx01 xxxxxxxx xxxxxxxx xxxxxxxx
11xxxxxx.'
Searching for Hexadecimal Patterns
The columns marked Match and Mask allow you
to specify a pattern in hex. You enter the pattern
you want to match in the column marked Match,
and enter the mask in the column marked Mask. The Mask column allows
you to specify which bits you are searching for.
Example - A Match of 03 and a Mask of '0F' tells Merlin II that you are
looking for the hex pattern of 03 occurring in the last four bits of the pattern.
If you enter these values in the Match and Mask columns, the Bitmask
section will automatically display the equivalent bit values: XXXX0011.
Union, Intersection, and Exclusion
If you select multiple events, you will need to use the options Union or
Intersection to conduct the search.
Union is used to search for any selected event: "Find x or y." Union lets
you tell the analyzer to search the trace for any of any of the selected items.