Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
public:ipaaca:tools [2017/01/25 11:42] – hbuschme | public:ipaaca:tools [2017/01/25 11:45] (current) – [ipaaca-iu-sniffer] hbuschme |
---|
The IUs/Messages that are printed can be further limited in two ways: | The IUs/Messages that are printed can be further limited in two ways: |
- By specifying the categories to listen to using the argument ''-c CATEGORY [CATEGORY ...]'' (where CATEGORY can also be a regular expression if the switch -r is given as an argument). Examples include: | - By specifying the categories to listen to using the argument ''-c CATEGORY [CATEGORY ...]'' (where CATEGORY can also be a regular expression if the switch -r is given as an argument). Examples include: |
* ''-c asrresults'' – Only listen to IUs/Messages of the category asrresults | * ''-c asrresults'' -- Only listen to IUs/Messages of the category asrresults |
* ''-r -c "asr.*" – Only listen to IUs/Messages of the categories with names that match the regular expression 'asr.*', e.g., "asr", "asrresults", "asrcmds", … | * ''-r -c "asr.*"'' -- Only listen to IUs/Messages of the categories with names that match the regular expression 'asr.', e.g., "asr", "asrresults", "asrcmds", … |
* ''-r -c '^(?!asr).*$''' – Listen to any category _except_ those starting with "asr" | * ''-r -c '^(?!asr).*$''' -- Listen to any category _except_ those starting with "asr" |
- By specifying the event types to listen to using the argument ''-e EVENT-TYPE [EVENT-TYPE ...]'' (chosen from the set LINKSUPDATED UPDATED ADDED RETRACTED COMMITTED DELETED MESSAGE. | - By specifying the event types to listen to using the argument ''-e EVENT-TYPE [EVENT-TYPE ...]'' (chosen from the set ''LINKSUPDATED UPDATED ADDED RETRACTED COMMITTED DELETED MESSAGE''). |