Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optionally mark sent packet as rdpInspectorInternals #9

Merged
merged 1 commit into from
Jul 10, 2015

Conversation

rpl
Copy link
Member

@rpl rpl commented Jun 29, 2015

Changes needed by RDP Inspector to be able to filter out RDP packets needed by the tools itself (firebug/rdp-inspector#55), by optionally mark RDP packets used to register custom global / tab actors as rdpInspectorInternals.


// NOTE: the following option asks firebug.sdk to mark custom actors registering RDP packets
// as rdpInspectorInternals (which helps to filter out them from the packet list)
if (options.rdpInspectorInternals) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@janodvarko I'm not sure this is the best solution (because it is specific to the rdp-inspector and it sounds a bit out of scope inside the firebug.sdk).

I can turn this into a more generic options.customAttributes (which, if specified, will be merged into the json RDP packet), how it sounds to you?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, customAttributes sounds better.

Also, we could try to use "getTab" packets instead of "listTabs" when possible and keep backward compatibility (not sure when "getTab" has bee introduced). Can be a follow-up.

Honza

@rpl rpl force-pushed the feature/help-filtering-rdpi-packets branch 2 times, most recently from 44b6369 to 23c4f1b Compare June 30, 2015 15:06
@rpl
Copy link
Member Author

rpl commented Jun 30, 2015

@janodvarko I've created the related change in the rdp-inspector as firebug/rdp-inspector#58, but that pull request travis-ci build should fail until we release this change on npm.

how about releasing it as 0.6.0?

@rpl rpl force-pushed the feature/help-filtering-rdpi-packets branch from 23c4f1b to 86a8ef5 Compare July 9, 2015 10:50
@rpl
Copy link
Member Author

rpl commented Jul 9, 2015

@janodvarko I've just rebased this PR to the new master, once merged and released, I'm going to rebase and update the firebug/rdp-inspector#58 accordingly (with the updated the firebug.sdk dependency in the RDPi's package.json to the new version, e.g. 0.6.2)

janodvarko added a commit that referenced this pull request Jul 10, 2015
optionally mark sent packet as rdpInspectorInternals
@janodvarko janodvarko merged commit 1c2378c into firebug:master Jul 10, 2015
@janodvarko
Copy link
Member

Excellent

Honza

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants