back

filtering_features

The filtering_features JSON section could be a part of both request and response. As a part of a request it configures the device hardware capturing and as a part of a response it returns the current configuration stored in the hardware.

This section could be absent in the earlier versions of profishark. To check whether to include this section in the saveProfishark request call the getProfisharks end point first. If you see this section in the response of getProfisharks that means that this feature (section) is supported.

"filtering_features": { // this is optional
                        // see the `filtering_features` section documentation
     "packet_types": [ { "name" : packet_type_str, "enable" : boolean }, ... ]
}

##### Notes

This section could be a part of the following end point JSONs: