[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

8. Output Syntax

Syntax for majority of Impost output:
 
<type> <data>

Main output types:

 
	    .i <data>         General information
	    .c <data>         Notice or result when checking data
	    .g <data>         Guessed value or information
	    .s <info>         Alternative setting notice
	     - <info>         Comment or related information to previous
	                       message
	    .. <info>         Packet information
	    !! <error>        Error message
	    de <info>         Debugging information

Other output types:

  1. I/O socket communication

     
    .io <send/recv>(fd=<socket>,size=<bytes>): <message>
    

  2. Hexidecimal table output

     
    .hd<fd> Hex: <hex string> Ascii: <ascii>
    

Normally the first two lines and the Exiting message are the only things outputted by Impost that does not fit into any of the above output types.

This information was put together for developers of third-party sofware that wish to incorporate Impost. (ie., front-end, etc.)


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by ziplock on August, 13 2004 using texi2html