MODULE ACCOUNTING IDENT "ACCOUNTING-1-X"; {++ { Facility: { { { Abstract: { { { Author: { Ruslan R. Laishev { { Creation Date: 3-SEP-2001 { { Modification History: {-- AGGREGATE accountingPDU STRUCTURE; version BYTE UNSIGNED; type BYTE UNSIGNED; flags BYTE UNSIGNED; reserved BYTE UNSIGNED; payload_length LONGWORD UNSIGNED; port LONGWORD UNSIGNED; reporterIP LONGWORD UNSIGNED; END accountingPDU; AGGREGATE FTPaccounting_data STRUCTURE; header accountingPDU; start_time LONGWORD UNSIGNED DIMENSION 2; end_time LONGWORD UNSIGNED DIMENSION 2; datasent LONGWORD UNSIGNED; datarecv LONGWORD UNSIGNED; filessent LONGWORD UNSIGNED; filesrecv LONGWORD UNSIGNED; partnerIP LONGWORD UNSIGNED; user BYTE UNSIGNED DIMENSION 12; END FTPaccounting_data; AGGREGATE SMTPaccounting_data STRUCTURE; header accountingPDU; date LONGWORD UNSIGNED DIMENSION 2; msg_size LONGWORD UNSIGNED; from_str_size LONGWORD UNSIGNED; to_str_size LONGWORD UNSIGNED; from_to_str BYTE UNSIGNED DIMENSION 1; END SMTPaccounting_data; END_MODULE ACCOUNTING;