!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/   drwxr-xr-x
Free 318.34 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     3c527.h (2.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 *    3COM "EtherLink MC/32" Descriptions
 */

/*
 *    Registers
 */
  
#define HOST_CMD        0
#define         HOST_CMD_START_RX   (1<<3)
#define         HOST_CMD_SUSPND_RX  (3<<3)
#define         HOST_CMD_RESTRT_RX  (5<<3)

#define         HOST_CMD_SUSPND_TX  3
#define         HOST_CMD_RESTRT_TX  5


#define HOST_STATUS        2
#define        HOST_STATUS_CRR    (1<<6)
#define        HOST_STATUS_CWR    (1<<5)


#define HOST_CTRL        6
#define        HOST_CTRL_ATTN    (1<<7)
#define     HOST_CTRL_RESET    (1<<6)
#define     HOST_CTRL_INTE    (1<<2)

#define HOST_RAMPAGE        8

#define RX_HALTED (1<<0)
#define TX_HALTED (1<<1)  
#define HALTED (RX_HALTED | TX_HALTED)
#define RUNNING 0

struct mc32_mailbox
{
    u16    mbox __attribute((packed));
    u16    data[1] __attribute((packed));
};

struct skb_header
{
    u8    status __attribute((packed));
    u8    control __attribute((packed));
    u16    next __attribute((packed));    /* Do not change! */
    u16    length __attribute((packed));
    u32    data __attribute((packed));
};

struct mc32_stats
{
    /* RX Errors */
    u32     rx_crc_errors       __attribute((packed));     
    u32     rx_alignment_errors  __attribute((packed));     
    u32     rx_overrun_errors    __attribute((packed));
    u32     rx_tooshort_errors  __attribute((packed));
    u32     rx_toolong_errors   __attribute((packed));
    u32     rx_outofresource_errors  __attribute((packed)); 

    u32     rx_discarded   __attribute((packed));  /* via card pattern match filter */ 

    /* TX Errors */
    u32     tx_max_collisions __attribute((packed)); 
    u32     tx_carrier_errors __attribute((packed)); 
    u32     tx_underrun_errors __attribute((packed)); 
    u32     tx_cts_errors     __attribute((packed)); 
    u32     tx_timeout_errors __attribute((packed)) ;
    
    /* various cruft */
    u32     dataA[6] __attribute((packed));   
        u16    dataB[5] __attribute((packed));   
      u32     dataC[14] __attribute((packed));     
};

#define STATUS_MASK    0x0F
#define COMPLETED    (1<<7)
#define COMPLETED_OK    (1<<6)
#define BUFFER_BUSY    (1<<5)

#define CONTROL_EOP    (1<<7)    /* End Of Packet */
#define CONTROL_EOL    (1<<6)    /* End of List */

#define MCA_MC32_ID    0x0041    /* Our MCA ident */

:: 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.0044 ]--