!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/drivers/net/hamradio/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mkiss.h (2.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/****************************************************************************
 *    Defines for the Multi-KISS driver.
 ****************************************************************************/

#define AX25_MAXDEV    16        /* MAX number of AX25 channels;
                       This can be overridden with
                       insmod -oax25_maxdev=nnn    */
#define AX_MTU        236    

/* SLIP/KISS protocol characters. */
#define END             0300        /* indicates end of frame    */
#define ESC             0333        /* indicates byte stuffing    */
#define ESC_END         0334        /* ESC ESC_END means END 'data'    */
#define ESC_ESC         0335        /* ESC ESC_ESC means ESC 'data'    */

struct ax_disp {
    int                magic;

    /* Various fields. */
    struct tty_struct  *tty;        /* ptr to TTY structure        */
    struct net_device      *dev;        /* easy for intr handling    */
    struct ax_disp     *mkiss;        /* mkiss txport if mkiss channel*/

    /* These are pointers to the malloc()ed frame buffers. */
    unsigned char      *rbuff;        /* receiver buffer        */
    int                rcount;        /* received chars counter       */
    unsigned char      *xbuff;        /* transmitter buffer        */
    unsigned char      *xhead;        /* pointer to next byte to XMIT */
    int                xleft;        /* bytes left in XMIT queue     */

    /* SLIP interface statistics. */
    unsigned long      rx_packets;        /* inbound frames counter    */
    unsigned long      tx_packets;        /* outbound frames counter      */
    unsigned long      rx_errors;        /* Parity, etc. errors          */
    unsigned long      tx_errors;        /* Planned stuff                */
    unsigned long      rx_dropped;        /* No memory for skb            */
    unsigned long      tx_dropped;        /* When MTU change              */
    unsigned long      rx_over_errors;    /* Frame bigger then SLIP buf.  */

    /* Detailed SLIP statistics. */
    int                 mtu;        /* Our mtu (to spot changes!)   */
    int                 buffsize;        /* Max buffers sizes            */


    unsigned long   flags;        /* Flag values/ mode etc    */
                    /* long req'd: used by set_bit --RR */
#define AXF_INUSE    0        /* Channel in use               */
#define AXF_ESCAPE    1               /* ESC received                 */
#define AXF_ERROR    2               /* Parity, etc. error           */
#define AXF_KEEPTEST    3        /* Keepalive test flag        */
#define AXF_OUTWAIT    4        /* is outpacket was flag    */

    int                 mode;
        int                 crcmode;    /* MW: for FlexNet, SMACK etc.  */ 
#define CRC_MODE_NONE   0
#define CRC_MODE_FLEX   1
#define CRC_MODE_SMACK  2
};

#define AX25_MAGIC        0x5316
#define MKISS_DRIVER_MAGIC    1215

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0212 ]--