[BACK]Return to protocols CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/protocols between version 1.1 and 1.2

version 1.1, 1993/03/21 09:45:37 version 1.2, 1993/11/07 10:19:06
Line 1 
Line 1 
 #  #
 # Internet (IP) protocols  # Internet (IP) protocols
 #  #
 #       @(#)protocols   5.1 (Berkeley) 4/17/89  #       from: @(#)protocols     5.1 (Berkeley) 4/17/89
   #       $Id$
   #
   # Updated for NetBSD based on RFC 1340, Assigned Numbers (July 1992).
 #  #
 ip      0       IP              # internet protocol, pseudo protocol number  ip      0       IP              # internet protocol, pseudo protocol number
 icmp    1       ICMP            # internet control message protocol  icmp    1       ICMP            # internet control message protocol
   igmp    2       IGMP            # Internet Group Management
 ggp     3       GGP             # gateway-gateway protocol  ggp     3       GGP             # gateway-gateway protocol
   ipencap 4       IP-ENCAP        # IP encapsulated in IP (officially ``IP'')
   st      5       ST              # ST datagram mode
 tcp     6       TCP             # transmission control protocol  tcp     6       TCP             # transmission control protocol
 egp     8       EGP             # exterior gateway protocol  egp     8       EGP             # exterior gateway protocol
 pup     12      PUP             # PARC universal packet protocol  pup     12      PUP             # PARC universal packet protocol
Line 13  udp 17 UDP  # user datagram protocol
Line 19  udp 17 UDP  # user datagram protocol
 hmp     20      HMP             # host monitoring protocol  hmp     20      HMP             # host monitoring protocol
 xns-idp 22      XNS-IDP         # Xerox NS IDP  xns-idp 22      XNS-IDP         # Xerox NS IDP
 rdp     27      RDP             # "reliable datagram" protocol  rdp     27      RDP             # "reliable datagram" protocol
   iso-tp4 29      ISO-TP4         # ISO Transport Protocol class 4
   xtp     36      XTP             # Xpress Tranfer Protocol
   idpr-cmtp       39      IDPR-CMTP       # IDPR Control Message Transport
   vmtp    81      VMTP            # Versatile Message Transport
   ospf    89      OSPFIGP         # Open Shortest Path First IGP
   ipip    94      IPIP            # Yet Another IP encapsulation
   encap   98      ENCAP           # Yet Another IP encapsulation

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>