Contents

TECDisposeSniffer

Disposes of a sniffer object.

Declaration

OSStatus TECDisposeSniffer(TECSnifferObjectRef encodingSniffer);

Parameters

  • encodingSniffer:

    The sniffer object reference you want to remove.

Return Value

A resultcode. See Result Codes.

Discussion

This function releases all memory allocated to the snifferobject created by the TECCreateSniffer function.

See Also

Using Sniffers to Investigate Encodings