Interface SnifferLogFilter


public interface SnifferLogFilter
Specify whether received packets should be logged anyway even if received packet logging is disabled. Plugins that wish to force certain packets to be logged (such as telecommands) can implement this interface and register their filter with the SnifferDataModel. Note this cannot prevent packets from being logged if the user has specified all received packets should be logged.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicate whether the passed frame (with any decoded data in it) should be logged even if YAAC.isLogAPRS() says not to log received packets.
  • Method Details

    • recordAnyways

      boolean recordAnyways(AX25Frame frame)
      Indicate whether the passed frame (with any decoded data in it) should be logged even if YAAC.isLogAPRS() says not to log received packets.
      Parameters:
      frame - AX25Frame to be tested
      Returns:
      boolean true if frame should be logged, false otherwise