Prechádzať zdrojové kódy

snmpstats Update header, remove SVN $id$ and fix some doxygen

Olle E. Johansson 10 rokov pred
rodič
commit
9f97c5e577
38 zmenil súbory, kde vykonal 33 pridanie a 250 odobranie
  1. 2 7
      modules/snmpstats/alarm_checks.c
  2. 0 6
      modules/snmpstats/alarm_checks.h
  3. 2 7
      modules/snmpstats/hashTable.c
  4. 0 5
      modules/snmpstats/hashTable.h
  5. 1 5
      modules/snmpstats/interprocess_buffer.c
  6. 0 5
      modules/snmpstats/interprocess_buffer.h
  7. 7 4
      modules/snmpstats/kamailioNet.c
  8. 0 4
      modules/snmpstats/kamailioNet.h
  9. 8 4
      modules/snmpstats/kamailioNetConfig.c
  10. 9 5
      modules/snmpstats/kamailioServer.c
  11. 0 4
      modules/snmpstats/kamailioServer.h
  12. 0 8
      modules/snmpstats/snmpMIBNotifications.c
  13. 0 5
      modules/snmpstats/snmpMIBNotifications.h
  14. 0 2
      modules/snmpstats/snmpObjects.c
  15. 0 6
      modules/snmpstats/snmpObjects.h
  16. 0 11
      modules/snmpstats/snmpSIPCommonObjects.c
  17. 0 6
      modules/snmpstats/snmpSIPCommonObjects.h
  18. 0 2
      modules/snmpstats/snmpSIPContactTable.c
  19. 0 10
      modules/snmpstats/snmpSIPContactTable.h
  20. 0 8
      modules/snmpstats/snmpSIPMethodSupportedTable.c
  21. 0 10
      modules/snmpstats/snmpSIPMethodSupportedTable.h
  22. 0 8
      modules/snmpstats/snmpSIPPortTable.c
  23. 0 8
      modules/snmpstats/snmpSIPPortTable.h
  24. 0 6
      modules/snmpstats/snmpSIPRegUserLookupTable.c
  25. 0 11
      modules/snmpstats/snmpSIPRegUserLookupTable.h
  26. 0 6
      modules/snmpstats/snmpSIPRegUserTable.c
  27. 0 11
      modules/snmpstats/snmpSIPRegUserTable.h
  28. 0 11
      modules/snmpstats/snmpSIPServerObjects.c
  29. 0 9
      modules/snmpstats/snmpSIPServerObjects.h
  30. 0 9
      modules/snmpstats/snmpSIPStatusCodesTable.c
  31. 0 8
      modules/snmpstats/snmpSIPStatusCodesTable.h
  32. 2 7
      modules/snmpstats/snmpstats.c
  33. 0 6
      modules/snmpstats/snmpstats.h
  34. 0 6
      modules/snmpstats/snmpstats_globals.h
  35. 1 5
      modules/snmpstats/sub_agent.c
  36. 0 5
      modules/snmpstats/sub_agent.h
  37. 1 5
      modules/snmpstats/utilities.c
  38. 0 5
      modules/snmpstats/utilities.h

+ 2 - 7
modules/snmpstats/alarm_checks.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,18 +20,15 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 
- * This file groups together alarm checking and handling
  */
 
 /*!
  *\file
  * \brief SNMP statistic module
+ * This file groups together alarm checking and handling
  * \ingroup snmpstats
  * - Module: \ref snmpstats
+ * \author jmagder
  */
 
 #include <signal.h>

+ 0 - 6
modules/snmpstats/alarm_checks.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,10 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- *
  * This file groups together alarm checking and handling
  */
 

+ 2 - 7
modules/snmpstats/hashTable.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,16 +20,13 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- *
- * Hash Stuff;
  */
 
 /*!
  * \file
  * \brief SNMP statistic module, hash table
+ * Hash Stuff;
+ * \author jmagder
  *
  * For an overview of its structures, please see hashTable.h
  *

+ 0 - 5
modules/snmpstats/hashTable.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,9 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  */
 
 /*!

+ 1 - 5
modules/snmpstats/interprocess_buffer.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,14 +20,12 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  */
 
 /*!
  * \file
  * \brief SNMP statistic module, interprocess buffer
+ * \author jmagder
  *
  * This file implements the interprocess buffer, used for marshalling data
  * exchange from the usrloc module to the kamailioSIPRegUserTable,

+ 0 - 5
modules/snmpstats/interprocess_buffer.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,9 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  */
 
 /*!

+ 7 - 4
modules/snmpstats/kamailioNet.c

@@ -22,13 +22,16 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2013-03-24 initial version (oej)
- * 
  * Note: this file originally auto-generated by mib2c 
  *
  */
+/*!
+ *\file
+ * \brief Network statistics
+ * \ingroup snmpstats
+ * - Module: \ref snmpstats
+ * \author oej
+ */
 
 #include <net-snmp/net-snmp-config.h>
 #include <net-snmp/net-snmp-includes.h>

+ 0 - 4
modules/snmpstats/kamailioNet.h

@@ -22,10 +22,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2013-04-01 initial version (oej)
- * 
  * Note: this file originally auto-generated by mib2c 
  *
  */

+ 8 - 4
modules/snmpstats/kamailioNetConfig.c

@@ -22,13 +22,17 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2013-04-01 initial version (oej)
- * 
  * Note: this file originally auto-generated by mib2c 
  *
  */
+/*!
+ *\file
+ * \brief SNMP network statistics
+ * This file groups together alarm checking and handling
+ * \ingroup snmpstats
+ * - Module: \ref snmpstats
+ * \author oej
+ */
 
 #include <net-snmp/net-snmp-config.h>
 #include <net-snmp/net-snmp-includes.h>

+ 9 - 5
modules/snmpstats/kamailioServer.c

@@ -1,5 +1,4 @@
 /*
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -25,13 +24,18 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2013-03-24 initial version (oej)
- * 
  * Note: this file originally auto-generated by mib2c 
  *
  */
+/*!
+ *\file
+ * \brief SNMP statistic module
+ * This file groups together alarm checking and handling
+ * \ingroup snmpstats
+ * - Module: \ref snmpstats
+ * \author jmagder
+ * \author Olle E. Johansson ([email protected])
+ */
 
 #include <net-snmp/net-snmp-config.h>
 #include <net-snmp/net-snmp-includes.h>

+ 0 - 4
modules/snmpstats/kamailioServer.h

@@ -24,10 +24,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2013-03-24 initial version (oej)
- * 
  * Note: this file originally auto-generated by mib2c 
  *
  */

+ 0 - 8
modules/snmpstats/snmpMIBNotifications.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,12 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
  * Note: this file originally auto-generated by mib2c using
  *        : mib2c.notify.conf,v 5.3 2004/04/15 12:29:19 dts12 Exp $
  *

+ 0 - 5
modules/snmpstats/snmpMIBNotifications.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,9 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  * 
  * Note: this file originally auto-generated by mib2c using
  *        : mib2c.notify.conf,v 5.3 2004/04/15 12:29:19 dts12 Exp $

+ 0 - 2
modules/snmpstats/snmpObjects.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])

+ 0 - 6
modules/snmpstats/snmpObjects.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,10 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 
  * Note: this file originally auto-generated by mib2c using
  *        : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
  *

+ 0 - 11
modules/snmpstats/snmpSIPCommonObjects.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,15 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
- * Note: this file originally auto-generated by mib2c using
- *        : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
- *
  * This file defines all registration and handling of all scalars defined in the
  * KAMAILIO-SIP-COMMON-MIB.  Please see KAMAILIO-SIP-COMMON-MIB for the complete
  * descriptions of the individual scalars.

+ 0 - 6
modules/snmpstats/snmpSIPCommonObjects.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,10 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 
  * Note: this file originally auto-generated by mib2c using
  *        : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
  *

+ 0 - 2
modules/snmpstats/snmpSIPContactTable.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])

+ 0 - 10
modules/snmpstats/snmpSIPContactTable.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,14 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
- * Note: this file was originally auto-generated by mib2c using
- * mib2c.array-user.conf
  *
  * This file contains the implementation of the kamailioSIPContact Table.  For a
  * full description of this structure, please see the KAMAILIO-SIP-SERVER-MIB.

+ 0 - 8
modules/snmpstats/snmpSIPMethodSupportedTable.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,12 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 
- * Originally Generated with mib2c using mib2c.array-user.conf
- *
  * The file implements the kamailioSIPMethodSupportedTable.  The table is
  * populated by looking to see which modules are loaded, and guessing what SIP
  * Methods they  provide.  It is quite possible that this initial implementation

+ 0 - 10
modules/snmpstats/snmpSIPMethodSupportedTable.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,14 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
- * Originally Generated with Mib2c using mib2c.array-user.conf.
- * 
  * This file defines the prototypes used to define the
  * kamailioSIPMethodSupportedTable.  For full details, please see the
  * KAMAILIO-SIP-COMMON-MIB.

+ 0 - 8
modules/snmpstats/snmpSIPPortTable.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -25,12 +23,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2013-02-24 Added SCTP support (oej)
- * 2013-04-07 Added IPv6 support (oej)
- * 
  * Originally Generated with mib2c using mib2c.array-user.conf
  *
  * This file implements the kamailioSIPPortTable.  For a full description of the table,

+ 0 - 8
modules/snmpstats/snmpSIPPortTable.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,12 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
  * Originally Generated with Mib2c using mib2c.array-user.conf.
  *
  * This file defines the kamailioSIPPortTable prototypes.  For a full description

+ 0 - 6
modules/snmpstats/snmpSIPRegUserLookupTable.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,10 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 
  * Note: this file originally auto-generated by mib2c using 
  * mib2c.array-user.conf
  *

+ 0 - 11
modules/snmpstats/snmpSIPRegUserLookupTable.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,15 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
- * Note: this file originally auto-generated by mib2c using 
- * mib2c.array-user.conf,
- *
  * This file implements the kamailioSIPRegUserLookupTable.  For a full
  * description of the table, please see the KAMAILIO-SIP-SERVER-MIB.
  *

+ 0 - 6
modules/snmpstats/snmpSIPRegUserTable.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,10 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- *
  * Note: this file originally auto-generated by mib2c using
  * mib2c.array-user.conf
  *

+ 0 - 11
modules/snmpstats/snmpSIPRegUserTable.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,15 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
- * Note: this file originally auto-generated by mib2c using
- * mib2c.array-user.conf
- *
  * This file defines the prototypes that implement the kamailioSIPRegUserTable.
  * For a full description of the table, please see the KAMAILIO-SIP-SERVER-MIB.
  *

+ 0 - 11
modules/snmpstats/snmpSIPServerObjects.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,15 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
- * Note: this file originally auto-generated by mib2c using
- *        : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
- *
  * This file implements all scalares defines in the KAMAILIO-SIP-SERVER-MIB.  For
  * a full description of the scalars, please see KAMAILIO-SIP-SERVER-MIB.
  *

+ 0 - 9
modules/snmpstats/snmpSIPServerObjects.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,13 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 
- * Note: this file originally auto-generated by mib2c using
- *        : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
- *
  * This file implements all scalars defined in the KAMAILIO-SIP-SERVER-MIB.  
  * For a full description of the scalars, please see KAMAILIO-SIP-SERVER-MIB.
  *

+ 0 - 9
modules/snmpstats/snmpSIPStatusCodesTable.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,13 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- *
- * Note: this file originally auto-generated by mib2c using
- * mib2c.array-user.conf
- *
  * The file implements the kamailioSIPStatusCodesTable.  For a full description
  * of the table, please see the KAMAILIO-SIP-COMMON-MIB.
  * 

+ 0 - 8
modules/snmpstats/snmpSIPStatusCodesTable.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,12 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2007-02-16 Moved all OID registrations from the experimental branch to 
- *            Kamailio's IANA assigned enterprise branch. (jmagder)
- * 
  * Note: this file originally auto-generated by mib2c using
  * mib2c.array-user.conf
  *

+ 2 - 7
modules/snmpstats/snmpstats.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -24,11 +22,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- * 2013-04-01 updates of the MIB with core memory, tcp stats and much more (oej)
- * 
  * There are some important points to understanding the SNMPStat modules
  * architecture.
  *
@@ -60,6 +53,8 @@
  * \brief SNMP statistic module
  * \ingroup snmpstats
  * - Module: \ref snmpstats
+ * \author Jeffrey Magder ([email protected])
+ * \author Olle E. Johansson ([email protected])
  */
 
 /*!

+ 0 - 6
modules/snmpstats/snmpstats.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -21,10 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
- *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  * 
  * Structure and prototype definitions for the SNMPStats module.
  *

+ 0 - 6
modules/snmpstats/snmpstats_globals.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,10 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
- *
  */
 
 /*!

+ 1 - 5
modules/snmpstats/sub_agent.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,9 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  */
 
 /*!
@@ -35,6 +30,7 @@
  * master agent.
  * \ingroup snmpstats
  * - Module: \ref snmpstats
+ * \author jmagder
  */
 
 

+ 0 - 5
modules/snmpstats/sub_agent.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,9 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  */
 
 /*!

+ 1 - 5
modules/snmpstats/utilities.c

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,9 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  */
 
 /*!
@@ -35,6 +30,7 @@
  * throughout the SNMPStats module, without belonging to any file in particular.
  * \ingroup snmpstats
  * - Module: \ref snmpstats
+ * \author jmagder
  */
 
 #include <stdlib.h>

+ 0 - 5
modules/snmpstats/utilities.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * SNMPStats Module 
  * Copyright (C) 2006 SOMA Networks, INC.
  * Written by: Jeffrey Magder ([email protected])
@@ -22,9 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  *
- * History:
- * --------
- * 2006-11-23 initial version (jmagder)
  */
 
 /*!