Cisco Cisco IPICS Dispatch Console Licensing Information

Page of 3129
             Open Source Used In Cisco DFSI Gateway 4.9(2)                                                                                                                                   
1756
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/*
* tracepath.c
*
*This program is free software; you can redistribute it and/or
*modify it under the terms of the GNU General Public License
*as published by the Free Software Foundation; either version
*2 of the License, or (at your option) any later version.
*
* Authors:Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
/*
* tracepath6.c
*
*This program is free software; you can redistribute it and/or
*modify it under the terms of the GNU General Public License
*as published by the Free Software Foundation; either version
*2 of the License, or (at your option) any later version.
*
* Authors:Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
/*
*      Modified for NRL 4.4BSD IPv6 release.
*      07/31/96 bgp
*
*      Search for "#ifdef NRL" to find the changes.
*/
 
/*
*Modified for Linux IPv6 by Pedro Roque <roque@di.fc.ul.pt>
*31/07/1996
*
*As ICMP error messages for IPv6 now include more than 8 bytes
*UDP datagrams are now sent via an UDP socket instead of magic
*RAW socket tricks.
*
*Original copyright and comments left intact. They might not
*match the code anymore.
*/
 
/*-
* Copyright (c) 1990, 1993
*The Regents of the University of California.  All rights reserved.
*